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] committed Mar 19, 2024
1 parent 16e85a8 commit ea768b0
Show file tree
Hide file tree
Showing 7 changed files with 157 additions and 165 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/test-utils": "^3.12.0",
"@types/eslint": "^8.56.5",
"@types/node": "^20.11.28",
"@types/eslint": "^8.56.6",
"@types/node": "^20.11.30",
"bumpp": "^9.4.0",
"eslint": "^8.57.0",
"typescript": "^5.4.2",
Expand Down
6 changes: 3 additions & 3 deletions packages-legacy/nuxt2-eslint-config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
],
"dependencies": {
"@nuxtjs/eslint-config": "^12.0.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.23.0"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"devDependencies": {
"typescript": "^5.4.2"
Expand Down
2 changes: 1 addition & 1 deletion packages-legacy/nuxt2-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"local-pkg": "^0.5.0"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
}
}
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
"prepack": "pnpm run build"
},
"peerDependencies": {
"eslint": "^8.56.0"
"eslint": "^8.57.0"
},
"dependencies": {
"@eslint/js": "^8.57.0",
"@nuxt/eslint-plugin": "workspace:*",
"@rushstack/eslint-patch": "^1.7.2",
"@stylistic/eslint-plugin": "^1.7.0",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint-plugin-vue": "^9.23.0",
"pathe": "^1.1.2",
"vue-eslint-parser": "^9.4.2"
},
"devDependencies": {
"@types/eslint": "^8.56.5",
"@types/eslint": "^8.56.6",
"eslint": "^8.57.0",
"typescript": "^5.4.2"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"prepack": "pnpm run build"
},
"peerDependencies": {
"eslint": "^8.55.0"
"eslint": "^8.57.0"
},
"dependencies": {
"@typescript-eslint/types": "^7.2.0",
"@typescript-eslint/utils": "^7.2.0"
"@typescript-eslint/types": "^7.3.1",
"@typescript-eslint/utils": "^7.3.1"
}
}
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"test:watch": "vitest watch"
},
"peerDependencies": {
"eslint": "^8.55.0",
"eslint": "^8.57.0",
"eslint-webpack-plugin": "^4.1.0",
"vite-plugin-eslint2": "^4.4.0"
},
Expand All @@ -56,7 +56,7 @@
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.1",
"@typescript-eslint/scope-manager": "^7.2.0",
"@typescript-eslint/scope-manager": "^7.3.1",
"eslint-webpack-plugin": "^4.1.0",
"nuxt": "^3.11.1",
"vite-plugin-eslint2": "^4.4.0"
Expand Down
Loading

0 comments on commit ea768b0

Please sign in to comment.