如何更新 slidev version? #1945
Answered
by
KermanX
PassionZale
asked this question in
Q&A
如何更新 slidev version?
#1945
-
我本地有一个 slidev 工程,devDeps 大概是这样 "devDependencies": {
"@antfu/eslint-config": "^2.0.0",
"@iconify/json": "^2.2.144",
"@slidev/cli": "^0.44.0",
"@slidev/theme-default": "^0.21.2",
"@slidev/theme-seriph": "^0.21.3",
"@types/markdown-it": "^13.0.1",
"@types/node": "^20.9.3",
"@types/prompts": "^2.4.9",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"execa": "^8.0.1",
"fast-glob": "^3.3.2",
"playwright-chromium": "^1.40.0",
"postcss": "^8.2.14",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.2"
} 落后了几个 |
Beta Was this translation helpful? Give feedback.
Answered by
KermanX
Nov 14, 2024
Replies: 1 comment 3 replies
-
理论上是的,但是我不能确保其他包会不会有和 Slidev 最新版不兼容。可以考虑使用 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
运行
一般没问题。用他的 pnpm-workspace.yaml 的话,package.json 也要相应改。你可以自己试试