Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 2558e78 commit 83fc17e
Show file tree
Hide file tree
Showing 7 changed files with 202 additions and 162 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.8
with:
BRANCH: gh-pages
FOLDER: site
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lerna": "8.1.8"
},
"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
18 changes: 9 additions & 9 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.15.0",
"yaml": "2.6.0",
"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.8.4",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.8",
Expand All @@ -56,7 +56,7 @@
"jest-junit": "16.0.0",
"lerna": "8.1.8",
"nock": "13.5.5",
"nodemon": "3.1.4",
"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.0",
"typescript": "5.6.3",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-shell-plugin-next": "2.3.2"
Expand Down
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.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",
"@mui/icons-material": "6.1.5",
"@mui/material": "6.1.5",
"@mui/styles": "6.1.5",
"@types/axios": "0.14.4",
"@types/node": "22.8.4",
"@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.7.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
Loading

0 comments on commit 83fc17e

Please sign in to comment.