Skip to content

Commit

Permalink
chore(deps): update nuxt core (#3)
Browse files Browse the repository at this point in the history
* chore(deps): update nuxt core

* fix

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: wattanx <wattan.dev@gmail.com>
  • Loading branch information
renovate[bot] and wattanx authored Jan 28, 2024
1 parent 77846a9 commit 825c332
Show file tree
Hide file tree
Showing 4 changed files with 337 additions and 405 deletions.
13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@babel/parser": "^7.23.0",
"@intlify/shared": "^9.6.5",
"@mizchi/sucrase": "^4.1.0",
"@nuxt/kit": "3.8.0",
"@nuxt/kit": "3.9.3",
"knitwork": "^1.0.0",
"pathe": "^1.1.1",
"ufo": "^1.3.1",
Expand All @@ -43,10 +43,10 @@
"vue-i18n-routing": "^1.1.4"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "0.5.2",
"@nuxt/schema": "3.8.0",
"@nuxt/test-utils": "3.8.0",
"@nuxt/eslint-config": "^0.2.0",
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.9.3",
"@nuxt/test-utils": "3.10.0",
"@types/node": "^20.11.8",
"@vitejs/plugin-vue2": "^2.2.0",
"@vitest/ui": "1.2.2",
Expand All @@ -55,7 +55,8 @@
"jsdom": "^24.0.0",
"unbuild": "^2.0.0",
"vitest": "1.2.2",
"vue": "2.7.16"
"vue": "2.7.16",
"vue-router": "^3.6.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@nuxt/bridge": "3.0.1",
"@nuxt/bridge-schema": "3.0.1",
"nuxi": "3.8.4",
"nuxi": "3.10.0",
"nuxt": "2.17.1"
}
}
Loading

0 comments on commit 825c332

Please sign in to comment.