Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Feb 4, 2024
1 parent fea16a2 commit d806523
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/create-app/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ async function init() {
const { agent } = await prompts({
name: 'agent',
type: 'select',
message: 'Choose the agent',
message: 'Choose the package manager',
choices: ['npm', 'yarn', 'pnpm'].map(i => ({ value: i, title: i })),
})

Expand Down
2 changes: 1 addition & 1 deletion packages/create-app/template/netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish = "dist"
command = "npm run build"

[build.environment]
NODE_VERSION = "18"
NODE_VERSION = "20"

[[redirects]]
from = "/.well-known/*"
Expand Down
3 changes: 2 additions & 1 deletion packages/create-app/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"dependencies": {
"@slidev/cli": "^0.47.2",
"@slidev/theme-default": "latest",
"@slidev/theme-seriph": "latest"
"@slidev/theme-seriph": "latest",
"vue": "^3.4.15"
}
}
2 changes: 1 addition & 1 deletion packages/slidev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"vite-plugin-inspect": "^0.8.3",
"vite-plugin-remote-assets": "^0.4.1",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-vue-server-ref": "^0.4.1",
"vite-plugin-vue-server-ref": "^0.4.2",
"vitefu": "^0.2.5",
"vue": "^3.4.15",
"yargs": "^17.7.2"
Expand Down
15 changes: 11 additions & 4 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 d806523

Please sign in to comment.