Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#722)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Sep 9, 2023
1 parent 4fc2f55 commit c2afec6
Show file tree
Hide file tree
Showing 5 changed files with 80 additions and 87 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,15 +78,15 @@
"@lerna-lite/watch": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.4",
"conventional-changelog-conventionalcommits": "^6.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.48.0",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-node": "^11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/filter-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"npmlog": "^7.0.1"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"yargs": "^17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.5.9",
"@types/node": "^20.6.0",
"yargs": "^17.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@lerna-lite/cli": "workspace:*",
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^7.0.0",
"@npmcli/arborist": "^7.1.0",
"byte-size": "^8.1.1",
"chalk": "^5.3.0",
"columnify": "^1.6.0",
Expand Down

0 comments on commit c2afec6

Please sign in to comment.