Skip to content

Commit

Permalink
chore(deps): update nuxt framework to ^3.11.1 (#333)
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] authored Mar 19, 2024
1 parent 986ef0b commit 16e85a8
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 79 deletions.
6 changes: 3 additions & 3 deletions packages/module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@nuxt/devtools-kit": "^1.0.8",
"@nuxt/eslint-config": "workspace:*",
"@nuxt/eslint-plugin": "workspace:*",
"@nuxt/kit": "^3.11.0",
"@nuxt/kit": "^3.11.1",
"chokidar": "^3.6.0",
"eslint-flat-config-viewer": "^0.1.11",
"get-port-please": "^3.1.2",
Expand All @@ -55,10 +55,10 @@
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5",
"@nuxt/schema": "^3.11.0",
"@nuxt/schema": "^3.11.1",
"@typescript-eslint/scope-manager": "^7.2.0",
"eslint-webpack-plugin": "^4.1.0",
"nuxt": "^3.11.0",
"nuxt": "^3.11.1",
"vite-plugin-eslint2": "^4.4.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"lint": "nuxi preprare && eslint ."
},
"devDependencies": {
"nuxt": "^3.11.0"
"nuxt": "^3.11.1"
}
}
Loading

0 comments on commit 16e85a8

Please sign in to comment.