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 Apr 29, 2024
1 parent 1ef7a92 commit a9f0e6d
Show file tree
Hide file tree
Showing 19 changed files with 120 additions and 120 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.0
with:
log: true
verbose: true
Expand Down
44 changes: 22 additions & 22 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/cssinjs": "1.20.0",
"@ant-design/icons": "5.3.6",
"@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",
"@mikro-orm/cli": "6.2.3",
"@mikro-orm/core": "6.2.3",
"@mikro-orm/migrations": "6.2.3",
"@mikro-orm/mysql": "6.2.3",
"@mikro-orm/seeder": "6.2.3",
"@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.27",
"@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.16.5",
"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",
"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",
"superjson": "2.2.1",
"swagger-ui-react": "5.13.0",
"swagger-ui-react": "5.17.2",
"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.5",
"shell-quote": "1.8.1",
"replace-in-file": "7.1.0"
},
"devDependencies": {
"@next/bundle-analyzer": "14.1.4",
"@next/bundle-analyzer": "14.2.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/react": "15.0.5",
"@types/busboy": "1.5.3",
"@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.7",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.1",
"@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
12 changes: 6 additions & 6 deletions apps/audit-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
"@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",
"@mikro-orm/cli": "6.2.3",
"@mikro-orm/core": "6.2.3",
"@mikro-orm/migrations": "6.2.3",
"@mikro-orm/mysql": "6.2.3",
"@mikro-orm/seeder": "6.2.3",
"@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
10 changes: 5 additions & 5 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/static": "7.0.3",
"@fastify/view": "9.0.0",
"liquidjs": "10.10.2",
"liquidjs": "10.12.0",
"@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.27",
"asn1": "0.2.6",
"fastify": "4.26.2",
"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 Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"pkg": "5.8.1",
"yargs": "17.7.2",
"prompts": "2.4.2",
"@sinclair/typebox": "0.32.20",
"@sinclair/typebox": "0.32.27",
"js-yaml": "4.1.0",
"pino": "8.16.2",
"pino-pretty": "10.3.1",
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 @@ -26,12 +26,12 @@
"@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",
"@mikro-orm/cli": "6.2.3",
"@mikro-orm/core": "6.2.3",
"@mikro-orm/mariadb": "6.2.3",
"@mikro-orm/migrations": "6.2.3",
"@mikro-orm/mysql": "6.2.3",
"@mikro-orm/seeder": "6.2.3",
"@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.27",
"dayjs": "1.11.11",
"dotenv": "16.4.5",
"node-cron": "3.0.3",
"pino": "8.16.2",
Expand Down
26 changes: 13 additions & 13 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.27",
"antd": "5.16.5",
"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",
"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"
},
"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.7",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"babel-plugin-import": "1.13.8",
"postcss": "8.4.38",
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 @@ -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.27",
"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
40 changes: 20 additions & 20 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
"repository": "https://glithub.com/PKUHPC/SCOW",
"dependencies": {
"@ant-design/colors": "7.0.2",
"@ant-design/cssinjs": "1.19.1",
"@ant-design/cssinjs": "1.20.0",
"@ant-design/icons": "5.3.6",
"@codemirror/language": "6.10.1",
"@codemirror/legacy-modes": "6.3.3",
"@codemirror/view": "6.26.1",
"@codemirror/legacy-modes": "6.4.0",
"@codemirror/view": "6.26.3",
"@ddadaal/next-typed-api-routes-runtime": "0.8.2",
"@ddadaal/tsgrpc-client": "0.17.7",
"@ddadaal/tsgrpc-common": "0.2.5",
Expand All @@ -48,47 +48,47 @@
"@scow/protos": "workspace:*",
"@scow/rich-error-model": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.32.20",
"@uiw/codemirror-theme-github": "4.21.25",
"@sinclair/typebox": "0.32.27",
"@uiw/codemirror-theme-github": "4.22.0",
"@uiw/react-codemirror": "4.21.20",
"antd": "5.16.0",
"antd": "5.16.5",
"busboy": "1.6.0",
"dayjs": "1.11.10",
"dayjs": "1.11.11",
"google-protobuf": "3.21.2",
"http-proxy": "1.18.1",
"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",
"react-typed-i18n": "2.3.0",
"recharts": "2.12.3",
"recharts": "2.12.6",
"simstate": "3.0.1",
"styled-components": "6.1.8",
"tslib": "2.6.2",
"typescript": "5.4.3",
"ws": "8.16.0",
"typescript": "5.4.5",
"ws": "8.17.0",
"xterm": "5.3.0",
"xterm-addon-fit": "0.8.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.9.1",
"@next/bundle-analyzer": "14.1.4",
"@next/bundle-analyzer": "14.2.3",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "15.0.2",
"@testing-library/react": "15.0.5",
"@types/busboy": "1.5.3",
"@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.7",
"@types/nprogress": "0.2.3",
"@types/react": "18.2.74",
"@types/react-dom": "18.2.24",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/styled-components": "5.1.34",
"@types/url-join": "4.0.3",
"@types/ws": "8.5.10",
Expand All @@ -100,7 +100,7 @@
"webpack": "5.91.0"
},
"peerDependencies": {
"monaco-editor": "0.47.0"
"monaco-editor": "0.48.0"
},
"browserslist": {
"production": [
Expand Down
20 changes: 10 additions & 10 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"writeConfigDocs": "node tools/configDoc.mjs"
},
"dependencies": {
"@docusaurus/core": "3.2.0",
"@docusaurus/preset-classic": "3.2.0",
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@mdx-js/react": "3.0.0",
"clsx": "2.1.0",
"clsx": "2.1.1",
"prism-react-renderer": "2.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"@cmfcmf/docusaurus-search-local": "1.1.0"
},
"devDependencies": {
"@adobe/jsonschema2md": "8.0.1",
"@algolia/client-search": "4.23.2",
"@docusaurus/module-type-aliases": "3.2.0",
"@adobe/jsonschema2md": "8.0.2",
"@algolia/client-search": "4.23.3",
"@docusaurus/module-type-aliases": "3.2.1",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.32.20",
"@sinclair/typebox": "0.32.27",
"@tsconfig/docusaurus": "2.0.3",
"@docusaurus/types": "3.2.0",
"@docusaurus/types": "3.2.1",
"@types/react": "18.2.37",
"typescript": "5.4.3",
"@node-rs/jieba": "1.10.0",
"typescript": "5.4.5",
"@node-rs/jieba": "1.10.3",
"unist-util-visit": "5.0.0"
},
"browserslist": {
Expand Down
Loading

0 comments on commit a9f0e6d

Please sign in to comment.