Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 14, 2024
1 parent 4348915 commit c59eb64
Show file tree
Hide file tree
Showing 6 changed files with 282 additions and 304 deletions.
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.1
uses: JamesIves/github-pages-deploy-action@v4.6.3
with:
BRANCH: gh-pages
FOLDER: site
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.6.0",
"eslint-plugin-promise": "6.4.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unicorn": "54.0.0",
"lerna": "8.1.5"
"lerna": "8.1.8"
},
"resolutions": {
"@types/react": "18.3.3",
Expand Down
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.3.0-alpine
FROM node:22.6.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
24 changes: 12 additions & 12 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@
"bin": "build/npm/snage.js",
"dependencies": {
"@js-joda/core": "5.6.3",
"ajv": "8.16.0",
"ajv": "8.17.1",
"cross-env": "7.0.3",
"express": "4.19.2",
"fp-ts": "2.16.7",
"fp-ts": "2.16.9",
"io-ts": "2.2.21",
"parsimmon": "1.18.1",
"prom-client": "15.1.3",
"semver": "7.6.2",
"semver": "7.6.3",
"string-similarity": "4.0.4",
"winston": "3.13.0",
"yaml": "2.4.5",
"winston": "3.14.1",
"yaml": "2.5.0",
"yargs": "17.7.2"
},
"devDependencies": {
Expand All @@ -41,7 +41,7 @@
"@types/inquirer": "8.2.10",
"@types/jest": "29.5.12",
"@types/nock": "11.1.0",
"@types/node": "20.14.9",
"@types/node": "20.14.15",
"@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.5",
"lerna": "8.1.8",
"nock": "13.5.4",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "3.3.2",
"prettier": "3.3.3",
"snage-ui": "*",
"supertest": "7.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.4",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.5.3",
"webpack": "5.92.1",
"typescript": "5.5.4",
"webpack": "5.93.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-shell-plugin-next": "2.3.1"
"webpack-shell-plugin-next": "2.3.2"
}
}
20 changes: 10 additions & 10 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.11.4",
"@emotion/styled": "11.11.5",
"@mui/icons-material": "5.15.21",
"@mui/material": "5.15.21",
"@mui/styles": "5.15.21",
"@emotion/react": "11.13.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.7",
"@mui/material": "5.16.7",
"@mui/styles": "5.16.7",
"@types/axios": "0.14.0",
"@types/node": "20.14.9",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"axios": "1.7.2",
Expand All @@ -22,8 +22,8 @@
"react-syntax-highlighter": "15.5.0",
"react-virtualized": "9.22.5",
"remark-gfm": "4.0.0",
"typescript": "5.5.3",
"use-debounce": "10.0.1"
"typescript": "5.5.4",
"use-debounce": "10.0.2"
},
"scripts": {
"lint-check": "eslint -c \"../../eslint.yaml\" \"src/**/*.ts\" \"src/**/*.tsx\"",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@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.2",
"rimraf": "5.0.7"
"prettier": "3.3.3",
"rimraf": "5.0.10"
}
}
Loading

0 comments on commit c59eb64

Please sign in to comment.