Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2024
1 parent 2558e78 commit aaeba58
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 356 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@v4.5.0
- uses: codecov/codecov-action@v4.6.0
- run: yarn lerna run format-check
- run: yarn lerna run lint-check
- run: yarn lerna run build
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/github-pages-deploy-action@v4.6.4
uses: JamesIves/github-pages-deploy-action@v4.6.9
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 @@ -18,14 +18,14 @@
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-jest": "28.9.0",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unicorn": "55.0.0",
"lerna": "8.1.8"
"lerna": "8.1.9"
},
"resolutions": {
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1"
}
}
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:22.8.0-alpine
FROM node:22.11.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 @@ -23,25 +23,25 @@
"@js-joda/core": "5.6.3",
"ajv": "8.17.1",
"cross-env": "7.0.3",
"express": "4.20.0",
"express": "4.21.1",
"fp-ts": "2.16.9",
"io-ts": "2.2.21",
"parsimmon": "1.18.1",
"prom-client": "15.1.3",
"semver": "7.6.3",
"string-similarity": "4.0.4",
"winston": "3.14.2",
"yaml": "2.5.1",
"winston": "3.17.0",
"yaml": "2.6.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.12",
"@types/jest": "29.5.14",
"@types/nock": "11.1.0",
"@types/node": "22.5.4",
"@types/node": "22.9.1",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.8",
Expand All @@ -54,9 +54,9 @@
"get-port": "7.1.0",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lerna": "8.1.8",
"nock": "13.5.5",
"nodemon": "3.1.4",
"lerna": "8.1.9",
"nock": "13.5.6",
"nodemon": "3.1.7",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "3.3.3",
Expand All @@ -65,9 +65,9 @@
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.7.0",
"typescript": "5.6.2",
"webpack": "5.94.0",
"tslib": "2.8.1",
"typescript": "5.6.3",
"webpack": "5.96.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-shell-plugin-next": "2.3.2"
Expand Down
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.13.3",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "6.1.0",
"@mui/material": "6.1.0",
"@mui/styles": "6.1.0",
"@types/axios": "0.14.0",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@emotion/react": "11.13.5",
"@emotion/styled": "11.13.5",
"@mui/icons-material": "6.1.7",
"@mui/material": "6.1.7",
"@mui/styles": "6.1.7",
"@types/axios": "0.14.4",
"@types/node": "22.9.1",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"axios": "1.7.7",
"github-markdown-css": "5.6.1",
"github-markdown-css": "5.8.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "9.0.1",
"react-scripts": "5.0.1",
"react-syntax-highlighter": "15.5.0",
"react-syntax-highlighter": "15.6.1",
"react-virtualized": "9.22.5",
"remark-gfm": "4.0.0",
"typescript": "5.6.2",
"use-debounce": "10.0.3"
"typescript": "5.6.3",
"use-debounce": "10.0.4"
},
"scripts": {
"lint-check": "eslint -c \"../../eslint.yaml\" \"src/**/*.ts\" \"src/**/*.tsx\"",
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react-syntax-highlighter": "15.5.13",
"@types/react-virtualized": "9.21.30",
"@types/react-virtualized": "9.22.0",
"prettier": "3.3.3",
"rimraf": "6.0.1"
}
Expand Down
Loading

0 comments on commit aaeba58

Please sign in to comment.