aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2023-07-30 22:03:54 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2023-07-30 22:03:54 +0200
commit0a0da843326420ec7913a40f6513990cfa0193ec (patch)
tree88ce88d179bada2ef873a6ea003283f29f533d75 /package.json
parentdf903a2c048d5addee00d1d840ca64a181a3adc9 (diff)
downloadhomer-0a0da843326420ec7913a40f6513990cfa0193ec.tar.gz
homer-0a0da843326420ec7913a40f6513990cfa0193ec.tar.zst
homer-0a0da843326420ec7913a40f6513990cfa0193ec.zip
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json24
1 files changed, 12 insertions, 12 deletions
diff --git a/package.json b/package.json
index afe350a..7b76123 100644
--- a/package.json
+++ b/package.json
@@ -9,23 +9,23 @@
9 "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" 9 "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore"
10 }, 10 },
11 "dependencies": { 11 "dependencies": {
12 "@fortawesome/fontawesome-free": "^6.2.0", 12 "@fortawesome/fontawesome-free": "^6.4.0",
13 "bulma": "^0.9.4", 13 "bulma": "^0.9.4",
14 "lodash.merge": "^4.6.2", 14 "lodash.merge": "^4.6.2",
15 "vue": "^3.2.41", 15 "vue": "^3.3.4",
16 "yaml": "^2.2.2" 16 "yaml": "^2.3.1"
17 }, 17 },
18 "devDependencies": { 18 "devDependencies": {
19 "@rushstack/eslint-patch": "^1.2.0", 19 "@rushstack/eslint-patch": "^1.3.2",
20 "@vitejs/plugin-vue": "^3.2.0", 20 "@vitejs/plugin-vue": "^4.2.3",
21 "@vue/eslint-config-prettier": "^7.0.0", 21 "@vue/eslint-config-prettier": "^8.0.0",
22 "eslint": "^8.26.0", 22 "eslint": "^8.45.0",
23 "eslint-plugin-vue": "^9.6.0", 23 "eslint-plugin-vue": "^9.15.1",
24 "http-server": "^14.1.1", 24 "http-server": "^14.1.1",
25 "prettier": "^2.7.1", 25 "prettier": "^3.0.0",
26 "sass": "^1.55.0", 26 "sass": "^1.64.1",
27 "vite": "^3.2.1", 27 "vite": "^4.4.6",
28 "vite-plugin-pwa": "^0.13.1" 28 "vite-plugin-pwa": "^0.16.4"
29 }, 29 },
30 "license": "Apache-2.0" 30 "license": "Apache-2.0"
31} 31}