Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#502)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Mar 2, 2023
1 parent dfbe1eb commit b26827d
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 56 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@lerna-lite/watch": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.22",
"@typescript-eslint/eslint-plugin": "^5.54.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 @@ -38,7 +38,7 @@
"npmlog": "^7.0.1"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/profiler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.14.2",
"@types/node": "^18.14.4",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"rimraf": "^3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.2.3",
"@npmcli/arborist": "^6.2.4",
"byte-size": "^7.0.1",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
Expand Down

0 comments on commit b26827d

Please sign in to comment.