Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Nov 30, 2023
1 parent 0f5f0fc commit 9237339
Show file tree
Hide file tree
Showing 2 changed files with 104 additions and 51 deletions.
7 changes: 4 additions & 3 deletions templates/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"private": true,
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@^8",
"scripts": {
"dev": "nuxt dev"
"dev": "nuxt dev",
"prepare": "nuxt prepare"
},
"devDependencies": {
"nuxt": "latest",
"vue": "^3.3.8"
"vue": "latest"
}
}
148 changes: 100 additions & 48 deletions templates/basic/pnpm-lock.yaml

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

0 comments on commit 9237339

Please sign in to comment.