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 Sep 20, 2024
1 parent c7372bd commit 2c17562
Show file tree
Hide file tree
Showing 6 changed files with 425 additions and 231 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-eslint-docs",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"private": true,
"scripts": {
"docs:dev": "nuxi dev",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"type": "module",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"version": "0.5.7",
"scripts": {
"build": "pnpm run -r build",
Expand Down Expand Up @@ -44,6 +44,6 @@
"vue": "catalog:"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
"@nuxt/ui": "2.18.5"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"eslint-plugin-vue": "catalog:"
},
"peerDependencies": {
"eslint": "^8.57.0"
"eslint": "^8.57.1"
},
"devDependencies": {
"typescript": "catalog:"
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 @@ -17,6 +17,6 @@
"local-pkg": "catalog:"
},
"peerDependencies": {
"eslint": "^8.57.0"
"eslint": "^8.57.1"
}
}
4 changes: 2 additions & 2 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
"eslint-webpack-plugin": "^4.1.0",
"vite-plugin-eslint2": "^4.4.0"
"eslint-webpack-plugin": "^4.2.0",
"vite-plugin-eslint2": "^4.4.1"
},
"peerDependenciesMeta": {
"eslint-webpack-plugin": {
Expand Down
Loading

0 comments on commit 2c17562

Please sign in to comment.