mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
chore: update package.json
This commit is contained in:
parent
fe81ebb3dc
commit
181c1e1599
1 changed files with 20 additions and 18 deletions
|
@ -13,35 +13,37 @@
|
||||||
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
"lintfix": "prettier --write --list-different . && yarn lint:js --fix"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fontsource/fira-code": "^5.0.17",
|
"@fontsource/fira-code": "^5.0.18",
|
||||||
"@fontsource/firago": "^5.0.7",
|
"@fontsource/firago": "^5.0.11",
|
||||||
"@vuelidate/core": "^2.0.3",
|
"@vuelidate/core": "^2.0.3",
|
||||||
"@vuelidate/validators": "^2.0.4",
|
"@vuelidate/validators": "^2.0.4",
|
||||||
"@vueuse/core": "^10.11.0",
|
"@vueuse/core": "^10.11.1",
|
||||||
"bootstrap": "^5.3.3",
|
"bootstrap": "^5.3.3",
|
||||||
"bootstrap-vue-next": "^0.23.2",
|
"bootstrap-vue-next": "^0.24.7",
|
||||||
"date-fns": "^3.3.1",
|
"date-fns": "^3.6.0",
|
||||||
"fork-awesome": "^1.2.0",
|
"fork-awesome": "^1.2.0",
|
||||||
"simple-evaluate": "^1.4.6",
|
"simple-evaluate": "^1.4.6",
|
||||||
"vue": "^3.4.21",
|
"uuid": "^10.0.0",
|
||||||
"vue-i18n": "^9.10.1",
|
"vue": "^3.4.37",
|
||||||
"vue-router": "^4.3.0",
|
"vue-i18n": "^9.13.1",
|
||||||
|
"vue-router": "^4.4.3",
|
||||||
"vue-showdown": "^4.2.0"
|
"vue-showdown": "^4.2.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^5.0.4",
|
"@types/uuid": "^10.0.0",
|
||||||
|
"@vitejs/plugin-vue": "^5.1.2",
|
||||||
"@vue/eslint-config-typescript": "^13.0.0",
|
"@vue/eslint-config-typescript": "^13.0.0",
|
||||||
"@vue/tsconfig": "^0.5.1",
|
"@vue/tsconfig": "^0.5.1",
|
||||||
"eslint": "^8.57.0",
|
"eslint": "^9.9.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-prettier": "^5.1.3",
|
"eslint-plugin-prettier": "^5.2.1",
|
||||||
"eslint-plugin-vue": "^9.22.0",
|
"eslint-plugin-vue": "^9.27.0",
|
||||||
"prettier": "^3.2.5",
|
"prettier": "^3.3.3",
|
||||||
"sass": "^1.71.1",
|
"sass": "^1.77.8",
|
||||||
"typescript": "^5.4.5",
|
"typescript": "^5.5.4",
|
||||||
"unplugin-vue-components": "^0.26.0",
|
"unplugin-vue-components": "^0.27.4",
|
||||||
"vite": "^5.1.4",
|
"vite": "^5.4.0",
|
||||||
"vue-tsc": "^2.0.19"
|
"vue-tsc": "^2.0.29"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
|
|
Loading…
Add table
Reference in a new issue