Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 7, 2022
1 parent 8448bae commit c87e937
Show file tree
Hide file tree
Showing 12 changed files with 1,097 additions and 657 deletions.
1,724 changes: 1,082 additions & 642 deletions package-lock.json

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -35,7 +35,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"devDependencies": {
"@lerna-test/calls-back": "file:helpers/calls-back",
Expand Down Expand Up @@ -80,14 +80,14 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"file-url": "^3.0.0",
"jest": "^28.1.0",
"jest-cli": "^28.1.0",
"jest": "^28.1.1",
"jest-cli": "^28.1.1",
"jest-extended": "^2.0.0",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.6.2",
"nx": "14.1.9",
"nx": "14.2.1",
"rimraf": "^3.0.2",
"tacks": "^1.2.6",
"tempy": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Expand Up @@ -30,7 +30,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Expand Up @@ -28,13 +28,13 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@npmcli/run-script": "^3.0.3",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^18.12.0",
"async": "^3.2.3",
"async": "^3.2.4",
"chalk": "^4.1.2",
"clone-deep": "^4.0.1",
"config-chain": "^1.1.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/exec/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/info/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/list/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/optional-cmd-common/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -28,7 +28,7 @@
},
"engines": {
"node": ">=14.13.1",
"npm": ">=8.0.0"
"npm": ">=8.12.1"
},
"dependencies": {
"@lerna-lite/core": "^1.4.0",
Expand Down

0 comments on commit c87e937

Please sign in to comment.