Skip to content

Commit

Permalink
docs: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernest committed Mar 26, 2024
1 parent 6f7445b commit 3cb79cb
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 617 deletions.
20 changes: 9 additions & 11 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,16 @@
"serve": "vite preview"
},
"dependencies": {
"@vitejs/plugin-vue": "^1.1.5",
"@vue/compiler-sfc": "^3.2.0",
"@vuelidate/core": "^2.0.0-alpha.21",
"@vuelidate/validators": "^2.0.0-alpha.22",
"typescript": "^4.3.2",
"vite": "^2.2.4",
"vue": "^3.2.0",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"vue": "^3.4.21",
"vue-next-select": "2.10.5",
"vue-router": "^4.0.6",
"vuex": "^4.0.0"
"vue-router": "^4.3.0"
},
"engines": {
"node": ">=12"
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"@vue/compiler-sfc": "^3.4.21",
"typescript": "^5.4.3",
"vite": "^5.2.6"
}
}
Loading

0 comments on commit 3cb79cb

Please sign in to comment.