Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 14, 2022
1 parent 28c47f7 commit 2d9a0d5
Show file tree
Hide file tree
Showing 5 changed files with 353 additions and 333 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -59,12 +59,12 @@
"@lerna-lite/run": "workspace:*",
"@lerna-lite/version": "workspace:*",
"@lerna-test/helpers": "link:helpers",
"@types/jest": "^28.1.4",
"@types/jest": "^28.1.5",
"@types/node": "^18.0.0",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.10",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
Expand All @@ -74,9 +74,9 @@
"eslint-plugin-prefer-arrow": "^1.2.3",
"execa": "^5.1.1",
"file-url": "^3.0.0",
"jest": "^28.1.2",
"jest-cli": "^28.1.2",
"jest-extended": "^3.0.0",
"jest": "^28.1.3",
"jest-cli": "^28.1.3",
"jest-extended": "^3.0.1",
"normalize-newline": "^3.0.0",
"normalize-path": "^3.0.0",
"npm-run-all": "^4.1.5",
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": "^4.1.5",
"@npmcli/run-script": "^4.1.7",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.3",
"async": "^3.2.4",
Expand Down Expand Up @@ -61,7 +61,7 @@
"node-fetch": "^2.6.7",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.1",
"npm-registry-fetch": "^13.1.1",
"npm-registry-fetch": "^13.2.0",
"npmlog": "^6.0.2",
"os": "^0.1.2",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/publish/package.json
Expand Up @@ -41,7 +41,7 @@
"libnpmpublish": "^6.0.4",
"npm-package-arg": "^9.1.0",
"npm-packlist": "^5.1.1",
"npm-registry-fetch": "^13.1.1",
"npm-registry-fetch": "^13.2.0",
"npmlog": "^6.0.2",
"os": "^0.1.2",
"p-map": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/run/package.json
Expand Up @@ -44,7 +44,7 @@
"@types/execa": "^2.0.0",
"@types/p-map": "^2.0.0",
"globby": "^11.1.0",
"jest-circus": "^28.1.2",
"jest-circus": "^28.1.3",
"perf_hooks": "^0.0.1",
"yargs-parser": "^21.0.1"
}
Expand Down

0 comments on commit 2d9a0d5

Please sign in to comment.