Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 1, 2023
1 parent 6d6537b commit d4d01ad
Show file tree
Hide file tree
Showing 5 changed files with 539 additions and 399 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
},
"devDependencies": {
"eslint-config-prettier": "9.0.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-jest": "27.4.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "48.0.1",
"lerna": "7.2.0"
"lerna": "7.3.0"
},
"resolutions": {
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7"
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8"
}
}
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.6.0-alpine
FROM node:20.8.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
18 changes: 9 additions & 9 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,26 +35,26 @@
"yargs": "17.7.2"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
"@types/body-parser": "1.19.3",
"@types/express": "4.17.18",
"@types/get-port": "4.2.0",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.4",
"@types/jest": "29.5.5",
"@types/nock": "11.1.0",
"@types/node": "20.5.9",
"@types/parsimmon": "1.10.6",
"@types/node": "20.8.0",
"@types/parsimmon": "1.10.7",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.1",
"@types/semver": "7.5.3",
"@types/string-similarity": "4.0.0",
"@types/supertest": "2.0.12",
"@types/supertest": "2.0.13",
"@types/winston": "2.4.4",
"@types/yaml": "1.9.7",
"copy-webpack-plugin": "9.1.0",
"env-editor": "0.5.0",
"get-port": "7.0.0",
"jest": "29.6.4",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lerna": "7.2.0",
"lerna": "7.3.0",
"nock": "13.3.3",
"nodemon": "3.0.1",
"npm-run-all": "4.1.5",
Expand Down
18 changes: 9 additions & 9 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.8",
"@mui/material": "5.14.8",
"@mui/styles": "5.14.7",
"@mui/icons-material": "5.14.11",
"@mui/material": "5.14.11",
"@mui/styles": "5.14.11",
"@types/axios": "0.14.0",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"axios": "1.5.0",
"@types/node": "20.8.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.8",
"axios": "1.5.1",
"github-markdown-css": "5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react-syntax-highlighter": "15.5.7",
"@types/react-virtualized": "9.21.22",
"@types/react-virtualized": "9.21.23",
"prettier": "3.0.3",
"rimraf": "5.0.1"
"rimraf": "5.0.5"
}
}
Loading

0 comments on commit d4d01ad

Please sign in to comment.