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] committed Feb 20, 2023
1 parent 7fba06f commit a3a0e25
Show file tree
Hide file tree
Showing 11 changed files with 7,428 additions and 8,830 deletions.
6 changes: 3 additions & 3 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"@fastify/formbody": "7.4.0",
"@fastify/static": "6.9.0",
"@fastify/view": "7.4.1",
"liquidjs": "10.4.0",
"liquidjs": "10.5.0",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.21",
"@sinclair/typebox": "0.25.23",
"asn1": "0.2.6",
"fastify": "4.13.0",
"fastify-graceful-shutdown": "3.4.0",
Expand All @@ -38,7 +38,7 @@
"ldapjs": "2.3.3",
"nanoid": "4.0.1",
"svg-captcha": "1.4.0",
"pino-pretty": "9.2.0"
"pino-pretty": "9.3.0"
},
"devDependencies": {
"@types/asn1": "0.2.0",
Expand Down
18 changes: 9 additions & 9 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,26 +24,26 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.2",
"@ddadaal/tsgrpc-common": "0.2.1",
"@grpc/grpc-js": "1.8.8",
"@mikro-orm/cli": "5.6.9",
"@mikro-orm/core": "5.6.9",
"@mikro-orm/mariadb": "5.6.9",
"@mikro-orm/migrations": "5.6.9",
"@mikro-orm/mysql": "5.6.9",
"@mikro-orm/seeder": "5.6.9",
"@grpc/grpc-js": "1.8.9",
"@mikro-orm/cli": "5.6.11",
"@mikro-orm/core": "5.6.11",
"@mikro-orm/mariadb": "5.6.11",
"@mikro-orm/migrations": "5.6.11",
"@mikro-orm/mysql": "5.6.11",
"@mikro-orm/seeder": "5.6.11",
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.25.21",
"@sinclair/typebox": "0.25.23",
"@scow/lib-auth": "workspace:*",
"@scow/protos": "workspace:*",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
"uuid": "9.0.0",
"wait-on": "7.0.1",
"pino-pretty": "9.2.0"
"pino-pretty": "9.3.0"
},
"devDependencies": {
"@types/google-protobuf": "3.15.6",
Expand Down
10 changes: 5 additions & 5 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@
"@ant-design/icons": "5.0.1",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.3",
"@grpc/grpc-js": "1.8.8",
"@grpc/grpc-js": "1.8.9",
"@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.21",
"antd": "5.2.0",
"@sinclair/typebox": "0.25.23",
"antd": "5.2.2",
"dayjs": "1.11.7",
"google-protobuf": "3.21.2",
"less": "4.1.3",
Expand All @@ -60,10 +60,10 @@
"@next/bundle-analyzer": "13.1.6",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.13.0",
"@types/node": "18.14.0",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.6",
"postcss": "8.4.21",
Expand Down
6 changes: 3 additions & 3 deletions apps/portal-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.2",
"@ddadaal/tsgrpc-common": "0.2.1",
"@grpc/grpc-js": "1.8.8",
"@grpc/grpc-js": "1.8.9",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/protos": "workspace:*",
"@sinclair/typebox": "0.25.21",
"@sinclair/typebox": "0.25.23",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
"uuid": "9.0.0",
"wait-on": "7.0.1",
"ts-log": "2.2.5",
"shell-quote": "1.8.0",
"dayjs": "1.11.7",
"pino-pretty": "9.2.0"
"pino-pretty": "9.3.0"
},
"devDependencies": {
"@ddadaal/tsgrpc-client": "0.17.3",
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 @@ -27,23 +27,23 @@
"dependencies": {
"@ant-design/icons": "5.0.1",
"@uiw/react-codemirror": "4.19.9",
"@codemirror/view": "6.9.0",
"@codemirror/view": "6.9.1",
"@codemirror/language": "6.6.0",
"@codemirror/legacy-modes": "6.3.1",
"@uiw/codemirror-theme-github": "4.19.9",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.3",
"@grpc/grpc-js": "1.8.8",
"@grpc/grpc-js": "1.8.9",
"@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.21",
"@sinclair/typebox": "0.25.23",
"@scow/protos": "workspace:*",
"antd": "5.2.0",
"antd": "5.2.2",
"busboy": "1.6.0",
"google-protobuf": "3.21.2",
"less": "4.1.3",
Expand All @@ -54,7 +54,7 @@
"next-transpile-modules": "10.0.0",
"nookies": "2.5.2",
"nprogress": "0.2.0",
"random-words": "1.2.1",
"random-words": "1.3.0",
"react": "18.2.0",
"react-async": "10.0.1",
"react-dom": "18.2.0",
Expand All @@ -76,14 +76,14 @@
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.13.0",
"@types/node": "18.14.0",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.10",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.4.2",
"jest-environment-jsdom": "29.4.3",
"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.3.1",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.25.21",
"@sinclair/typebox": "0.25.23",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "18.0.18",
"typescript": "4.9.5"
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.25.21"
"@sinclair/typebox": "0.25.23"
},
"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 @@ -17,7 +17,7 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@sinclair/typebox": "0.25.21",
"@sinclair/typebox": "0.25.23",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"mime-types": "2.1.35"
},
"peerDependencies": {
"antd": "5.2.0",
"antd": "5.2.2",
"next": "13.1.6",
"styled-components": "5.3.6"
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
"ci:publish": "pnpm publish -r"
},
"devDependencies": {
"turbo": "1.7.4",
"turbo": "1.8.1",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.4.3",
"@commitlint/config-conventional": "17.4.4",
"@types/jest": "29.4.0",
"@types/node": "18.13.0",
"@typescript-eslint/eslint-plugin": "5.51.0",
"@typescript-eslint/parser": "5.51.0",
"@types/node": "18.14.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
Expand All @@ -39,10 +39,10 @@
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-license-header": "0.6.0",
"husky": "8.0.3",
"jest": "29.4.2",
"jest-extended": "3.2.3",
"jest": "29.4.3",
"jest-extended": "3.2.4",
"nodemon": "2.0.20",
"pino-pretty": "9.2.0",
"pino-pretty": "9.3.0",
"pkg": "5.8.0",
"rimraf": "4.1.2",
"ts-jest": "29.0.5",
Expand All @@ -59,7 +59,7 @@
"@changesets/cli": "2.26.0"
},
"volta": {
"node": "18.14.0"
"node": "18.14.1"
},
"packageManager": "pnpm@7.27.0"
"packageManager": "pnpm@7.27.1"
}
Loading

0 comments on commit a3a0e25

Please sign in to comment.