Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2024
1 parent 1f7609f commit 8b5b4a6
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 139 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "27.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "48.0.1",
"lerna": "7.4.2"
},
"resolutions": {
"@types/react": "18.2.45",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18"
}
}
2 changes: 1 addition & 1 deletion packages/snage/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.10.0-alpine
FROM node:20.11.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
4 changes: 2 additions & 2 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"ajv": "8.12.0",
"cross-env": "7.0.3",
"express": "4.18.2",
"fp-ts": "2.16.1",
"fp-ts": "2.16.2",
"io-ts": "2.2.21",
"parsimmon": "1.18.1",
"prom-client": "14.2.0",
Expand All @@ -41,7 +41,7 @@
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.11",
"@types/nock": "11.1.0",
"@types/node": "20.10.5",
"@types/node": "20.11.0",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.3",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.1",
"@mui/material": "5.15.1",
"@mui/styles": "5.15.1",
"@mui/icons-material": "5.15.4",
"@mui/material": "5.15.4",
"@mui/styles": "5.15.4",
"@types/axios": "0.14.0",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/node": "20.11.0",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"axios": "1.6.0",
"axios": "1.6.5",
"github-markdown-css": "5.5.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
Loading

0 comments on commit 8b5b4a6

Please sign in to comment.