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 Dec 12, 2024
1 parent 281d019 commit 1b92ce1
Show file tree
Hide file tree
Showing 6 changed files with 402 additions and 263 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.14.2",
"packageManager": "pnpm@9.15.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.14.2",
"packageManager": "pnpm@9.15.0",
"version": "0.7.2",
"scripts": {
"build": "pnpm run -r build",
Expand Down Expand Up @@ -45,6 +45,6 @@
"vue": "catalog:"
},
"resolutions": {
"@nuxt/ui": "2.15.2"
"@nuxt/ui": "2.20.0"
}
}
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"
}
}
2 changes: 1 addition & 1 deletion packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"eslint": "^8.57.0 || ^9.0.0",
"eslint-webpack-plugin": "^4.1.0",
"eslint-webpack-plugin": "^4.2.0",
"vite-plugin-eslint2": "^4.4.0 || ^5.0.0"
},
"peerDependenciesMeta": {
Expand Down
Loading

0 comments on commit 1b92ce1

Please sign in to comment.