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 Oct 11, 2022
1 parent 8f21cac commit 826de70
Show file tree
Hide file tree
Showing 12 changed files with 894 additions and 788 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.3
- uses: actions/setup-node@v3
with:
node-version: 16.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: pnpm/action-setup@v2.2.2
- uses: pnpm/action-setup@v2.2.3

- uses: actions/setup-node@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"@fastify/formbody": "7.3.0",
"@fastify/static": "6.5.0",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.24.43",
"@sinclair/typebox": "0.24.44",
"asn1": "0.2.6",
"fastify": "4.6.0",
"fastify": "4.8.1",
"fastify-graceful-shutdown": "3.4.0",
"fastify-plugin": "4.2.1",
"ioredis": "5.2.3",
Expand Down
10 changes: 5 additions & 5 deletions apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@ddadaal/tsgrpc-server": "0.15.1",
"@ddadaal/tsgrpc-server": "0.15.2",
"@grpc/grpc-js": "1.7.1",
"@mikro-orm/cli": "5.4.2",
"@mikro-orm/core": "5.4.2",
Expand All @@ -27,15 +27,15 @@
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.24.43",
"dotenv": "16.0.2",
"@sinclair/typebox": "0.24.44",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
"undici": "5.10.0",
"undici": "5.11.0",
"uuid": "9.0.0",
"wait-on": "6.0.1"
},
"devDependencies": {
"@ddadaal/tsgrpc-cli": "0.13.5",
"@ddadaal/tsgrpc-cli": "0.13.6",
"@types/google-protobuf": "3.15.6",
"@types/node-cron": "3.0.4",
"@types/wait-on": "5.3.1"
Expand Down
22 changes: 11 additions & 11 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,44 +14,44 @@
"dependencies": {
"@ant-design/icons": "4.7.0",
"@codemirror/autocomplete": "6.3.0",
"@codemirror/commands": "6.1.0",
"@codemirror/commands": "6.1.1",
"@codemirror/lang-json": "6.0.0",
"@codemirror/language": "6.2.1",
"@codemirror/legacy-modes": "6.1.0",
"@codemirror/state": "6.1.2",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.2.5",
"@codemirror/view": "6.3.1",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.15.1",
"@grpc/grpc-js": "1.7.1",
"@newhighsco/next-plugin-svgr": "3.0.60",
"@newhighsco/next-plugin-svgr": "3.0.61",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@sinclair/typebox": "0.24.43",
"antd": "4.23.2",
"@sinclair/typebox": "0.24.44",
"antd": "4.23.5",
"codemirror": "6.0.1",
"google-protobuf": "3.21.0",
"google-protobuf": "3.21.2",
"less": "4.1.3",
"mime-types": "2.1.35",
"moment": "2.29.4",
"next": "12.3.1",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "9.0.0",
"next-transpile-modules": "9.1.0",
"nookies": "2.5.2",
"nprogress": "0.2.0",
"react": "18.2.0",
"react-async": "10.0.1",
"react-dom": "18.2.0",
"react-is": "18.2.0",
"simstate": "3.0.1",
"styled-components": "5.3.5",
"styled-components": "5.3.6",
"tslib": "2.4.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.5.1",
"@ddadaal/tsgrpc-cli": "0.13.5",
"@ddadaal/tsgrpc-cli": "0.13.6",
"@next/bundle-analyzer": "12.3.1",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
Expand All @@ -61,7 +61,7 @@
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.5",
"postcss": "8.4.16",
"postcss": "8.4.17",
"webpack": "5.74.0"
},
"browserslist": {
Expand Down
28 changes: 14 additions & 14 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@
"dependencies": {
"@ant-design/icons": "4.7.0",
"@codemirror/autocomplete": "6.3.0",
"@codemirror/commands": "6.1.0",
"@codemirror/commands": "6.1.1",
"@codemirror/language": "6.2.1",
"@codemirror/legacy-modes": "6.1.0",
"@codemirror/state": "6.1.2",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.2.5",
"@codemirror/view": "6.3.1",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.15.1",
"@grpc/grpc-js": "1.7.1",
"@newhighsco/next-plugin-svgr": "3.0.60",
"@newhighsco/next-plugin-svgr": "3.0.61",
"@scow/config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.24.43",
"antd": "4.23.2",
"@sinclair/typebox": "0.24.44",
"antd": "4.23.5",
"busboy": "1.6.0",
"codemirror": "6.0.1",
"google-protobuf": "3.21.0",
"google-protobuf": "3.21.2",
"http-proxy": "1.18.1",
"less": "4.1.3",
"mime-types": "2.1.35",
"moment": "2.29.4",
"next": "12.3.1",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "9.0.0",
"next-transpile-modules": "9.1.0",
"node-pty": "0.10.1",
"nookies": "2.5.2",
"nprogress": "0.2.0",
"pino": "8.6.0",
"pino-http": "8.2.0",
"pino": "8.6.1",
"pino-http": "8.2.1",
"random-words": "1.2.0",
"react": "18.2.0",
"react-async": "10.0.1",
Expand All @@ -55,15 +55,15 @@
"simstate": "3.0.1",
"socket.io": "4.5.2",
"socket.io-client": "4.5.2",
"styled-components": "5.3.5",
"styled-components": "5.3.6",
"tslib": "2.4.0",
"typescript": "4.8.3",
"typescript": "4.8.4",
"xterm": "5.0.0",
"xterm-addon-fit": "0.6.0"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.5.1",
"@ddadaal/tsgrpc-cli": "0.13.5",
"@ddadaal/tsgrpc-cli": "0.13.6",
"@next/bundle-analyzer": "12.3.1",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "13.4.0",
Expand All @@ -77,9 +77,9 @@
"@types/react-dom": "18.0.6",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.0.3",
"jest-environment-jsdom": "29.1.2",
"node-mocks-http": "1.11.0",
"postcss": "8.4.16",
"postcss": "8.4.17",
"webpack": "5.74.0",
"ts-log": "2.2.5"
},
Expand Down
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@adobe/jsonschema2md": "7.1.1",
"@adobe/jsonschema2md": "7.1.2",
"@algolia/client-search": "4.14.2",
"@docusaurus/module-type-aliases": "2.1.0",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.24.43",
"@sinclair/typebox": "0.24.44",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "18.0.18",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion libs/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"undici": "5.10.0"
"undici": "5.11.0"
},
"devDependencies": {
"ts-log": "2.2.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 @@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@sinclair/typebox": "0.24.43",
"@sinclair/typebox": "0.24.44",
"ajv": "8.11.0",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
2 changes: 1 addition & 1 deletion libs/ssh/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@types/shell-quote": "1.7.1",
"@types/ssh2": "1.11.5",
"@types/ssh2": "1.11.6",
"ts-log": "2.2.5"
},
"keywords": [],
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,35 +19,35 @@
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@ddadaal/eslint-config": "1.7.1",
"@types/jest": "29.0.3",
"@types/jest": "29.1.2",
"@types/node": "18.7.18",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.38.1",
"@typescript-eslint/parser": "5.38.1",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"commitizen": "4.2.5",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.2",
"dotenv": "16.0.3",
"dotenv-cli": "6.0.0",
"eslint": "8.24.0",
"eslint": "8.25.0",
"eslint-import-resolver-typescript": "3.5.1",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
"husky": "8.0.1",
"jest": "29.0.3",
"jest": "29.1.2",
"jest-extended": "3.1.0",
"nodemon": "2.0.20",
"pino-pretty": "9.1.0",
"pino-pretty": "9.1.1",
"pkg": "5.8.0",
"rimraf": "3.0.2",
"ts-jest": "29.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.7.0",
"tsconfig-paths": "4.1.0",
"typescript": "4.8.3"
"typescript": "4.8.4"
},
"volta": {
"node": "16.17.1"
},
"packageManager": "pnpm@7.12.2"
"packageManager": "pnpm@7.13.4"
}
Loading

0 comments on commit 826de70

Please sign in to comment.