|
@@ -11,31 +11,31 @@
|
|
|
"lint": "eslint --fix ./src/"
|
|
"lint": "eslint --fix ./src/"
|
|
|
},
|
|
},
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
|
|
|
- "@fortawesome/free-brands-svg-icons": "^6.6.0",
|
|
|
|
|
- "@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
|
|
|
|
|
+ "@fortawesome/fontawesome-svg-core": "^6.7.2",
|
|
|
|
|
+ "@fortawesome/free-brands-svg-icons": "^6.7.2",
|
|
|
|
|
+ "@fortawesome/free-solid-svg-icons": "^6.7.2",
|
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
"@fortawesome/vue-fontawesome": "^3.0.8",
|
|
|
"leaflet": "^1.9.4",
|
|
"leaflet": "^1.9.4",
|
|
|
"mermaid": "^10.5.0",
|
|
"mermaid": "^10.5.0",
|
|
|
"pinia": "^2.2.2",
|
|
"pinia": "^2.2.2",
|
|
|
- "typescript-eslint": "^8.7.0",
|
|
|
|
|
- "vue": "^3.5.10",
|
|
|
|
|
- "vue-router": "^4.4.5",
|
|
|
|
|
|
|
+ "typescript-eslint": "^8.32.1",
|
|
|
|
|
+ "vue": "^3.5.14",
|
|
|
|
|
+ "vue-router": "^4.5.1",
|
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
"vue-toastification": "^2.0.0-rc.5",
|
|
|
"vue3-popper": "^1.5.0"
|
|
"vue3-popper": "^1.5.0"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
- "@typescript-eslint/eslint-plugin": "^8.7.0",
|
|
|
|
|
- "@typescript-eslint/parser": "^8.7.0",
|
|
|
|
|
- "@vitejs/plugin-vue": "^5.1.4",
|
|
|
|
|
- "autoprefixer": "^10.4.20",
|
|
|
|
|
- "eslint": "^9.11.1",
|
|
|
|
|
|
|
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
|
|
|
+ "@typescript-eslint/parser": "^8.32.1",
|
|
|
|
|
+ "@vitejs/plugin-vue": "^5.2.4",
|
|
|
|
|
+ "autoprefixer": "^10.4.21",
|
|
|
|
|
+ "eslint": "^9.27.0",
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
"eslint-plugin-vue": "^9.28.0",
|
|
|
- "postcss": "^8.4.47",
|
|
|
|
|
|
|
+ "postcss": "^8.5.3",
|
|
|
"tailwindcss": "^3.4.13",
|
|
"tailwindcss": "^3.4.13",
|
|
|
- "typescript": "^5.6.2",
|
|
|
|
|
|
|
+ "typescript": "^5.8.3",
|
|
|
"vite": "^5.4.8",
|
|
"vite": "^5.4.8",
|
|
|
- "vue-tsc": "^2.1.6"
|
|
|
|
|
|
|
+ "vue-tsc": "^2.2.10"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|