Skip to content

Commit

Permalink
Merge pull request #231 from FACT-Finder/renovate/all
Browse files Browse the repository at this point in the history
Update all
  • Loading branch information
UweBenary authored Mar 3, 2023
2 parents 16d9d50 + 952a6b2 commit 3a78334
Show file tree
Hide file tree
Showing 5 changed files with 1,077 additions and 1,381 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "45.0.2",
"lerna": "6.4.1"
"lerna": "6.5.1"
},
"resolutions": {
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10"
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11"
}
}
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:19.6.0-alpine
FROM node:19.7.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
14 changes: 7 additions & 7 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"string-similarity": "4.0.4",
"winston": "3.8.2",
"yaml": "2.2.1",
"yargs": "17.6.2"
"yargs": "17.7.1"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
"@types/get-port": "4.2.0",
"@types/inquirer": "8.2.5",
"@types/inquirer": "8.2.6",
"@types/jest": "29.4.0",
"@types/nock": "11.1.0",
"@types/node": "18.11.19",
"@types/node": "18.14.5",
"@types/parsimmon": "1.10.6",
"@types/query-string": "6.3.0",
"@types/semver": "7.3.13",
Expand All @@ -52,14 +52,14 @@
"copy-webpack-plugin": "9.1.0",
"env-editor": "0.5.0",
"get-port": "6.1.2",
"jest": "29.4.1",
"jest": "29.4.3",
"jest-junit": "15.0.0",
"lerna": "6.4.1",
"lerna": "6.5.1",
"nock": "13.3.0",
"nodemon": "2.0.20",
"nodemon": "2.0.21",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "2.8.3",
"prettier": "2.8.4",
"snage-ui": "*",
"supertest": "6.3.3",
"ts-jest": "29.0.5",
Expand Down
24 changes: 12 additions & 12 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.11.0",
"@mui/material": "5.11.7",
"@mui/styles": "5.11.7",
"@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6",
"@mui/icons-material": "5.11.11",
"@mui/material": "5.11.11",
"@mui/styles": "5.11.11",
"@types/axios": "0.14.0",
"@types/node": "18.11.19",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"axios": "1.3.2",
"github-markdown-css": "5.1.0",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "1.3.4",
"github-markdown-css": "5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.5",
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@types/react-syntax-highlighter": "15.5.6",
"@types/react-virtualized": "9.21.21",
"prettier": "2.8.3",
"rimraf": "4.1.2"
"prettier": "2.8.4",
"rimraf": "4.2.0"
}
}
Loading

0 comments on commit 3a78334

Please sign in to comment.