Skip to content

Commit

Permalink
chore: update nitro and nuxt package dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
productdevbook committed Dec 5, 2024
1 parent 7a956d0 commit a3da139
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 24 deletions.
4 changes: 1 addition & 3 deletions examples/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@
"prepare": "nitro prepare",
"preview": "node .output/server/index.mjs"
},
"dependencies": {
"nitro-kutu": "workspace:^"
},
"devDependencies": {
"nitro-kutu": "latest",
"nitropack": "latest"
}
}
5 changes: 2 additions & 3 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
"preview": "nuxt preview"
},
"dependencies": {
"nitro-kutu": "workspace:^",
"nitro-kutu": "latest",
"nuxt": "^3.14.1592",
"vue": "latest",
"vue-router": "latest"
Expand Down
32 changes: 14 additions & 18 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a3da139

Please sign in to comment.