]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - package.json
Bump vite from 5.0.11 to 5.0.13
[github/bastienwirtz/homer.git] / package.json
index 93953c17f05429bbd336ae2b11317e18c796e1a7..d68efc9a955e6e9c3955b9e0754a4892b5b97bbf 100644 (file)
@@ -1,29 +1,31 @@
 {
   "name": "homer",
-  "version": "22.07.2",
+  "version": "24.04.1",
   "scripts": {
     "dev": "vite",
+    "mock": "http-server dummy-data/ --cors",
     "build": "vite build",
     "preview": "vite preview --port 5050",
     "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
   },
   "dependencies": {
-    "@fortawesome/fontawesome-free": "^6.2.0",
+    "@fortawesome/fontawesome-free": "^6.5.1",
     "bulma": "^0.9.4",
-    "yaml": "^2.1.3",
     "lodash.merge": "^4.6.2",
-    "vue": "^3.2.41"
+    "vue": "^3.4.15",
+    "yaml": "^2.4.1"
   },
   "devDependencies": {
-    "@rushstack/eslint-patch": "^1.2.0",
-    "@vitejs/plugin-vue": "^3.2.0",
-    "@vue/eslint-config-prettier": "^7.0.0",
-    "eslint": "^8.26.0",
-    "eslint-plugin-vue": "^9.6.0",
-    "prettier": "^2.7.1",
-    "sass": "^1.55.0",
-    "vite": "^3.2.1",
-    "vite-plugin-pwa": "^0.13.1"
+    "@rushstack/eslint-patch": "^1.7.2",
+    "@vitejs/plugin-vue": "^5.0.4",
+    "@vue/eslint-config-prettier": "^9.0.0",
+    "eslint": "^8.57.0",
+    "eslint-plugin-vue": "^9.22.0",
+    "http-server": "^14.1.1",
+    "prettier": "^3.2.5",
+    "sass": "^1.71.1",
+    "vite": "^5.0.13",
+    "vite-plugin-pwa": "^0.19.2"
   },
   "license": "Apache-2.0"
 }