Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 3, 2023
1 parent 3a78334 commit 2ea040f
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 715 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- run: yarn --frozen-lockfile
- run: yarn docs build
- run: yarn lerna run test
- uses: codecov/codecov-action@v3.1.1
- uses: codecov/codecov-action@v3.1.3
- run: yarn lerna run format-check
- run: yarn lerna run lint-check
- run: yarn lerna run build
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.6.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "45.0.2",
"lerna": "6.5.1"
"lerna": "6.6.1"
},
"resolutions": {
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11"
"@types/react": "18.2.1",
"@types/react-dom": "18.2.2"
}
}
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.7.0-alpine
FROM node:19.9.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
30 changes: 15 additions & 15 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,28 +20,28 @@
],
"bin": "build/npm/snage.js",
"dependencies": {
"@js-joda/core": "5.5.2",
"@js-joda/core": "5.5.3",
"ajv": "8.12.0",
"cross-env": "7.0.3",
"express": "4.18.2",
"fp-ts": "2.13.1",
"fp-ts": "2.14.0",
"io-ts": "2.2.20",
"parsimmon": "1.18.1",
"prom-client": "14.1.1",
"semver": "7.3.8",
"prom-client": "14.2.0",
"semver": "7.5.0",
"string-similarity": "4.0.4",
"winston": "3.8.2",
"yaml": "2.2.1",
"yargs": "17.7.1"
"yargs": "17.7.2"
},
"devDependencies": {
"@types/body-parser": "1.19.2",
"@types/express": "4.17.17",
"@types/get-port": "4.2.0",
"@types/inquirer": "8.2.6",
"@types/jest": "29.4.0",
"@types/jest": "29.5.1",
"@types/nock": "11.1.0",
"@types/node": "18.14.5",
"@types/node": "18.16.3",
"@types/parsimmon": "1.10.6",
"@types/query-string": "6.3.0",
"@types/semver": "7.3.13",
Expand All @@ -52,24 +52,24 @@
"copy-webpack-plugin": "9.1.0",
"env-editor": "0.5.0",
"get-port": "6.1.2",
"jest": "29.4.3",
"jest": "29.5.0",
"jest-junit": "15.0.0",
"lerna": "6.5.1",
"nock": "13.3.0",
"nodemon": "2.0.21",
"lerna": "6.6.1",
"nock": "13.3.1",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "2.8.4",
"prettier": "2.8.8",
"snage-ui": "*",
"supertest": "6.3.3",
"ts-jest": "29.0.5",
"ts-jest": "29.1.0",
"ts-loader": "9.4.2",
"ts-node": "10.9.1",
"tslib": "2.5.0",
"typescript": "4.9.5",
"webpack": "5.75.0",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1",
"webpack-cli": "5.0.2",
"webpack-dev-server": "4.13.3",
"webpack-shell-plugin-next": "2.3.1"
}
}
28 changes: 14 additions & 14 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@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",
"@emotion/react": "11.10.8",
"@emotion/styled": "11.10.8",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.12.3",
"@mui/styles": "5.12.3",
"@types/axios": "0.14.0",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"axios": "1.3.4",
"@types/node": "18.16.3",
"@types/react": "18.2.1",
"@types/react-dom": "18.2.2",
"axios": "1.4.0",
"github-markdown-css": "5.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.5",
"react-markdown": "8.0.7",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"react-virtualized": "9.22.3",
"react-virtualized": "9.22.5",
"remark-gfm": "3.0.1",
"typescript": "4.9.5",
"use-debounce": "9.0.3"
"use-debounce": "9.0.4"
},
"scripts": {
"lint-check": "eslint -c \"../../eslint.yaml\" \"src/**/*.ts\" \"src/**/*.tsx\"",
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.4",
"rimraf": "4.2.0"
"prettier": "2.8.8",
"rimraf": "4.4.1"
}
}

0 comments on commit 2ea040f

Please sign in to comment.