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 Dec 13, 2022
1 parent 332c488 commit 5b99a87
Show file tree
Hide file tree
Showing 10 changed files with 647 additions and 649 deletions.
8 changes: 4 additions & 4 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/error": "3.1.0",
"@fastify/error": "3.2.0",
"@fastify/formbody": "7.4.0",
"@fastify/static": "6.5.1",
"@fastify/static": "6.6.0",
"@fastify/view": "7.3.0",
"liquidjs": "10.2.0",
"liquidjs": "10.3.1",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.10",
"@sinclair/typebox": "0.25.13",
"asn1": "0.2.6",
"fastify": "4.10.2",
"fastify-graceful-shutdown": "3.4.0",
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 @@ -18,18 +18,18 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.1",
"@ddadaal/tsgrpc-common": "0.2.0",
"@grpc/grpc-js": "1.7.3",
"@mikro-orm/cli": "5.5.3",
"@mikro-orm/core": "5.5.3",
"@mikro-orm/mariadb": "5.5.3",
"@mikro-orm/migrations": "5.5.3",
"@mikro-orm/mysql": "5.5.3",
"@mikro-orm/seeder": "5.5.3",
"@grpc/grpc-js": "1.8.0",
"@mikro-orm/cli": "5.6.0",
"@mikro-orm/core": "5.6.0",
"@mikro-orm/mariadb": "5.6.0",
"@mikro-orm/migrations": "5.6.0",
"@mikro-orm/mysql": "5.6.0",
"@mikro-orm/seeder": "5.6.0",
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.25.10",
"@sinclair/typebox": "0.25.13",
"@scow/lib-auth": "workspace:*",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
Expand Down
16 changes: 8 additions & 8 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@
"@codemirror/legacy-modes": "6.3.1",
"@codemirror/state": "6.1.4",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.6.0",
"@codemirror/view": "6.7.1",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.2",
"@grpc/grpc-js": "1.7.3",
"@grpc/grpc-js": "1.8.0",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@sinclair/typebox": "0.25.10",
"antd": "5.0.3",
"dayjs": "1.11.6",
"@sinclair/typebox": "0.25.13",
"antd": "5.0.7",
"dayjs": "1.11.7",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
"less": "4.1.3",
Expand All @@ -47,21 +47,21 @@
"simstate": "3.0.1",
"styled-components": "5.3.6",
"tslib": "2.4.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"devDependencies": {
"@ddadaal/next-typed-api-routes-cli": "0.5.1",
"@ddadaal/tsgrpc-cli": "0.14.3",
"@next/bundle-analyzer": "13.0.2",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.10",
"@types/node": "18.11.14",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.5",
"postcss": "8.4.19",
"postcss": "8.4.20",
"webpack": "5.75.0"
},
"browserslist": {
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 @@ -17,18 +17,18 @@
"dependencies": {
"@ddadaal/tsgrpc-server": "0.18.1",
"@ddadaal/tsgrpc-common": "0.2.0",
"@grpc/grpc-js": "1.7.3",
"@grpc/grpc-js": "1.8.0",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.10",
"@sinclair/typebox": "0.25.13",
"dotenv": "16.0.3",
"node-cron": "3.0.2",
"uuid": "9.0.0",
"wait-on": "6.0.1",
"ts-log": "2.2.5",
"shell-quote": "1.7.4",
"dayjs": "1.11.6"
"dayjs": "1.11.7"
},
"devDependencies": {
"@ddadaal/tsgrpc-cli": "0.14.3",
Expand Down
16 changes: 8 additions & 8 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@
"@codemirror/legacy-modes": "6.3.1",
"@codemirror/state": "6.1.4",
"@codemirror/theme-one-dark": "6.1.0",
"@codemirror/view": "6.6.0",
"@codemirror/view": "6.7.1",
"@ddadaal/next-typed-api-routes-runtime": "0.5.2",
"@ddadaal/tsgrpc-client": "0.17.2",
"@grpc/grpc-js": "1.7.3",
"@grpc/grpc-js": "1.8.0",
"@scow/config": "workspace:*",
"@scow/lib-config": "workspace:*",
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.10",
"antd": "5.0.3",
"@sinclair/typebox": "0.25.13",
"antd": "5.0.7",
"busboy": "1.6.0",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
"less": "4.1.3",
"mime-types": "2.1.35",
"dayjs": "1.11.6",
"dayjs": "1.11.7",
"next": "13.0.2",
"next-compose-plugins": "2.2.1",
"next-transpile-modules": "10.0.0",
Expand All @@ -52,7 +52,7 @@
"socket.io": "4.5.4",
"socket.io-client": "4.5.4",
"tslib": "2.4.1",
"typescript": "4.9.3",
"typescript": "4.9.4",
"xterm": "5.0.0",
"xterm-addon-fit": "0.6.0",
"http-proxy": "1.18.1"
Expand All @@ -66,7 +66,7 @@
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.10",
"@types/node": "18.11.14",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.26",
Expand All @@ -75,7 +75,7 @@
"@types/url-join": "4.0.1",
"jest-environment-jsdom": "29.3.1",
"node-mocks-http": "1.12.1",
"postcss": "8.4.19",
"postcss": "8.4.20",
"webpack": "5.75.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.4",
"@adobe/jsonschema2md": "7.1.5",
"@algolia/client-search": "4.14.2",
"@docusaurus/module-type-aliases": "2.2.0",
"@scow/config": "workspace:*",
"@sinclair/typebox": "0.25.10",
"@sinclair/typebox": "0.25.13",
"@tsconfig/docusaurus": "1.0.6",
"@types/react": "18.0.18",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"browserslist": {
"production": [
Expand Down
2 changes: 1 addition & 1 deletion libs/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"dependencies": {
"@scow/lib-config": "workspace:*",
"@sinclair/typebox": "0.25.10"
"@sinclair/typebox": "0.25.13"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion libs/libconfig/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.25.10",
"@sinclair/typebox": "0.25.13",
"ajv": "8.11.2",
"ajv-formats": "2.1.1",
"envalid": "7.3.1",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"concurrently": "7.6.0",
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.3.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.10",
"@types/jest": "29.2.4",
"@types/node": "18.11.14",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
Expand All @@ -44,12 +44,12 @@
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.8.1",
"tsc-alias": "1.8.2",
"tsconfig-paths": "4.1.1",
"typescript": "4.9.3"
"typescript": "4.9.4"
},
"volta": {
"node": "18.12.1"
},
"packageManager": "pnpm@7.18.0"
"packageManager": "pnpm@7.18.2"
}
Loading

0 comments on commit 5b99a87

Please sign in to comment.