Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 13, 2024
1 parent 1f7609f commit b4df1e9
Show file tree
Hide file tree
Showing 6 changed files with 396 additions and 235 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/[email protected].4
- uses: codecov/[email protected].6
- 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 @@ -18,14 +18,14 @@
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-jest": "27.9.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "48.0.1",
"lerna": "7.4.2"
},
"resolutions": {
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18"
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22"
}
}
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.10.0-alpine
FROM node:20.11.1-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
32 changes: 16 additions & 16 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
],
"bin": "build/npm/snage.js",
"dependencies": {
"@js-joda/core": "5.6.1",
"@js-joda/core": "5.6.2",
"ajv": "8.12.0",
"cross-env": "7.0.3",
"express": "4.18.2",
"fp-ts": "2.16.1",
"express": "4.18.3",
"fp-ts": "2.16.3",
"io-ts": "2.2.21",
"parsimmon": "1.18.1",
"prom-client": "14.2.0",
"semver": "7.5.4",
"semver": "7.6.0",
"string-similarity": "4.0.4",
"winston": "3.11.0",
"yaml": "2.3.4",
"winston": "3.12.0",
"yaml": "2.4.1",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/body-parser": "1.19.5",
"@types/express": "4.17.21",
"@types/get-port": "4.2.0",
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.11",
"@types/jest": "29.5.12",
"@types/nock": "11.1.0",
"@types/node": "20.10.5",
"@types/node": "20.11.27",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.6",
"@types/semver": "7.5.8",
"@types/string-similarity": "4.0.2",
"@types/supertest": "2.0.16",
"@types/winston": "2.4.4",
Expand All @@ -55,19 +55,19 @@
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lerna": "7.4.2",
"nock": "13.4.0",
"nodemon": "3.0.2",
"nock": "13.5.4",
"nodemon": "3.1.0",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "3.1.1",
"prettier": "3.2.5",
"snage-ui": "*",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"supertest": "6.3.4",
"ts-jest": "29.1.2",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.6.2",
"typescript": "5.3.3",
"webpack": "5.89.0",
"typescript": "5.4.2",
"webpack": "5.90.3",
"webpack-cli": "5.1.4",
"webpack-dev-server": "4.15.1",
"webpack-shell-plugin-next": "2.3.1"
Expand Down
22 changes: 11 additions & 11 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,25 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.11.1",
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.15.1",
"@mui/material": "5.15.1",
"@mui/styles": "5.15.1",
"@mui/icons-material": "5.15.13",
"@mui/material": "5.15.13",
"@mui/styles": "5.15.13",
"@types/axios": "0.14.0",
"@types/node": "20.10.5",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"axios": "1.6.0",
"github-markdown-css": "5.5.0",
"@types/node": "20.11.27",
"@types/react": "18.2.65",
"@types/react-dom": "18.2.22",
"axios": "1.6.7",
"github-markdown-css": "5.5.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "8.0.7",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"react-virtualized": "9.22.5",
"remark-gfm": "3.0.1",
"typescript": "5.3.3",
"typescript": "5.4.2",
"use-debounce": "9.0.4"
},
"scripts": {
Expand Down Expand Up @@ -55,7 +55,7 @@
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react-syntax-highlighter": "15.5.11",
"@types/react-virtualized": "9.21.29",
"prettier": "3.1.1",
"prettier": "3.2.5",
"rimraf": "5.0.5"
}
}
Loading

0 comments on commit b4df1e9

Please sign in to comment.