Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#853)
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 May 10, 2024
1 parent fd18921 commit debaed7
Show file tree
Hide file tree
Showing 7 changed files with 95 additions and 103 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@lerna-lite/watch": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@types/npmlog": "^7.0.0",
"@types/yargs": "^17.0.32",
"@vitest/coverage-v8": "^1.6.0",
Expand All @@ -82,20 +82,20 @@
"eslint": "^9.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.4.0",
"eslint-plugin-n": "^17.6.0",
"execa": "^8.0.1",
"file-url": "^4.0.0",
"find-up": "^7.0.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"glob": "^10.3.14",
"globby": "^14.0.1",
"load-json-file": "^7.0.1",
"normalize-newline": "^4.1.0",
"normalize-path": "^3.0.0",
"npmlog": "^7.0.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"semver": "^7.6.0",
"rimraf": "^5.0.6",
"semver": "^7.6.2",
"tacks": "^1.2.6",
"temp-dir": "^3.0.0",
"tempy": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"p-map": "^7.0.2",
"p-queue": "^8.0.1",
"resolve-from": "^5.0.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"slash": "^5.1.0",
"strong-log-transformer": "^2.1.0",
"write-file-atomic": "^5.0.1",
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 @@ -40,7 +40,7 @@
"npmlog": "^7.0.1"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"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 @@ -41,7 +41,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"yargs": "^17.7.2"
}
}
6 changes: 3 additions & 3 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"chalk": "^5.3.0",
"columnify": "^1.6.0",
"fs-extra": "^11.2.0",
"glob": "^10.3.12",
"glob": "^10.3.14",
"has-unicode": "^2.0.1",
"libnpmaccess": "^8.0.5",
"libnpmpublish": "^9.0.7",
Expand All @@ -53,10 +53,10 @@
"npmlog": "^7.0.1",
"p-map": "^7.0.2",
"p-pipe": "^4.0.0",
"pacote": "^18.0.4",
"pacote": "^18.0.6",
"pify": "^6.1.0",
"read-package-json": "^7.0.1",
"semver": "^7.6.0",
"semver": "^7.6.2",
"ssri": "^10.0.6",
"tar": "^6.2.1",
"temp-dir": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"p-pipe": "^4.0.0",
"p-reduce": "^3.0.0",
"pify": "^6.1.0",
"semver": "^7.6.0",
"semver": "^7.6.2",
"slash": "^5.1.0",
"temp-dir": "^3.0.0",
"uuid": "^9.0.1",
Expand Down

0 comments on commit debaed7

Please sign in to comment.