Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 12, 2023
1 parent 3a78334 commit 57d68f6
Show file tree
Hide file tree
Showing 6 changed files with 1,240 additions and 650 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.2
- run: yarn lerna run format-check
- run: yarn lerna run lint-check
- run: yarn lerna run build
6 changes: 3 additions & 3 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": "18.0.35",
"@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.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
22 changes: 11 additions & 11 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
],
"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",
"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.4.0",
"string-similarity": "4.0.4",
"winston": "3.8.2",
"yaml": "2.2.1",
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.4.0",
"@types/jest": "29.5.0",
"@types/nock": "11.1.0",
"@types/node": "18.14.5",
"@types/node": "18.15.11",
"@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",
"lerna": "6.6.1",
"nock": "13.3.0",
"nodemon": "2.0.21",
"nodemon": "2.0.22",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "2.8.4",
"prettier": "2.8.7",
"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-dev-server": "4.13.2",
"webpack-shell-plugin-next": "2.3.1"
}
}
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@
"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",
"@mui/icons-material": "5.11.16",
"@mui/material": "5.12.0",
"@mui/styles": "5.12.0",
"@types/axios": "0.14.0",
"@types/node": "18.14.5",
"@types/react": "18.0.28",
"@types/node": "18.15.11",
"@types/react": "18.0.35",
"@types/react-dom": "18.0.11",
"axios": "1.3.4",
"axios": "1.3.5",
"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.4",
"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.7",
"rimraf": "4.4.1"
}
}

0 comments on commit 57d68f6

Please sign in to comment.