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] committed Jun 30, 2023
1 parent 7d2ac26 commit a030daf
Show file tree
Hide file tree
Showing 17 changed files with 651 additions and 666 deletions.
6 changes: 3 additions & 3 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@fastify/error": "3.2.1",
"@fastify/error": "3.3.0",
"@fastify/formbody": "7.4.0",
"@fastify/static": "6.10.2",
"@fastify/view": "7.4.1",
Expand All @@ -30,9 +30,9 @@
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"asn1": "0.2.6",
"fastify": "4.18.0",
"fastify": "4.19.0",
"fastify-graceful-shutdown": "3.4.0",
"fastify-plugin": "4.5.0",
"ioredis": "5.3.2",
Expand Down
4 changes: 2 additions & 2 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"pkg": "5.8.1",
"yargs": "17.7.2",
"prompts": "2.4.2",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"js-yaml": "4.1.0",
"pino": "8.14.1",
"pino-pretty": "10.0.0",
"octokit": "2.0.22",
"octokit": "2.1.0",
"jszip": "3.10.1",
"dotenv": "16.3.1",
"death": "1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.3",
"@ddadaal/tsgrpc-server": "0.19.2",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@mikro-orm/cli": "5.7.12",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mariadb": "5.7.12",
Expand All @@ -41,7 +41,7 @@
"@scow/lib-ssh": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"dotenv": "16.3.1",
"node-cron": "3.0.2",
"pino": "8.14.1",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@ddadaal/tsgrpc-client": "0.17.5",
"@types/google-protobuf": "3.15.6",
"@types/node-cron": "3.0.7",
"@types/node-cron": "3.0.8",
"@types/wait-on": "5.3.1"
},
"mikro-orm": {
Expand Down
18 changes: 9 additions & 9 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
"@ddadaal/next-typed-api-routes-runtime": "0.8.1",
"@ddadaal/tsgrpc-client": "0.17.5",
"@ddadaal/tsgrpc-common": "0.2.3",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-web": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.28.15",
"antd": "5.6.2",
"@sinclair/typebox": "0.28.20",
"antd": "5.6.3",
"dayjs": "1.11.8",
"google-protobuf": "3.21.2",
"less": "4.1.3",
"mime-types": "2.1.35",
"next": "13.4.6",
"next": "13.4.7",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.0",
"nookies": "2.5.2",
Expand All @@ -52,23 +52,23 @@
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.11",
"tslib": "2.5.3",
"typescript": "5.1.3",
"tslib": "2.6.0",
"typescript": "5.1.6",
"@ant-design/cssinjs": "1.10.1"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.0",
"@next/bundle-analyzer": "13.4.6",
"@next/bundle-analyzer": "13.4.7",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.16.18",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.6",
"postcss": "8.4.24",
"webpack": "5.87.0"
"webpack": "5.88.1"
},
"browserslist": {
"production": [
Expand Down
8 changes: 4 additions & 4 deletions apps/portal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.3",
"@ddadaal/tsgrpc-server": "0.19.2",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"dayjs": "1.11.8",
"dotenv": "16.3.1",
"node-cron": "3.0.2",
Expand All @@ -44,9 +44,9 @@
},
"devDependencies": {
"@ddadaal/tsgrpc-client": "0.17.5",
"@types/node-cron": "3.0.7",
"@types/node-cron": "3.0.8",
"@types/shell-quote": "1.7.1",
"@types/ssh2": "1.11.11",
"@types/ssh2": "1.11.12",
"@types/wait-on": "5.3.1",
"form-data": "4.0.0"
},
Expand Down
24 changes: 12 additions & 12 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"@ant-design/icons": "5.1.4",
"@codemirror/language": "6.8.0",
"@codemirror/legacy-modes": "6.3.2",
"@codemirror/view": "6.13.2",
"@codemirror/view": "6.14.0",
"@ddadaal/next-typed-api-routes-runtime": "0.8.1",
"@ddadaal/tsgrpc-client": "0.17.5",
"@ddadaal/tsgrpc-common": "0.2.3",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -42,18 +42,18 @@
"@scow/lib-web": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"@ant-design/cssinjs": "1.10.1",
"@uiw/codemirror-theme-github": "4.21.3",
"@uiw/react-codemirror": "4.21.3",
"antd": "5.6.2",
"@uiw/codemirror-theme-github": "4.21.7",
"@uiw/react-codemirror": "4.21.7",
"antd": "5.6.3",
"busboy": "1.6.0",
"dayjs": "1.11.8",
"google-protobuf": "3.21.2",
"http-proxy": "1.18.1",
"less": "4.1.3",
"mime-types": "2.1.35",
"next": "13.4.6",
"next": "13.4.7",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.0",
"nookies": "2.5.2",
Expand All @@ -64,23 +64,23 @@
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.11",
"tslib": "2.5.3",
"typescript": "5.1.3",
"tslib": "2.6.0",
"typescript": "5.1.6",
"ws": "8.13.0",
"xterm": "5.2.1",
"xterm-addon-fit": "0.7.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.0",
"@next/bundle-analyzer": "13.4.6",
"@next/bundle-analyzer": "13.4.7",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.16.18",
"@types/nprogress": "0.2.0",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
Expand All @@ -89,7 +89,7 @@
"node-mocks-http": "1.12.2",
"postcss": "8.4.24",
"ts-log": "2.2.5",
"webpack": "5.87.0"
"webpack": "5.88.1"
},
"browserslist": {
"production": [
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
},
"devDependencies": {
"@adobe/jsonschema2md": "7.1.5",
"@algolia/client-search": "4.17.2",
"@algolia/client-search": "4.18.0",
"@docusaurus/module-type-aliases": "2.4.1",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"@tsconfig/docusaurus": "1.0.7",
"@docusaurus/types": "2.4.1",
"@types/react": "18.0.18",
"typescript": "5.1.3",
"typescript": "5.1.6",
"@node-rs/jieba": "1.7.0"
},
"browserslist": {
Expand Down
2 changes: 1 addition & 1 deletion libs/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.28.15"
"@sinclair/typebox": "0.28.20"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/hook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ddadaal/tsgrpc-client": "0.17.5",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@scow/protos": "workspace:*",
"bignumber.js": "9.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion libs/libconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@sinclair/typebox": "0.28.15",
"@sinclair/typebox": "0.28.20",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
6 changes: 3 additions & 3 deletions libs/protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"!**/*.map"
],
"dependencies": {
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"long": "5.2.3",
"protobufjs": "7.2.3",
"protobufjs": "7.2.4",
"@scow/grpc-api": "workspace:*"
},
"devDependencies": {
"ts-proto": "1.149.0"
"ts-proto": "1.150.1"
},
"keywords": [],
"author": "",
Expand Down
6 changes: 3 additions & 3 deletions libs/rich-error-model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
"!**/*.map"
],
"dependencies": {
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"long": "5.2.3",
"protobufjs": "7.2.3"
"protobufjs": "7.2.4"
},
"devDependencies": {
"ts-proto": "1.149.0",
"ts-proto": "1.150.1",
"@ddadaal/tsgrpc-server": "0.19.2",
"@ddadaal/tsgrpc-common": "0.2.3",
"@ddadaal/tsgrpc-client": "0.17.5",
Expand Down
2 changes: 1 addition & 1 deletion libs/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ddadaal/tsgrpc-common": "0.2.3",
"@grpc/grpc-js": "1.8.15"
"@grpc/grpc-js": "1.8.17"
},
"devDependencies": {
"@ddadaal/tsgrpc-server": "0.19.2",
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.11",
"@types/ssh2": "1.11.12",
"ts-log": "2.2.5"
},
"author": "PKUHPC (https://github.com/PKUHPC)",
Expand Down
12 changes: 6 additions & 6 deletions libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"nookies": "2.5.2"
},
"peerDependencies": {
"antd": "5.6.2",
"next": "13.4.6",
"antd": "5.6.3",
"next": "13.4.7",
"styled-components": "5.3.11",
"@ant-design/icons": "5.1.4",
"dayjs": "1.11.8"
},
"devDependencies": {
"antd": "5.6.2",
"next": "13.4.6",
"antd": "5.6.3",
"next": "13.4.7",
"styled-components": "5.3.11",
"@grpc/grpc-js": "1.8.15",
"@grpc/grpc-js": "1.8.17",
"@types/mime-types": "2.1.1",
"react": "18.2.0",
"@types/react": "18.2.13",
"@types/react": "18.2.14",
"react-dom": "18.2.0",
"@types/react-dom": "18.2.6",
"react-is": "18.2.0",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
"ci:publish": "pnpm publish -r"
},
"devDependencies": {
"turbo": "1.10.3",
"turbo": "1.10.7",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.6.5",
"@commitlint/config-conventional": "17.6.6",
"@types/jest": "29.5.2",
"@types/node": "18.16.18",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"@typescript-eslint/eslint-plugin": "5.60.1",
"@typescript-eslint/parser": "5.60.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.3.1",
Expand All @@ -43,23 +43,23 @@
"nodemon": "2.0.22",
"pino-pretty": "10.0.0",
"rimraf": "5.0.1",
"ts-jest": "29.1.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tsc-alias": "1.8.6",
"tsconfig-paths": "4.2.0",
"typescript": "5.1.3",
"typescript": "5.1.6",
"@pnpm/lockfile-file": "8.1.1",
"@pnpm/logger": "5.0.0",
"pm2": "5.3.0",
"concurrently": "8.2.0",
"node-glob": "1.2.0",
"globby": "13.2.0",
"@changesets/cli": "2.26.1",
"@changesets/cli": "2.26.2",
"front-matter": "4.0.2",
"@bufbuild/buf": "1.15.0"
"@bufbuild/buf": "1.23.1"
},
"volta": {
"node": "18.16.0"
"node": "18.16.1"
},
"packageManager": "pnpm@8.6.3"
"packageManager": "pnpm@8.6.5"
}

0 comments on commit a030daf

Please sign in to comment.