Skip to content

Commit 9155395

Browse files
committed
chore: bump package version
1 parent 43eb4a5 commit 9155395

File tree

3 files changed

+94
-81
lines changed

3 files changed

+94
-81
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"scripts": {
3838
"dev": "vite serve playground",
3939
"dev:build": "vite build playground",
40-
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
40+
"build": "vue-tsc --noEmit && vite build",
4141
"preview": "vite preview",
4242
"version": " git add -A src",
4343
"postversion": "git push && git push --tags",
@@ -49,7 +49,7 @@
4949
"vue": "^3.2.26"
5050
},
5151
"devDependencies": {
52-
"@nuxt/kit": "^3.4.3",
52+
"@nuxt/kit": "^3.13.2",
5353
"@types/katex": "^0.11.1",
5454
"@types/node": "^20.1.1",
5555
"@types/prismjs": "^1.16.6",
@@ -59,7 +59,7 @@
5959
"vite": "^4.3.5",
6060
"vite-plugin-dts": "^2.3.0",
6161
"vue-router": "4",
62-
"vue-tsc": "^1.6.4"
62+
"vue-tsc": "^2.1.6"
6363
},
6464
"peerDependencies": {
6565
"katex": "^0.15.1",

0 commit comments

Comments
 (0)