Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#423)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 1, 2022
1 parent 8de327e commit b965cc7
Show file tree
Hide file tree
Showing 6 changed files with 261 additions and 179 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.14",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"@types/yargs": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -85,14 +85,14 @@
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npmlog": "^7.0.1",
"nx": "15.2.1",
"nx": "15.2.4",
"prettier": "^2.8.0",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"tacks": "^1.2.6",
"tempy": "^1.0.1",
"ts-jest": "^29.0.3",
"tsm": "^2.2.2",
"tsm": "^2.3.0",
"typescript": "^4.9.3",
"write-json-file": "^4.3.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 @@ -56,7 +56,7 @@
"is-stream": "^2.0.1",
"load-json-file": "^6.2.0",
"make-dir": "^3.1.0",
"minimatch": "^5.1.0",
"minimatch": "^5.1.1",
"node-fetch": "^2.6.7",
"npm-package-arg": "^10.0.0",
"npmlog": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/optional-cmd-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node": "^18.11.10",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"yargs": "^17.6.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.1.3",
"@npmcli/arborist": "^6.1.4",
"byte-size": "^7.0.1",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
"fs-extra": "^10.1.0",
"has-unicode": "^2.0.1",
"libnpmaccess": "^7.0.0",
"libnpmpublish": "^7.0.4",
"libnpmpublish": "^7.0.5",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.2",
"npm-registry-fetch": "^14.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chalk": "^4.1.2",
"dedent": "^0.7.0",
"load-json-file": "^6.2.0",
"minimatch": "^5.1.0",
"minimatch": "^5.1.1",
"new-github-release-url": "^1.0.0",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
Expand Down

0 comments on commit b965cc7

Please sign in to comment.