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 Aug 11, 2022
1 parent bc374c5 commit e8dcfec
Show file tree
Hide file tree
Showing 5 changed files with 88 additions and 88 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -69,13 +69,13 @@
"@types/node": "^18.0.0",
"@types/npmlog": "^4.1.4",
"@types/yargs": "^17.0.11",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"eslint": "^8.21.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.7.0",
"eslint-plugin-jest": "^26.8.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"execa": "^5.1.1",
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.2.0",
"@npmcli/run-script": "^4.2.1",
"@octokit/plugin-enterprise-rest": "^6.0.1",
"@octokit/rest": "^19.0.3",
"async": "^3.2.4",
Expand Down Expand Up @@ -104,7 +104,7 @@
"@types/minimatch": "^3.0.5",
"@types/npm-package-arg": "^6.1.1",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.10",
"@types/semver": "^7.3.11",
"@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/publish/package.json
Expand Up @@ -70,7 +70,7 @@
"@types/fs-extra": "^9.0.13",
"@types/load-json-file": "^5.1.0",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.10",
"@types/semver": "^7.3.11",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"load-json-file": "^6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/version/package.json
Expand Up @@ -57,7 +57,7 @@
"@types/load-json-file": "^5.1.0",
"@types/minimatch": "^3.0.5",
"@types/p-map": "^2.0.0",
"@types/semver": "^7.3.10",
"@types/semver": "^7.3.11",
"@types/write-json-file": "^3.2.1",
"@types/write-pkg": "^4.0.0",
"execa": "^5.1.1",
Expand Down

0 comments on commit e8dcfec

Please sign in to comment.