Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 19, 2023
1 parent 72875e7 commit f6fedad
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 518 deletions.
8 changes: 4 additions & 4 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@scow/lib-web": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.31.1",
"antd": "5.8.3",
"antd": "5.8.4",
"dayjs": "1.11.9",
"google-protobuf": "3.21.2",
"less": "4.2.0",
Expand All @@ -52,7 +52,7 @@
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "6.0.7",
"tslib": "2.6.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"@ant-design/cssinjs": "1.16.2"
},
Expand All @@ -61,13 +61,13 @@
"@next/bundle-analyzer": "13.4.13",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.8",
"postcss": "8.4.27",
"postcss": "8.4.28",
"webpack": "5.88.2"
},
"browserslist": {
Expand Down
12 changes: 6 additions & 6 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"repository": "https://glithub.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/icons": "5.2.5",
"@codemirror/language": "6.8.0",
"@codemirror/language": "6.9.0",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/view": "6.16.0",
"@ddadaal/next-typed-api-routes-runtime": "0.8.2",
Expand All @@ -47,7 +47,7 @@
"@ant-design/cssinjs": "1.16.2",
"@uiw/codemirror-theme-github": "4.21.9",
"@uiw/react-codemirror": "4.21.9",
"antd": "5.8.3",
"antd": "5.8.4",
"busboy": "1.6.0",
"dayjs": "1.11.9",
"google-protobuf": "3.21.2",
Expand All @@ -65,7 +65,7 @@
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "6.0.7",
"tslib": "2.6.1",
"tslib": "2.6.2",
"typescript": "5.1.6",
"ws": "8.13.0",
"xterm": "5.2.1",
Expand All @@ -79,16 +79,16 @@
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.17.5",
"@types/node": "18.17.6",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.20",
"@types/react-dom": "18.2.7",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"@types/ws": "8.5.5",
"jest-environment-jsdom": "29.6.2",
"node-mocks-http": "1.12.2",
"postcss": "8.4.27",
"node-mocks-http": "1.13.0",
"postcss": "8.4.28",
"ts-log": "2.2.5",
"webpack": "5.88.2"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/protos/scheduler-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"protobufjs": "7.2.4"
},
"devDependencies": {
"ts-proto": "1.156.3"
"ts-proto": "1.156.7"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion libs/protos/scow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@scow/grpc-api": "workspace:*"
},
"devDependencies": {
"ts-proto": "1.156.3"
"ts-proto": "1.156.7"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion libs/rich-error-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"protobufjs": "7.2.4"
},
"devDependencies": {
"ts-proto": "1.156.3",
"ts-proto": "1.156.7",
"@ddadaal/tsgrpc-server": "0.19.4",
"@ddadaal/tsgrpc-common": "0.2.4",
"@ddadaal/tsgrpc-client": "0.17.6",
Expand Down
6 changes: 3 additions & 3 deletions libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
],
"dependencies": {
"@scow/utils": "workspace:*",
"zod": "3.21.4",
"zod": "3.22.2",
"mime-types": "2.1.35",
"nookies": "2.5.2"
},
"peerDependencies": {
"antd": "5.8.3",
"antd": "5.8.4",
"next": "13.4.10",
"styled-components": "6.0.7",
"@ant-design/icons": "5.2.5",
Expand All @@ -32,7 +32,7 @@
"nookies": "2.5.2"
},
"devDependencies": {
"antd": "5.8.3",
"antd": "5.8.4",
"next": "13.4.10",
"styled-components": "6.0.7",
"@grpc/grpc-js": "1.8.21",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.7.0",
"@types/jest": "29.5.3",
"@types/node": "18.17.5",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"@types/node": "18.17.6",
"@typescript-eslint/eslint-plugin": "6.4.0",
"@typescript-eslint/parser": "6.4.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.3.1",
"dotenv-cli": "7.2.1",
"dotenv-cli": "7.3.0",
"eslint": "8.47.0",
"eslint-import-resolver-typescript": "3.6.0",
"eslint-plugin-import": "2.28.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-license-header": "0.6.0",
"husky": "8.0.3",
Expand Down
Loading

0 comments on commit f6fedad

Please sign in to comment.