Skip to content

Commit

Permalink
chore: bump package version
Browse files Browse the repository at this point in the history
  • Loading branch information
zernonia committed Nov 1, 2024
1 parent 43eb4a5 commit 9155395
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 81 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"scripts": {
"dev": "vite serve playground",
"dev:build": "vite build playground",
"build": "vue-tsc --declaration --emitDeclarationOnly && vite build",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"version": " git add -A src",
"postversion": "git push && git push --tags",
Expand All @@ -49,7 +49,7 @@
"vue": "^3.2.26"
},
"devDependencies": {
"@nuxt/kit": "^3.4.3",
"@nuxt/kit": "^3.13.2",
"@types/katex": "^0.11.1",
"@types/node": "^20.1.1",
"@types/prismjs": "^1.16.6",
Expand All @@ -59,7 +59,7 @@
"vite": "^4.3.5",
"vite-plugin-dts": "^2.3.0",
"vue-router": "4",
"vue-tsc": "^1.6.4"
"vue-tsc": "^2.1.6"
},
"peerDependencies": {
"katex": "^0.15.1",
Expand Down
Loading

0 comments on commit 9155395

Please sign in to comment.