Skip to content

Commit

Permalink
chore: bump nuxt packages (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe authored Jan 9, 2024
1 parent b35c642 commit 13a737c
Show file tree
Hide file tree
Showing 4 changed files with 2,065 additions and 834 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"devDependencies": {
"@nuxt-themes/docus": "1.15.0",
"@nuxtjs/plausible": "0.2.4",
"nuxt": "3.6.5"
"nuxt": "3.9.1"
}
}
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"dist"
],
"scripts": {
"build": "pnpm dev:prepare && nuxt-module-build",
"build": "pnpm dev:prepare && nuxt-module-build build",
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "pnpm nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
"dev:prepare": "pnpm nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"docs:dev": "nuxi dev docs",
"docs:build": "nuxi build docs",
"lint": "pnpm lint:all:eslint && pnpm lint:all:prettier",
Expand All @@ -60,7 +60,7 @@
"@ionic/vue": "^7.6.3",
"@ionic/vue-router": "^7.6.3",
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"@nuxt/kit": "^3.1.0",
"@nuxt/kit": "^3.9.1",
"ionicons": "^7.2.2",
"pathe": "^1.1.1",
"pkg-types": "^1.0.3",
Expand All @@ -69,9 +69,9 @@
},
"devDependencies": {
"@nuxt/eslint-config": "0.2.0",
"@nuxt/module-builder": "0.4.0",
"@nuxt/schema": "3.6.5",
"@nuxt/test-utils": "3.6.5",
"@nuxt/module-builder": "0.5.5",
"@nuxt/schema": "3.9.1",
"@nuxt/test-utils": "3.9.0",
"@types/node": "20.10.7",
"@vitest/coverage-v8": "1.1.3",
"bumpp": "9.2.1",
Expand All @@ -81,7 +81,7 @@
"expect-type": "0.17.3",
"husky": "8.0.3",
"lint-staged": "15.2.0",
"nuxt": "3.6.5",
"nuxt": "3.9.1",
"pinst": "3.0.0",
"playwright": "1.40.1",
"prettier": "3.1.1",
Expand All @@ -90,8 +90,8 @@
"vue": "3.4.7"
},
"resolutions": {
"@nuxt/kit": "3.6.5",
"@nuxt/schema": "3.6.5",
"@nuxt/kit": "3.9.1",
"@nuxt/schema": "3.9.1",
"@nuxtjs/ionic": "link:.",
"consola": "^3.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@capacitor/filesystem": "5.2.0",
"@capacitor/preferences": "5.0.6",
"@nuxtjs/ionic": "latest",
"nuxt": "3.6.5"
"nuxt": "3.9.1"
}
}
Loading

0 comments on commit 13a737c

Please sign in to comment.