-
- Downloads
- Mise à niveau des versions des dépendances
- Intégration de BootstrapVueNext
Showing
- CHANGELOG.md 7 additions, 0 deletionsCHANGELOG.md
- README.md 11 additions, 1 deletionREADME.md
- doc/doc.md 2 additions, 1 deletiondoc/doc.md
- js/Client/main.js 2 additions, 0 deletionsjs/Client/main.js
- js/Server/index.js 5 additions, 5 deletionsjs/Server/index.js
- package.json 9 additions, 8 deletionspackage.json
- src/View/Helper/ViteViewHelper.php 1 addition, 1 deletionsrc/View/Helper/ViteViewHelper.php
{ | ||
"name": "unicaen-vue", | ||
"version": "1.0.0", | ||
"version": "6.2.0", | ||
"description": "Intégration de Vue.js à l'écosystème Unicaen", | ||
"main": "./js/Server/index.js", | ||
"directories": { | ||
... | ... | @@ -10,12 +10,13 @@ |
"license": "ISC", | ||
"private": true, | ||
"dependencies": { | ||
"vue": "^3.2.45", | ||
"@vitejs/plugin-vue": "^4.0.0", | ||
"@vue/compiler-sfc": "^3.2.45", | ||
"unplugin-vue-components": "^0.24.1", | ||
"vite": "^4.0.0", | ||
"vite-plugin-live-reload": "^3.0.1", | ||
"axios": "^1.3.4" | ||
"vue": "3.4.21", | ||
"@vitejs/plugin-vue": "5.0.4", | ||
"@vue/compiler-sfc": "3.4.21", | ||
"unplugin-vue-components": "0.25.2", | ||
"vite": "5.2.6", | ||
"vite-plugin-live-reload": "3.0.3", | ||
"axios": "1.6.8", | ||
"bootstrap-vue-next": "0.16.6" | ||
} | ||
} |
Please register or sign in to comment