Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2024
1 parent 850cb15 commit dbacf41
Show file tree
Hide file tree
Showing 5 changed files with 206 additions and 180 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
},
"devDependencies": {
"eslint": "^8.56.0",
"vitest": "^1.1.0",
"vue": "^3.3.13"
"vitest": "^1.2.1",
"vue": "^3.4.14"
},
"packageManager": "pnpm@8.12.1"
"packageManager": "pnpm@8.14.1"
}
6 changes: 3 additions & 3 deletions packages/eslint-config-legacy-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.19.2"
"eslint-plugin-vue": "^9.20.1"
},
"peerDependencies": {
"eslint": "^8.56.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"dependencies": {
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.5.0",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-unicorn": "^50.0.1",
"eslint-plugin-vue": "^9.19.2",
"eslint-plugin-vue": "^9.20.1",
"local-pkg": "^0.5.0"
},
"peerDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"index.js"
],
"dependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"eslint-plugin-vue": "^9.19.2",
"@rushstack/eslint-patch": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint-plugin-vue": "^9.20.1",
"typescript": "^5.3.3"
},
"devDependencies": {
"@types/eslint": "^8.56.0",
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit dbacf41

Please sign in to comment.