Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2022
1 parent abb78b0 commit 3feeea9
Show file tree
Hide file tree
Showing 7 changed files with 371 additions and 364 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -61,12 +61,12 @@
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^29.2.0",
"@types/node": "^18.7.16",
"@types/node": "^18.11.7",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.13",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"eslint": "^8.25.0",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"@typescript-eslint/parser": "^5.41.0",
"eslint": "^8.26.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -78,14 +78,14 @@
"find-up": "^5.0.0",
"fs-extra": "^10.1.0",
"globby": "^11.1.0",
"jest": "^29.2.1",
"jest-cli": "^29.2.1",
"jest": "^29.2.2",
"jest-cli": "^29.2.2",
"jest-extended": "^3.1.0",
"load-json-file": "^6.2.0",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npmlog": "^7.0.1",
"nx": "15.0.0",
"nx": "15.0.3",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"semver": "^7.3.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -31,7 +31,7 @@
"npm": ">=8.0.0"
},
"dependencies": {
"@npmcli/run-script": "^5.0.0",
"@npmcli/run-script": "^5.0.1",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.5",
"chalk": "^4.1.2",
Expand Down Expand Up @@ -90,7 +90,7 @@
"@types/minimatch": "^5.1.2",
"@types/npm-package-arg": "^6.1.1",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"@types/strong-log-transformer": "^1.0.0",
"@types/write-file-atomic": "^4.0.0",
"@types/write-json-file": "^3.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/optional-cmd-common/package.json
Expand Up @@ -38,7 +38,7 @@
"upath": "^2.0.1"
},
"devDependencies": {
"@types/node": "^18.7.14",
"@types/node": "^18.11.7",
"@types/p-map": "^2.0.0",
"path": "^0.12.7",
"yargs": "^17.6.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/publish/package.json
Expand Up @@ -33,21 +33,21 @@
"dependencies": {
"@lerna-lite/core": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@npmcli/arborist": "^6.0.0",
"@npmcli/arborist": "^6.1.0",
"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.0",
"libnpmpublish": "^7.0.1",
"npm-package-arg": "^10.0.0",
"npm-packlist": "^7.0.1",
"npm-packlist": "^7.0.2",
"npm-registry-fetch": "^14.0.2",
"npmlog": "^7.0.1",
"p-map": "^4.0.0",
"p-pipe": "^3.1.0",
"pacote": "^15.0.3",
"pacote": "^15.0.4",
"path": "^0.12.7",
"pify": "^5.0.0",
"read-package-json": "^6.0.0",
Expand All @@ -62,7 +62,7 @@
"@types/fs-extra": "^9.0.13",
"@types/load-json-file": "^5.1.0",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"@types/write-pkg": "^4.0.0",
"load-json-file": "^6.2.0",
"write-pkg": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -41,7 +41,7 @@
"devDependencies": {
"@types/p-map": "^2.0.0",
"globby": "^11.1.0",
"jest-circus": "^29.2.1",
"jest-circus": "^29.2.2",
"perf_hooks": "^0.0.1",
"yargs": "^17.6.0",
"yargs-parser": "^21.1.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -56,7 +56,7 @@
"@types/load-json-file": "^5.1.0",
"@types/minimatch": "^5.1.2",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.12",
"@types/semver": "^7.3.13",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"execa": "^5.1.1",
Expand Down

0 comments on commit 3feeea9

Please sign in to comment.