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 Aug 14, 2024
1 parent 5ba5ebb commit 6d6aa69
Show file tree
Hide file tree
Showing 25 changed files with 138 additions and 138 deletions.
44 changes: 22 additions & 22 deletions apps/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@
},
"dependencies": {
"@ant-design/cssinjs": "1.21.0",
"@ant-design/icons": "5.3.7",
"@ant-design/icons": "5.4.0",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@kubernetes/client-node": "^0.21.0",
"@mikro-orm/cli": "6.2.9",
"@mikro-orm/core": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@mikro-orm/cli": "6.3.5",
"@mikro-orm/core": "6.3.5",
"@mikro-orm/migrations": "6.3.5",
"@mikro-orm/mysql": "6.3.5",
"@mikro-orm/seeder": "6.3.5",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -55,20 +55,20 @@
"@scow/ai-scheduler-adapter-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.32.34",
"@sinclair/typebox": "0.33.5",
"@tanstack/react-query": "4.36.1",
"@trpc/client": "10.45.2",
"@trpc/next": "10.45.2",
"@trpc/react-query": "10.45.2",
"@trpc/server": "10.45.2",
"antd": "5.18.3",
"dayjs": "1.11.11",
"antd": "5.20.1",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
"http-proxy": "1.18.1",
"lodash": "4.17.21",
"long": "5.2.3",
"mime-types": "2.1.35",
"next": "14.2.4",
"next": "14.2.5",
"next-compose-plugins": "2.2.1",
"next-connect": "1.0.0",
"nextjs-cors": "2.2.0",
Expand All @@ -83,42 +83,42 @@
"react-is": "18.3.1",
"react-typed-i18n": "2.3.0",
"simstate": "3.0.1",
"styled-components": "6.1.11",
"styled-components": "6.1.12",
"superjson": "2.2.1",
"swagger-ui-react": "5.17.14",
"trpc-openapi": "1.2.0",
"ws": "8.17.1",
"ws": "8.18.0",
"@xterm/xterm": "5.5.0",
"@xterm/addon-fit": "0.10.0",
"zod": "3.23.8",
"shell-quote": "1.8.1",
"replace-in-file": "8.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.2.4",
"@testing-library/jest-dom": "6.4.6",
"@next/bundle-analyzer": "14.2.5",
"@testing-library/jest-dom": "6.4.8",
"@testing-library/react": "16.0.0",
"@types/busboy": "1.5.4",
"@types/google-protobuf": "3.15.12",
"@types/http-proxy": "1.17.14",
"@types/http-proxy": "1.17.15",
"@types/mime-types": "2.1.4",
"@types/node": "20.14.8",
"@types/node": "20.14.15",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@types/swagger-ui-react": "4.18.3",
"@types/url-join": "4.0.3",
"@types/ws": "8.5.10",
"@types/ws": "8.5.12",
"@types/shell-quote": "1.7.5",
"@types/ssh2": "1.15.0",
"@types/ssh2": "1.15.1",
"fs-extra": "11.2.0",
"jest-environment-jsdom": "29.7.0",
"nextjs-node-loader": "1.1.5",
"node-mocks-http": "1.15.0",
"postcss": "8.4.38",
"node-mocks-http": "1.15.1",
"postcss": "8.4.41",
"ts-log": "2.2.5",
"webpack": "5.92.1"
"webpack": "5.93.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
14 changes: 7 additions & 7 deletions apps/audit-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.9",
"@mikro-orm/cli": "6.2.9",
"@mikro-orm/core": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@grpc/grpc-js": "1.11.1",
"@mikro-orm/cli": "6.3.5",
"@mikro-orm/core": "6.3.5",
"@mikro-orm/migrations": "6.3.5",
"@mikro-orm/mysql": "6.3.5",
"@mikro-orm/seeder": "6.3.5",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-operation-log": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/protos": "workspace:*",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"pino": "8.16.2",
"pino-pretty": "10.3.1"
},
Expand Down
8 changes: 4 additions & 4 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"@fastify/formbody": "7.4.0",
"@fastify/static": "7.0.4",
"@fastify/view": "9.1.0",
"liquidjs": "10.14.0",
"liquidjs": "10.16.1",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.34",
"@sinclair/typebox": "0.33.5",
"asn1": "0.2.6",
"fastify": "4.28.0",
"fastify": "4.28.1",
"fastify-graceful-shutdown": "3.5.3",
"fastify-plugin": "4.5.1",
"ioredis": "5.4.1",
Expand All @@ -44,7 +44,7 @@
"pino-pretty": "10.3.1",
"pino": "8.16.2",
"nodemailer": "6.9.14",
"qrcode": "1.5.3",
"qrcode": "1.5.4",
"speakeasy": "2.0.0",
"react-typed-i18n": "2.3.0"
},
Expand Down
6 changes: 3 additions & 3 deletions apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,20 @@
"pkg": "5.8.1",
"yargs": "17.7.2",
"prompts": "2.4.2",
"@sinclair/typebox": "0.32.34",
"@sinclair/typebox": "0.33.5",
"js-yaml": "4.1.0",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
"@octokit/rest": "20.1.1",
"jszip": "3.10.1",
"dotenv": "16.4.5",
"death": "1.1.0",
"https-proxy-agent": "7.0.4",
"https-proxy-agent": "7.0.5",
"node-fetch-commonjs": "3.3.2",
"@scow/config": "workspace:*"
},
"devDependencies": {
"@types/yargs": "17.0.32",
"@types/yargs": "17.0.33",
"@types/prompts": "2.4.9",
"@types/js-yaml": "4.0.9",
"@types/death": "1.1.5"
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 @@ -26,13 +26,13 @@
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.9",
"@mikro-orm/cli": "6.2.9",
"@mikro-orm/core": "6.2.9",
"@mikro-orm/mariadb": "6.2.9",
"@mikro-orm/migrations": "6.2.9",
"@mikro-orm/mysql": "6.2.9",
"@mikro-orm/seeder": "6.2.9",
"@grpc/grpc-js": "1.11.1",
"@mikro-orm/cli": "6.3.5",
"@mikro-orm/core": "6.3.5",
"@mikro-orm/mariadb": "6.3.5",
"@mikro-orm/migrations": "6.3.5",
"@mikro-orm/mysql": "6.3.5",
"@mikro-orm/seeder": "6.3.5",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -44,8 +44,8 @@
"@scow/protos": "workspace:*",
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.34",
"dayjs": "1.11.11",
"@sinclair/typebox": "0.33.5",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
"node-cron": "3.0.3",
"pino": "8.16.2",
Expand Down
28 changes: 14 additions & 14 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/cssinjs": "1.21.0",
"@ant-design/icons": "5.3.7",
"@ant-design/icons": "5.4.0",
"@ddadaal/next-typed-api-routes-runtime": "0.8.2",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -39,16 +39,16 @@
"@scow/protos": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.34",
"antd": "5.18.3",
"csv-stringify": "6.5.0",
"dayjs": "1.11.11",
"google-protobuf": "3.21.2",
"@sinclair/typebox": "0.33.5",
"antd": "5.20.1",
"csv-stringify": "6.5.1",
"dayjs": "1.11.12",
"google-protobuf": "3.21.4",
"http-proxy": "1.18.1",
"iconv-lite": "^0.6.3",
"less": "4.2.0",
"mime-types": "2.1.35",
"next": "14.2.4",
"next": "14.2.5",
"next-compose-plugins": "2.2.1",
"nookies": "2.5.2",
"nprogress": "0.2.0",
Expand All @@ -59,23 +59,23 @@
"react-typed-i18n": "2.3.0",
"recharts": "^2.7.3",
"simstate": "3.0.1",
"styled-components": "6.1.11",
"styled-components": "6.1.12",
"tslib": "2.6.3",
"typescript": "5.5.2"
"typescript": "5.5.4"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.1",
"@next/bundle-analyzer": "14.2.4",
"@next/bundle-analyzer": "14.2.5",
"@types/google-protobuf": "3.15.12",
"@types/mime-types": "2.1.4",
"@types/node": "20.14.8",
"@types/node": "20.14.15",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"babel-plugin-import": "1.13.8",
"postcss": "8.4.38",
"webpack": "5.92.1"
"postcss": "8.4.41",
"webpack": "5.93.0"
},
"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 @@ -25,7 +25,7 @@
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.9",
"@grpc/grpc-js": "1.11.1",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-scheduler-adapter": "workspace:*",
Expand All @@ -37,8 +37,8 @@
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/scowd-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.34",
"dayjs": "1.11.11",
"@sinclair/typebox": "0.33.5",
"dayjs": "1.11.12",
"dotenv": "16.4.5",
"node-cron": "3.0.3",
"node-ssh": "13.2.0",
Expand All @@ -52,7 +52,7 @@
"devDependencies": {
"@types/node-cron": "3.0.11",
"@types/shell-quote": "1.7.5",
"@types/ssh2": "1.15.0",
"@types/ssh2": "1.15.1",
"@types/wait-on": "5.3.4",
"form-data": "4.0.0"
},
Expand Down
Loading

0 comments on commit 6d6aa69

Please sign in to comment.