Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
neferin12 committed Nov 29, 2024
1 parent b390187 commit fec9343
Show file tree
Hide file tree
Showing 3 changed files with 166 additions and 132 deletions.
4 changes: 2 additions & 2 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "0.16.6",
"bootswatch": "^5.3.3",
"vue": "^3.4.32",
"vue": "^3.5.13",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.2.4"
},
Expand All @@ -34,7 +34,7 @@
"start-server-and-test": "^2.0.0",
"typescript": "~5.1.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^4.4.9",
"vite": "^5.4.11",
"vue-tsc": "^1.8.8"
}
}
4 changes: 2 additions & 2 deletions webcomponent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vueuse/core": "^10.9.0",
"bootstrap": "^5.3.3",
"pinia": "^2.1.7",
"vue": "^3.4.32"
"vue": "^3.5.13"
},
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
Expand All @@ -27,7 +27,7 @@
"npm-run-all": "^4.1.5",
"sass": "^1.77.0",
"terser": "^5.31.0",
"vite": "^4.4.9",
"vite": "^5.4.11",
"vue-tsc": "^2.0.17"
}
}
Loading

0 comments on commit fec9343

Please sign in to comment.