Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 30, 2022
1 parent c54d7fd commit 8feddea
Show file tree
Hide file tree
Showing 4 changed files with 260 additions and 219 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"test": "yarn lint && vitest run"
},
"devDependencies": {
"eslint": "^8.15.0",
"eslint": "^8.20.0",
"lerna": "^4.0.0",
"vitest": "^0.12.6"
"vitest": "^0.18.1"
},
"packageManager": "yarn@3.2.1"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^5.25.0",
"@typescript-eslint/parser": "^5.25.0",
"@typescript-eslint/eslint-plugin": "^5.30.6",
"@typescript-eslint/parser": "^5.30.6",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-import": "^2.26.0"
},
"peerDependencies": {
"eslint": "^8.15.0"
"eslint": "^8.20.0"
}
}
6 changes: 3 additions & 3 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"dependencies": {
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-unicorn": "^42.0.0",
"eslint-plugin-vue": "^9.0.0"
"eslint-plugin-vue": "^9.2.0"
},
"peerDependencies": {
"eslint": "^8.15.0"
"eslint": "^8.20.0"
}
}

0 comments on commit 8feddea

Please sign in to comment.