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 Apr 23, 2023
1 parent 2abcb9e commit 4e48304
Show file tree
Hide file tree
Showing 12 changed files with 778 additions and 750 deletions.
2 changes: 1 addition & 1 deletion apps/auth/package.json
Expand Up @@ -30,7 +30,7 @@
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"asn1": "0.2.6",
"fastify": "4.15.0",
"fastify-graceful-shutdown": "3.4.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Expand Up @@ -15,7 +15,7 @@
"pkg": "5.8.1",
"yargs": "17.7.1",
"prompts": "2.4.2",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"js-yaml": "4.1.0",
"debug": "4.3.4",
"octokit": "2.0.14",
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-server/package.json
Expand Up @@ -36,7 +36,7 @@
"@scow/lib-slurm": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"@scow/lib-auth": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
Expand Down
18 changes: 9 additions & 9 deletions apps/mis-web/package.json
Expand Up @@ -36,13 +36,13 @@
"@scow/protos": "workspace:*",
"@scow/lib-web": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.27.8",
"antd": "5.4.2",
"@sinclair/typebox": "0.28.5",
"antd": "5.4.5",
"dayjs": "1.11.7",
"google-protobuf": "3.21.2",
"less": "4.1.3",
"mime-types": "2.1.35",
"next": "13.3.0",
"next": "13.3.1",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.0",
"nookies": "2.5.2",
Expand All @@ -52,23 +52,23 @@
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.9",
"styled-components": "5.3.10",
"tslib": "2.5.0",
"typescript": "5.0.4"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.6.1",
"@next/bundle-analyzer": "13.3.0",
"@next/bundle-analyzer": "13.3.1",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.15.11",
"@types/node": "18.16.0",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.35",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.6",
"postcss": "8.4.22",
"webpack": "5.79.0"
"postcss": "8.4.23",
"webpack": "5.80.0"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-server/package.json
Expand Up @@ -29,7 +29,7 @@
"@scow/lib-ssh": "workspace:*",
"@scow/protos": "workspace:*",
"@scow/utils": "workspace:*",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"node-ssh": "13.1.0",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
Expand Down
20 changes: 10 additions & 10 deletions apps/portal-web/package.json
Expand Up @@ -27,7 +27,7 @@
"dependencies": {
"@ant-design/icons": "5.0.1",
"@uiw/react-codemirror": "4.19.16",
"@codemirror/view": "6.9.4",
"@codemirror/view": "6.9.6",
"@codemirror/language": "6.6.0",
"@codemirror/legacy-modes": "6.3.2",
"@uiw/codemirror-theme-github": "4.19.16",
Expand All @@ -42,15 +42,15 @@
"@scow/lib-ssh": "workspace:*",
"@scow/utils": "workspace:*",
"@scow/lib-web": "workspace:*",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"@scow/protos": "workspace:*",
"antd": "5.4.2",
"antd": "5.4.5",
"busboy": "1.6.0",
"google-protobuf": "3.21.2",
"less": "4.1.3",
"mime-types": "2.1.35",
"dayjs": "1.11.7",
"next": "13.3.0",
"next": "13.3.1",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.0",
"nookies": "2.5.2",
Expand All @@ -61,7 +61,7 @@
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.9",
"styled-components": "5.3.10",
"tslib": "2.5.0",
"typescript": "5.0.4",
"xterm": "5.1.0",
Expand All @@ -71,23 +71,23 @@
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.6.1",
"@next/bundle-analyzer": "13.3.0",
"@next/bundle-analyzer": "13.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0",
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.15.11",
"@types/node": "18.16.0",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.35",
"@types/react": "18.0.38",
"@types/react-dom": "18.0.11",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.5.0",
"node-mocks-http": "1.12.2",
"postcss": "8.4.22",
"webpack": "5.79.0",
"postcss": "8.4.23",
"webpack": "5.80.0",
"ts-log": "2.2.5",
"@types/ws": "8.5.4"
},
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -31,7 +31,7 @@
"@algolia/client-search": "4.17.0",
"@docusaurus/module-type-aliases": "2.4.0",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"@tsconfig/docusaurus": "1.0.7",
"@types/react": "18.0.18",
"typescript": "5.0.4"
Expand Down
2 changes: 1 addition & 1 deletion libs/config/package.json
Expand Up @@ -16,7 +16,7 @@
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.27.8"
"@sinclair/typebox": "0.28.5"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/libconfig/package.json
Expand Up @@ -17,7 +17,7 @@
"license": "Mulan PSL v2",
"repository": "https://github.com/PKUHPC/SCOW",
"dependencies": {
"@sinclair/typebox": "0.27.8",
"@sinclair/typebox": "0.28.5",
"ajv": "8.12.0",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
14 changes: 7 additions & 7 deletions libs/web/package.json
Expand Up @@ -20,19 +20,19 @@
"mime-types": "2.1.35"
},
"peerDependencies": {
"antd": "5.4.2",
"next": "13.3.0",
"styled-components": "5.3.9",
"antd": "5.4.5",
"next": "13.3.1",
"styled-components": "5.3.10",
"@ant-design/icons": "5.0.1",
"dayjs": "1.11.7"
},
"devDependencies": {
"antd": "5.4.2",
"next": "13.3.0",
"styled-components": "5.3.9",
"antd": "5.4.5",
"next": "13.3.1",
"styled-components": "5.3.10",
"@types/mime-types": "2.1.1",
"react": "18.2.0",
"@types/react": "18.0.35",
"@types/react": "18.0.38",
"react-dom": "18.2.0",
"@types/react-dom": "18.0.11",
"react-is": "18.2.0",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Expand Up @@ -21,18 +21,18 @@
"ci:publish": "pnpm publish -r"
},
"devDependencies": {
"turbo": "1.9.1",
"turbo": "1.9.3",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.6.1",
"@types/jest": "29.5.0",
"@types/node": "18.15.11",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"@types/jest": "29.5.1",
"@types/node": "18.16.0",
"@typescript-eslint/eslint-plugin": "5.59.0",
"@typescript-eslint/parser": "5.59.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
"dotenv-cli": "7.2.1",
"eslint": "8.38.0",
"eslint": "8.39.0",
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-simple-import-sort": "10.0.0",
Expand All @@ -48,7 +48,7 @@
"tsc-alias": "1.8.5",
"tsconfig-paths": "4.2.0",
"typescript": "5.0.4",
"@pnpm/lockfile-file": "8.0.1",
"@pnpm/lockfile-file": "8.0.2",
"@pnpm/logger": "5.0.0",
"pm2": "5.3.0",
"concurrently": "8.0.1",
Expand All @@ -60,5 +60,5 @@
"volta": {
"node": "18.16.0"
},
"packageManager": "pnpm@8.2.0"
"packageManager": "pnpm@8.3.1"
}

0 comments on commit 4e48304

Please sign in to comment.