Skip to content

Commit

Permalink
Merge pull request #239 from FACT-Finder/renovate/all
Browse files Browse the repository at this point in the history
Update all
  • Loading branch information
UweBenary authored Jul 28, 2023
2 parents 30c257d + a84012a commit 0095620
Show file tree
Hide file tree
Showing 6 changed files with 569 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
name: docs
path: site
- name: Deploy Docs
uses: JamesIves/[email protected].2
uses: JamesIves/[email protected].3
with:
BRANCH: gh-pages
FOLDER: site
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"docs": "node docs.js"
},
"devDependencies": {
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "47.0.0",
"lerna": "6.6.2"
},
"resolutions": {
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4"
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7"
}
}
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.2.0-alpine
FROM node:20.5.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
26 changes: 13 additions & 13 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"ajv": "8.12.0",
"cross-env": "7.0.3",
"express": "4.18.2",
"fp-ts": "2.16.0",
"fp-ts": "2.16.1",
"io-ts": "2.2.20",
"parsimmon": "1.18.1",
"prom-client": "14.2.0",
"semver": "7.5.1",
"string-similarity": "4.0.4",
"winston": "3.9.0",
"winston": "3.10.0",
"yaml": "2.3.1",
"yargs": "17.7.2"
},
Expand All @@ -39,9 +39,9 @@
"@types/express": "4.17.17",
"@types/get-port": "4.2.0",
"@types/inquirer": "8.2.6",
"@types/jest": "29.5.2",
"@types/jest": "29.5.3",
"@types/nock": "11.1.0",
"@types/node": "20.2.5",
"@types/node": "20.4.5",
"@types/parsimmon": "1.10.6",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.0",
Expand All @@ -52,24 +52,24 @@
"copy-webpack-plugin": "9.1.0",
"env-editor": "0.5.0",
"get-port": "6.1.2",
"jest": "29.5.0",
"jest": "29.6.2",
"jest-junit": "16.0.0",
"lerna": "6.6.2",
"nock": "13.3.1",
"nock": "13.3.2",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "2.8.8",
"snage-ui": "*",
"supertest": "6.3.3",
"ts-jest": "29.1.0",
"ts-loader": "9.4.3",
"ts-jest": "29.1.1",
"ts-loader": "9.4.4",
"ts-node": "10.9.1",
"tslib": "2.5.3",
"typescript": "5.1.3",
"webpack": "5.85.0",
"webpack-cli": "5.1.3",
"webpack-dev-server": "4.15.0",
"tslib": "2.6.1",
"typescript": "5.1.6",
"webpack": "5.88.2",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-shell-plugin-next": "2.3.1"
}
}
16 changes: 8 additions & 8 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.13.3",
"@mui/styles": "5.13.2",
"@mui/icons-material": "5.14.1",
"@mui/material": "5.14.2",
"@mui/styles": "5.14.1",
"@types/axios": "0.14.0",
"@types/node": "20.2.5",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"@types/node": "20.4.5",
"@types/react": "18.2.17",
"@types/react-dom": "18.2.7",
"axios": "1.4.0",
"github-markdown-css": "5.2.0",
"react": "18.2.0",
Expand All @@ -22,7 +22,7 @@
"react-syntax-highlighter": "15.5.0",
"react-virtualized": "9.22.5",
"remark-gfm": "3.0.1",
"typescript": "5.1.3",
"typescript": "5.1.6",
"use-debounce": "9.0.4"
},
"scripts": {
Expand Down
Loading

0 comments on commit 0095620

Please sign in to comment.