Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all #269

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.7.2
with:
BRANCH: gh-pages
FOLDER: site
Expand Down
10 changes: 5 additions & 5 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-promise": "7.1.0",
"eslint-plugin-jest": "28.10.0",
"eslint-plugin-promise": "7.2.1",
"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.18",
"@types/react-dom": "18.3.5"
}
}
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.12.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
28 changes: 14 additions & 14 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.2",
"fp-ts": "2.16.9",
"io-ts": "2.2.21",
"io-ts": "2.2.22",
"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.7.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.10.5",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.8",
Expand All @@ -54,22 +54,22 @@
"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.9",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "3.3.3",
"prettier": "3.4.2",
"snage-ui": "*",
"supertest": "7.0.0",
"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.7.2",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.1.0",
"webpack-dev-server": "5.2.0",
"webpack-shell-plugin-next": "2.3.2"
}
}
32 changes: 16 additions & 16 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",
"axios": "1.7.7",
"github-markdown-css": "5.6.1",
"@emotion/react": "11.14.0",
"@emotion/styled": "11.14.0",
"@mui/icons-material": "6.3.1",
"@mui/material": "6.3.1",
"@mui/styles": "6.3.1",
"@types/axios": "0.14.4",
"@types/node": "22.10.5",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"axios": "1.7.9",
"github-markdown-css": "5.8.1",
"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.7.2",
"use-debounce": "10.0.4"
},
"scripts": {
"lint-check": "eslint -c \"../../eslint.yaml\" \"src/**/*.ts\" \"src/**/*.tsx\"",
Expand Down Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@types/react-syntax-highlighter": "15.5.13",
"@types/react-virtualized": "9.21.30",
"prettier": "3.3.3",
"@types/react-virtualized": "9.22.0",
"prettier": "3.4.2",
"rimraf": "6.0.1"
}
}
Loading
Loading