Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2022
1 parent 6be6ade commit 3793929
Show file tree
Hide file tree
Showing 5 changed files with 267 additions and 277 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@lerna-lite/run": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.10",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.11",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.15",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.28.0",
"@types/yargs": "^17.0.17",
"@typescript-eslint/eslint-plugin": "^5.45.1",
"@typescript-eslint/parser": "^5.45.1",
"eslint": "^8.29.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -85,15 +85,15 @@
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npmlog": "^7.0.1",
"nx": "15.2.4",
"prettier": "^2.8.0",
"nx": "15.3.0",
"prettier": "^2.8.1",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
"tacks": "^1.2.6",
"tempy": "^1.0.1",
"ts-jest": "^29.0.3",
"tsm": "^2.3.0",
"typescript": "^4.9.3",
"typescript": "^4.9.4",
"write-json-file": "^4.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"make-dir": "^3.1.0",
"minimatch": "^5.1.1",
"node-fetch": "^2.6.7",
"npm-package-arg": "^10.0.0",
"npm-package-arg": "^10.1.0",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
"p-queue": "^6.6.2",
Expand Down Expand Up @@ -95,7 +95,7 @@
"@types/write-file-atomic": "^4.0.0",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"npm-registry-fetch": "^14.0.2",
"npm-registry-fetch": "^14.0.3",
"yargs": "^17.6.2",
"yargs-parser": "^21.1.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.10",
"@types/node": "^18.11.11",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"yargs": "^17.6.2"
Expand Down
18 changes: 9 additions & 9 deletions packages/publish/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,27 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.1.4",
"@npmcli/arborist": "^6.1.5",
"byte-size": "^7.0.1",
"chalk": "^4.1.2",
"columnify": "^1.6.0",
"fs-extra": "^11.1.0",
"has-unicode": "^2.0.1",
"libnpmaccess": "^7.0.0",
"libnpmpublish": "^7.0.5",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.2",
"npm-registry-fetch": "^14.0.2",
"libnpmaccess": "^7.0.1",
"libnpmpublish": "^7.0.6",
"npm-package-arg": "^10.1.0",
"npm-packlist": "^7.0.4",
"npm-registry-fetch": "^14.0.3",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"pacote": "^15.0.6",
"pacote": "^15.0.7",
"path": "^0.12.7",
"pify": "^5.0.0",
"read-package-json": "^6.0.0",
"semver": "^7.3.8",
"ssri": "^10.0.0",
"tar": "^6.1.12"
"ssri": "^10.0.1",
"tar": "^6.1.13"
},
"devDependencies": {
"@types/conventional-changelog-core": "^4.2.1",
Expand Down

0 comments on commit 3793929

Please sign in to comment.