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 Jan 27, 2023
1 parent 5e4f6ac commit 524f439
Show file tree
Hide file tree
Showing 15 changed files with 655 additions and 605 deletions.
10 changes: 5 additions & 5 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"dependencies": {
"@fastify/error": "3.2.0",
"@fastify/formbody": "7.4.0",
"@fastify/static": "6.6.1",
"@fastify/view": "7.4.0",
"@fastify/static": "6.7.0",
"@fastify/view": "7.4.1",
"liquidjs": "10.4.0",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"asn1": "0.2.6",
"fastify": "4.11.0",
"fastify": "4.12.0",
"fastify-graceful-shutdown": "3.4.0",
"fastify-plugin": "4.5.0",
"ioredis": "5.2.5",
"ioredis": "5.3.0",
"ldapjs": "2.3.3",
"nanoid": "4.0.0"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.2",
"@ddadaal/tsgrpc-common": "0.2.1",
"@grpc/grpc-js": "1.8.4",
"@mikro-orm/cli": "5.6.7",
"@mikro-orm/core": "5.6.7",
"@mikro-orm/mariadb": "5.6.7",
"@mikro-orm/migrations": "5.6.7",
"@mikro-orm/mysql": "5.6.7",
"@mikro-orm/seeder": "5.6.7",
"@grpc/grpc-js": "1.8.7",
"@mikro-orm/cli": "5.6.8",
"@mikro-orm/core": "5.6.8",
"@mikro-orm/mariadb": "5.6.8",
"@mikro-orm/migrations": "5.6.8",
"@mikro-orm/mysql": "5.6.8",
"@mikro-orm/seeder": "5.6.8",
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"@scow/lib-auth": "workspace:*",
"@scow/protos": "workspace:*",
"dotenv": "16.0.3",
Expand Down
14 changes: 7 additions & 7 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/icons": "5.0.0",
"@ant-design/icons": "5.0.1",
"@codemirror/autocomplete": "6.4.0",
"@codemirror/commands": "6.1.3",
"@codemirror/commands": "6.2.0",
"@codemirror/lang-json": "6.0.1",
"@codemirror/language": "6.4.0",
"@codemirror/legacy-modes": "6.3.1",
Expand All @@ -35,16 +35,16 @@
"@codemirror/view": "6.7.3",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.3",
"@grpc/grpc-js": "1.8.4",
"@grpc/grpc-js": "1.8.7",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/lib-web": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.25.20",
"antd": "5.1.5",
"@sinclair/typebox": "0.25.21",
"antd": "5.1.6",
"dayjs": "1.11.7",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
Expand All @@ -61,7 +61,7 @@
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.6",
"tslib": "2.4.1",
"tslib": "2.5.0",
"typescript": "4.9.4"
},
"devDependencies": {
Expand All @@ -71,7 +71,7 @@
"@types/mime-types": "2.1.1",
"@types/node": "18.11.18",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.6",
Expand Down
4 changes: 2 additions & 2 deletions apps/portal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.2",
"@ddadaal/tsgrpc-common": "0.2.1",
"@grpc/grpc-js": "1.8.4",
"@grpc/grpc-js": "1.8.7",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/protos": "workspace:*",
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
"uuid": "9.0.0",
Expand Down
16 changes: 8 additions & 8 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,27 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/icons": "5.0.0",
"@ant-design/icons": "5.0.1",
"@codemirror/autocomplete": "6.4.0",
"@codemirror/commands": "6.1.3",
"@codemirror/commands": "6.2.0",
"@codemirror/language": "6.4.0",
"@codemirror/legacy-modes": "6.3.1",
"@codemirror/state": "6.2.0",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.7.3",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.3",
"@grpc/grpc-js": "1.8.4",
"@grpc/grpc-js": "1.8.7",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/lib-web": "workspace:*",
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"@scow/protos": "workspace:*",
"antd": "5.1.5",
"antd": "5.1.6",
"busboy": "1.6.0",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
Expand All @@ -66,7 +66,7 @@
"styled-components": "5.3.6",
"socket.io": "4.5.4",
"socket.io-client": "4.5.4",
"tslib": "2.4.1",
"tslib": "2.5.0",
"typescript": "4.9.4",
"xterm": "5.1.0",
"xterm-addon-fit": "0.7.0",
Expand All @@ -83,11 +83,11 @@
"@types/node": "18.11.18",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.26",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.3.1",
"jest-environment-jsdom": "29.4.1",
"node-mocks-http": "1.12.1",
"postcss": "8.4.21",
"webpack": "5.75.0",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@algolia/client-search": "4.14.3",
"@docusaurus/module-type-aliases": "2.2.0",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "18.0.18",
"typescript": "4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "1.29.2"
"@playwright/test": "1.30.0"
},
"volta": {
"extends": "../package.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.25.20"
"@sinclair/typebox": "0.25.21"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/libconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@sinclair/typebox": "0.25.20",
"@sinclair/typebox": "0.25.21",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/protos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"dependencies": {
"long": "5.2.1",
"protobufjs": "7.1.2"
"protobufjs": "7.2.0"
},
"keywords": [],
"author": "",
Expand Down
2 changes: 1 addition & 1 deletion libs/slurm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@scow/protos": "workspace:*"
},
"devDependencies": {
"node-ssh": "13.0.0",
"node-ssh": "13.0.1",
"ts-log": "2.2.5"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion libs/ssh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"!**/*.map"
],
"dependencies": {
"node-ssh": "13.0.0",
"node-ssh": "13.0.1",
"shell-quote": "1.7.4"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@scow/utils": "workspace:*"
},
"peerDependencies": {
"antd": "5.1.5",
"antd": "5.1.6",
"next": "13.0.2",
"styled-components": "5.3.6"
},
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"turbo": "1.7.0",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.4.2",
"@types/jest": "29.2.5",
"@types/jest": "29.4.0",
"@types/node": "18.11.18",
"@typescript-eslint/eslint-plugin": "5.48.1",
"@typescript-eslint/parser": "5.48.1",
"@typescript-eslint/eslint-plugin": "5.49.0",
"@typescript-eslint/parser": "5.49.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
"dotenv-cli": "7.0.0",
"eslint": "8.32.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-import": "2.27.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-simple-import-sort": "9.0.0",
"eslint-plugin-license-header": "0.6.0",
"husky": "8.0.3",
"jest": "29.3.1",
"jest": "29.4.1",
"jest-extended": "3.2.3",
"nodemon": "2.0.20",
"pino-pretty": "9.1.1",
"pkg": "5.8.0",
"rimraf": "4.0.7",
"rimraf": "4.1.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tsc-alias": "1.8.2",
Expand All @@ -60,5 +60,5 @@
"volta": {
"node": "18.13.0"
},
"packageManager": "pnpm@7.25.0"
"packageManager": "pnpm@7.26.0"
}
Loading

0 comments on commit 524f439

Please sign in to comment.