Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent 22a5bc3 commit ed94e4f
Show file tree
Hide file tree
Showing 7 changed files with 465 additions and 571 deletions.
8 changes: 4 additions & 4 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@scow/lib-web": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.25.24",
"antd": "5.3.0",
"antd": "5.3.1",
"dayjs": "1.11.7",
"google-protobuf": "3.21.2",
"less": "4.1.3",
Expand All @@ -52,7 +52,7 @@
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.8",
"styled-components": "5.3.9",
"tslib": "2.5.0",
"typescript": "4.9.5"
},
Expand All @@ -61,14 +61,14 @@
"@next/bundle-analyzer": "13.2.4",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.15.1",
"@types/node": "18.15.3",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.6",
"postcss": "8.4.21",
"webpack": "5.76.1"
"webpack": "5.76.2"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/wait-on": "5.3.1",
"@types/shell-quote": "1.7.1",
"form-data": "4.0.0",
"@types/ssh2": "1.11.7"
"@types/ssh2": "1.11.8"
},
"volta": {
"extends": "../../package.json"
Expand Down
10 changes: 5 additions & 5 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@scow/lib-web": "workspace:*",
"@sinclair/typebox": "0.25.24",
"@scow/protos": "workspace:*",
"antd": "5.3.0",
"antd": "5.3.1",
"busboy": "1.6.0",
"google-protobuf": "3.21.2",
"less": "4.1.3",
Expand All @@ -61,7 +61,7 @@
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.8",
"styled-components": "5.3.9",
"tslib": "2.5.0",
"typescript": "4.9.5",
"xterm": "5.1.0",
Expand All @@ -77,17 +77,17 @@
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.15.1",
"@types/node": "18.15.3",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.5.0",
"node-mocks-http": "1.12.1",
"node-mocks-http": "1.12.2",
"postcss": "8.4.21",
"webpack": "5.76.1",
"webpack": "5.76.2",
"ts-log": "2.2.5",
"@types/ws": "8.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/ssh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/shell-quote": "1.7.1",
"@types/ssh2": "1.11.7",
"@types/ssh2": "1.11.8",
"ts-log": "2.2.5"
},
"author": "PKUHPC (https://github.com/PKUHPC)",
Expand Down
8 changes: 4 additions & 4 deletions libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@
"mime-types": "2.1.35"
},
"peerDependencies": {
"antd": "5.3.0",
"antd": "5.3.1",
"next": "13.2.4",
"styled-components": "5.3.8",
"styled-components": "5.3.9",
"@ant-design/icons": "5.0.1",
"dayjs": "1.11.7"
},
"devDependencies": {
"antd": "5.3.0",
"antd": "5.3.1",
"next": "13.2.4",
"styled-components": "5.3.8",
"styled-components": "5.3.9",
"@types/mime-types": "2.1.1",
"react": "18.2.0",
"@types/react": "18.0.28",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"turbo": "1.8.3",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.4.4",
"@types/jest": "29.4.0",
"@types/node": "18.15.1",
"@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.55.0",
"@typescript-eslint/parser": "5.55.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
Expand All @@ -49,9 +49,9 @@
"tsc-alias": "1.8.3",
"tsconfig-paths": "4.1.2",
"typescript": "4.9.5",
"@pnpm/lockfile-file": "7.0.5",
"@pnpm/lockfile-file": "7.0.6",
"@pnpm/logger": "5.0.0",
"pm2": "5.2.2",
"pm2": "5.3.0",
"concurrently": "7.6.0",
"node-glob": "1.2.0",
"globby": "13.1.3",
Expand All @@ -61,5 +61,5 @@
"volta": {
"node": "18.15.0"
},
"packageManager": "pnpm@7.29.1"
"packageManager": "pnpm@7.29.3"
}
Loading

0 comments on commit ed94e4f

Please sign in to comment.