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] authored Jul 18, 2022
1 parent 4985628 commit a2bc387
Show file tree
Hide file tree
Showing 6 changed files with 183 additions and 209 deletions.
2 changes: 1 addition & 1 deletion apps/mis-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dotenv": "16.0.1",
"node-cron": "3.0.1",
"node-ssh": "12.0.4",
"undici": "5.7.0",
"undici": "5.8.0",
"uuid": "8.3.2",
"wait-on": "6.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@sinclair/typebox": "0.24.20",
"antd": "4.21.6",
"antd": "4.21.7",
"codemirror": "6.0.1",
"google-protobuf": "3.20.1",
"less": "4.1.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@scow/config": "workspace:*",
"@scow/lib-decimal": "workspace:*",
"@sinclair/typebox": "0.24.20",
"antd": "4.21.6",
"antd": "4.21.7",
"busboy": "1.6.0",
"codemirror": "6.0.1",
"google-protobuf": "3.20.1",
Expand Down
4 changes: 2 additions & 2 deletions libs/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"author": "",
"license": "ISC",
"dependencies": {
"undici": "5.7.0"
"undici": "5.8.0"
},
"devDependencies": {
"pino": "8.1.0"
"pino": "8.2.0"
},
"volta": {
"extends": "../../package.json"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
"@types/rimraf": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"commitizen": "4.2.4",
"commitizen": "4.2.5",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0",
"dotenv": "16.0.1",
"dotenv-cli": "6.0.0",
"eslint": "8.20.0",
"eslint-import-resolver-typescript": "3.2.6",
"eslint-import-resolver-typescript": "3.2.7",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"husky": "8.0.1",
Expand Down
Loading

0 comments on commit a2bc387

Please sign in to comment.