Skip to content

Commit

Permalink
updates dependencies (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronzi authored Dec 9, 2024
1 parent 51f26d4 commit cb15003
Show file tree
Hide file tree
Showing 2 changed files with 369 additions and 245 deletions.
32 changes: 16 additions & 16 deletions aas-web-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,54 +17,54 @@
"test:ui": "vitest --ui"
},
"dependencies": {
"@fontsource/roboto": "^5.0.14",
"@fontsource/roboto": "^5.1.0",
"@mdi/font": "^7.4.47",
"@vue-leaflet/vue-leaflet": "^0.10.1",
"apexcharts": "^4.0.0",
"apexcharts": "^4.1.0",
"keycloak-js": "^25.0.4",
"leaflet": "^1.9.4",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mermaid": "^11.4.0",
"pinia": "^2.2.6",
"mermaid": "^11.4.1",
"pinia": "^2.3.0",
"roboto-fontface": "*",
"three": "^0.169.0",
"uuid": "^10.0.0",
"three": "^0.171.0",
"uuid": "^11.0.3",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vue3-apexcharts": "^1.7.0",
"vue3-apexcharts": "^1.8.0",
"vuetify": "^3.7.5",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@eslint/js": "^9.16.0",
"@testing-library/vue": "^8.1.0",
"@types/eslint__js": "^8.42.3",
"@types/leaflet": "^1.9.13",
"@types/leaflet": "^1.9.15",
"@types/lodash": "^4.17.13",
"@types/md5": "^2.3.5",
"@types/node": "^22.8.7",
"@types/three": "^0.169.0",
"@types/node": "^22.10.1",
"@types/three": "^0.170.0",
"@types/uuid": "^10.0.0",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.1.4",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-istanbul": "2.1.8",
"@vitest/ui": "^2.1.8",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.11.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-vue": "^9.32.0",
"jsdom": "^25.0.1",
"prettier": "^3.4.2",
"sass": "^1.79.4",
"sass": "^1.82.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.15.0",
"typescript-eslint": "^8.18.0",
"vite": "^6.0.3",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.8",
"vue-tsc": "^2.1.4"
"vue-tsc": "^2.1.10"
}
}
Loading

0 comments on commit cb15003

Please sign in to comment.