Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent b14f1a0 commit f042f1e
Show file tree
Hide file tree
Showing 6 changed files with 247 additions and 100 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/[email protected].3
uses: JamesIves/[email protected].4
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 @@ -18,14 +18,14 @@
},
"devDependencies": {
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jest": "28.8.0",
"eslint-plugin-jest": "28.8.3",
"eslint-plugin-promise": "7.1.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-unicorn": "55.0.0",
"lerna": "8.1.8"
},
"resolutions": {
"@types/react": "18.3.3",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
}
}
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.6.0-alpine
FROM node:22.8.0-alpine
RUN apk add --no-cache git
WORKDIR /snage
COPY build/npm/snage.js /snage
Expand Down
16 changes: 8 additions & 8 deletions packages/snage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"prom-client": "15.1.3",
"semver": "7.6.3",
"string-similarity": "4.0.4",
"winston": "3.14.1",
"yaml": "2.5.0",
"winston": "3.14.2",
"yaml": "2.5.1",
"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": "22.3.0",
"@types/node": "22.5.4",
"@types/parsimmon": "1.10.9",
"@types/query-string": "6.3.0",
"@types/semver": "7.5.8",
Expand All @@ -55,21 +55,21 @@
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lerna": "8.1.8",
"nock": "13.5.4",
"nock": "13.5.5",
"nodemon": "3.1.4",
"npm-run-all": "4.1.5",
"portable-fetch": "3.0.0",
"prettier": "3.3.3",
"snage-ui": "*",
"supertest": "7.0.0",
"ts-jest": "29.2.4",
"ts-jest": "29.2.5",
"ts-loader": "9.5.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.5.4",
"tslib": "2.7.0",
"typescript": "5.6.2",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4",
"webpack-dev-server": "5.1.0",
"webpack-shell-plugin-next": "2.3.2"
}
}
12 changes: 6 additions & 6 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.13.0",
"@emotion/react": "11.13.3",
"@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": "22.3.0",
"@types/react": "18.3.3",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"axios": "1.7.4",
"axios": "1.7.7",
"github-markdown-css": "5.6.1",
"react": "18.3.1",
"react-dom": "18.3.1",
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.4",
"use-debounce": "10.0.2"
"typescript": "5.6.2",
"use-debounce": "10.0.3"
},
"scripts": {
"lint-check": "eslint -c \"../../eslint.yaml\" \"src/**/*.ts\" \"src/**/*.tsx\"",
Expand Down
Loading

0 comments on commit f042f1e

Please sign in to comment.