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 May 24, 2024
1 parent a12a987 commit 4b67f8e
Show file tree
Hide file tree
Showing 24 changed files with 167 additions and 167 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:

- name: Wait for ports
if: vars.RUN_TESTS == 'true'
uses: ifaxity/wait-on-action@v1.1.0
uses: ifaxity/wait-on-action@v1.2.1
with:
log: true
verbose: true
Expand Down
58 changes: 29 additions & 29 deletions apps/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
]
},
"dependencies": {
"@ant-design/cssinjs": "1.19.1",
"@ant-design/icons": "5.3.6",
"@ant-design/cssinjs": "1.20.0",
"@ant-design/icons": "5.3.7",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
"@grpc/grpc-js": "1.10.6",
"@kubernetes/client-node": "^0.20.0",
"@mikro-orm/cli": "6.1.12",
"@mikro-orm/core": "6.1.12",
"@mikro-orm/migrations": "6.1.12",
"@mikro-orm/mysql": "6.1.12",
"@mikro-orm/seeder": "6.1.12",
"@grpc/grpc-js": "1.10.8",
"@kubernetes/client-node": "^0.21.0",
"@mikro-orm/cli": "6.2.8",
"@mikro-orm/core": "6.2.8",
"@mikro-orm/migrations": "6.2.8",
"@mikro-orm/mysql": "6.2.8",
"@mikro-orm/seeder": "6.2.8",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -55,57 +55,57 @@
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.32.20",
"@sinclair/typebox": "0.32.31",
"@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.16.0",
"dayjs": "1.11.10",
"antd": "5.17.3",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"http-proxy": "1.18.1",
"lodash": "4.17.21",
"long": "5.2.3",
"mime-types": "2.1.35",
"next": "14.1.4",
"next": "14.2.3",
"next-compose-plugins": "2.2.1",
"next-connect": "1.0.0",
"nextjs-cors": "2.2.0",
"node-ssh": "13.1.0",
"node-ssh": "13.2.0",
"nookies": "2.5.2",
"nprogress": "0.2.0",
"pino": "8.16.2",
"protobufjs": "7.2.6",
"react": "18.2.0",
"protobufjs": "7.3.0",
"react": "18.3.1",
"react-async": "10.0.1",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"react-typed-i18n": "2.3.0",
"simstate": "3.0.1",
"styled-components": "6.1.8",
"styled-components": "6.1.11",
"superjson": "2.2.1",
"swagger-ui-react": "5.13.0",
"swagger-ui-react": "5.17.12",
"trpc-openapi": "1.2.0",
"ws": "8.16.0",
"ws": "8.17.0",
"@xterm/xterm": "5.5.0",
"@xterm/addon-fit": "0.10.0",
"zod": "3.22.4",
"zod": "3.23.8",
"shell-quote": "1.8.1",
"replace-in-file": "7.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@types/busboy": "1.5.3",
"@next/bundle-analyzer": "14.2.3",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.7",
"@types/busboy": "1.5.4",
"@types/google-protobuf": "3.15.12",
"@types/http-proxy": "1.17.14",
"@types/mime-types": "2.1.4",
"@types/node": "20.12.4",
"@types/node": "20.12.12",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@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",
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 @@ -25,20 +25,20 @@
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.6",
"@mikro-orm/cli": "6.1.12",
"@mikro-orm/core": "6.1.12",
"@mikro-orm/migrations": "6.1.12",
"@mikro-orm/mysql": "6.1.12",
"@mikro-orm/seeder": "6.1.12",
"@grpc/grpc-js": "1.10.8",
"@mikro-orm/cli": "6.2.8",
"@mikro-orm/core": "6.2.8",
"@mikro-orm/migrations": "6.2.8",
"@mikro-orm/mysql": "6.2.8",
"@mikro-orm/seeder": "6.2.8",
"@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.10",
"dayjs": "1.11.11",
"pino": "8.16.2",
"pino-pretty": "10.3.1"
},
Expand Down
16 changes: 8 additions & 8 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"dependencies": {
"@fastify/error": "3.4.1",
"@fastify/formbody": "7.4.0",
"@fastify/static": "7.0.2",
"@fastify/view": "9.0.0",
"liquidjs": "10.10.2",
"@fastify/static": "7.0.4",
"@fastify/view": "9.1.0",
"liquidjs": "10.13.1",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.20",
"@sinclair/typebox": "0.32.31",
"asn1": "0.2.6",
"fastify": "4.26.2",
"fastify": "4.27.0",
"fastify-graceful-shutdown": "3.5.3",
"fastify-plugin": "4.5.1",
"ioredis": "5.3.2",
"ioredis": "5.4.1",
"ldapjs": "2.3.3",
"nanoid": "5.0.6",
"nanoid": "5.0.7",
"svg-captcha": "1.4.0",
"pino-pretty": "10.3.1",
"pino": "8.16.2",
Expand All @@ -50,7 +50,7 @@
"devDependencies": {
"@types/asn1": "0.2.4",
"@types/ldapjs": "2.2.5",
"@types/nodemailer": "6.4.14",
"@types/nodemailer": "6.4.15",
"@types/qrcode": "1.5.5",
"@types/speakeasy": "2.0.10"
},
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.32.20",
"@sinclair/typebox": "0.32.31",
"js-yaml": "4.1.0",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
"octokit": "3.2.0",
"octokit": "3.2.1",
"jszip": "3.10.1",
"dotenv": "16.4.5",
"death": "1.1.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 @@ -25,13 +25,13 @@
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.6",
"@mikro-orm/cli": "6.1.12",
"@mikro-orm/core": "6.1.12",
"@mikro-orm/mariadb": "6.1.12",
"@mikro-orm/migrations": "6.1.12",
"@mikro-orm/mysql": "6.1.12",
"@mikro-orm/seeder": "6.1.12",
"@grpc/grpc-js": "1.10.8",
"@mikro-orm/cli": "6.2.8",
"@mikro-orm/core": "6.2.8",
"@mikro-orm/mariadb": "6.2.8",
"@mikro-orm/migrations": "6.2.8",
"@mikro-orm/mysql": "6.2.8",
"@mikro-orm/seeder": "6.2.8",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -43,8 +43,8 @@
"@scow/protos": "workspace:*",
"@scow/scheduler-adapter-protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.20",
"dayjs": "1.11.10",
"@sinclair/typebox": "0.32.31",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"node-cron": "3.0.3",
"pino": "8.16.2",
Expand Down
34 changes: 17 additions & 17 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/icons": "5.3.6",
"@ant-design/icons": "5.3.7",
"@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.6",
"@grpc/grpc-js": "1.10.8",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-config": "workspace:*",
Expand All @@ -37,39 +37,39 @@
"@scow/utils": "workspace:*",
"@scow/lib-operation-log": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.32.20",
"antd": "5.16.0",
"dayjs": "1.11.10",
"@sinclair/typebox": "0.32.31",
"antd": "5.17.3",
"dayjs": "1.11.11",
"google-protobuf": "3.21.2",
"less": "4.2.0",
"mime-types": "2.1.35",
"next": "14.1.4",
"next": "14.2.3",
"next-compose-plugins": "2.2.1",
"nookies": "2.5.2",
"nprogress": "0.2.0",
"react": "18.2.0",
"react": "18.3.1",
"react-async": "10.0.1",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"react-dom": "18.3.1",
"react-is": "18.3.1",
"recharts": "^2.7.3",
"simstate": "3.0.1",
"styled-components": "6.1.8",
"styled-components": "6.1.11",
"tslib": "2.6.2",
"typescript": "5.4.3",
"typescript": "5.4.5",
"http-proxy": "1.18.1",
"@ant-design/cssinjs": "1.19.1",
"@ant-design/cssinjs": "1.20.0",
"react-typed-i18n": "2.3.0",
"csv-stringify": "6.4.6"
"csv-stringify": "6.5.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.1",
"@next/bundle-analyzer": "14.1.4",
"@next/bundle-analyzer": "14.2.3",
"@types/google-protobuf": "3.15.12",
"@types/mime-types": "2.1.4",
"@types/node": "20.12.4",
"@types/node": "20.12.12",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@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",
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 @@ -23,7 +23,7 @@
"@ddadaal/tsgrpc-common": "0.2.5",
"@ddadaal/tsgrpc-server": "0.19.5",
"@ddadaal/tsgrpc-client": "0.17.7",
"@grpc/grpc-js": "1.10.6",
"@grpc/grpc-js": "1.10.8",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-server": "workspace:*",
Expand All @@ -33,11 +33,11 @@
"@scow/lib-scheduler-adapter": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@sinclair/typebox": "0.32.20",
"dayjs": "1.11.10",
"@sinclair/typebox": "0.32.31",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"node-cron": "3.0.3",
"node-ssh": "13.1.0",
"node-ssh": "13.2.0",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
"shell-quote": "1.8.1",
Expand Down
Loading

0 comments on commit 4b67f8e

Please sign in to comment.