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 3, 2022
1 parent 46e2e91 commit c79ebe1
Show file tree
Hide file tree
Showing 6 changed files with 225 additions and 205 deletions.
4 changes: 2 additions & 2 deletions apps/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"@fastify/error": "3.0.0",
"@fastify/error": "3.1.0",
"@fastify/formbody": "7.3.0",
"@fastify/static": "6.5.1",
"@scow/config": "workspace:*",
Expand All @@ -23,7 +23,7 @@
"asn1": "0.2.6",
"fastify": "4.10.2",
"fastify-graceful-shutdown": "3.4.0",
"fastify-plugin": "4.3.0",
"fastify-plugin": "4.4.0",
"ioredis": "5.2.4",
"ldapjs": "2.3.3",
"nanoid": "4.0.0"
Expand Down
6 changes: 3 additions & 3 deletions apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@scow/lib-auth": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@sinclair/typebox": "0.25.10",
"antd": "5.0.2",
"antd": "5.0.3",
"dayjs": "1.11.6",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
Expand All @@ -55,9 +55,9 @@
"@next/bundle-analyzer": "13.0.2",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.9",
"@types/node": "18.11.10",
"@types/nprogress": "0.2.0",
"@types/react": "18.0.25",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"babel-plugin-import": "1.13.5",
Expand Down
6 changes: 3 additions & 3 deletions apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@scow/lib-decimal": "workspace:*",
"@scow/lib-ssh": "workspace:*",
"@sinclair/typebox": "0.25.10",
"antd": "5.0.2",
"antd": "5.0.3",
"busboy": "1.6.0",
"codemirror": "6.0.1",
"google-protobuf": "3.21.2",
Expand Down Expand Up @@ -66,10 +66,10 @@
"@types/busboy": "1.5.0",
"@types/google-protobuf": "3.15.6",
"@types/mime-types": "2.1.1",
"@types/node": "18.11.9",
"@types/node": "18.11.10",
"@types/nprogress": "0.2.0",
"@types/random-words": "1.1.2",
"@types/react": "18.0.25",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-dom": "17.0.2"
},
"devDependencies": {
"@adobe/jsonschema2md": "7.1.3",
"@adobe/jsonschema2md": "7.1.4",
"@algolia/client-search": "4.14.2",
"@docusaurus/module-type-aliases": "2.2.0",
"@scow/config": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
"@ddadaal/eslint-config": "1.9.0",
"@commitlint/config-conventional": "17.3.0",
"@types/jest": "29.2.3",
"@types/node": "18.11.9",
"@types/node": "18.11.10",
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.44.0",
"@typescript-eslint/parser": "5.44.0",
"@typescript-eslint/eslint-plugin": "5.45.0",
"@typescript-eslint/parser": "5.45.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.3",
"dotenv-cli": "6.0.0",
"eslint": "8.28.0",
"eslint": "8.29.0",
"eslint-import-resolver-typescript": "3.5.2",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "8.0.0",
Expand All @@ -40,12 +40,12 @@
"rimraf": "3.0.2",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"tsc-alias": "1.7.1",
"tsconfig-paths": "4.1.0",
"tsc-alias": "1.8.1",
"tsconfig-paths": "4.1.1",
"typescript": "4.9.3"
},
"volta": {
"node": "18.12.1"
},
"packageManager": "pnpm@7.17.1"
"packageManager": "pnpm@7.18.0"
}
Loading

0 comments on commit c79ebe1

Please sign in to comment.