diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-29 15:39:35 +0200 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-10-29 15:39:35 +0200 |
commit | 7172b6f507e0161a685c34e573e0ef838c974846 (patch) | |
tree | e44cc3635ae45ca7a54bc6e91611d2c798eeddb1 /package.json | |
parent | 4c9212c93ecc47f83c0190f43808f9ff1bc19e6b (diff) | |
download | homer-7172b6f507e0161a685c34e573e0ef838c974846.tar.gz homer-7172b6f507e0161a685c34e573e0ef838c974846.tar.zst homer-7172b6f507e0161a685c34e573e0ef838c974846.zip |
Update dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/package.json b/package.json index 911cb56..93953c1 100644 --- a/package.json +++ b/package.json | |||
@@ -8,22 +8,22 @@ | |||
8 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" | 8 | "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" |
9 | }, | 9 | }, |
10 | "dependencies": { | 10 | "dependencies": { |
11 | "@fortawesome/fontawesome-free": "^6.1.2", | 11 | "@fortawesome/fontawesome-free": "^6.2.0", |
12 | "bulma": "^0.9.4", | 12 | "bulma": "^0.9.4", |
13 | "js-yaml": "^4.1.0", | 13 | "yaml": "^2.1.3", |
14 | "lodash.merge": "^4.6.2", | 14 | "lodash.merge": "^4.6.2", |
15 | "vue": "^3.2.37" | 15 | "vue": "^3.2.41" |
16 | }, | 16 | }, |
17 | "devDependencies": { | 17 | "devDependencies": { |
18 | "@rushstack/eslint-patch": "^1.1.4", | 18 | "@rushstack/eslint-patch": "^1.2.0", |
19 | "@vitejs/plugin-vue": "^3.0.3", | 19 | "@vitejs/plugin-vue": "^3.2.0", |
20 | "@vue/eslint-config-prettier": "^7.0.0", | 20 | "@vue/eslint-config-prettier": "^7.0.0", |
21 | "eslint": "^8.22.0", | 21 | "eslint": "^8.26.0", |
22 | "eslint-plugin-vue": "^9.3.0", | 22 | "eslint-plugin-vue": "^9.6.0", |
23 | "prettier": "^2.7.1", | 23 | "prettier": "^2.7.1", |
24 | "sass": "^1.54.4", | 24 | "sass": "^1.55.0", |
25 | "vite": "^3.0.7", | 25 | "vite": "^3.2.1", |
26 | "vite-plugin-pwa": "^0.12.3" | 26 | "vite-plugin-pwa": "^0.13.1" |
27 | }, | 27 | }, |
28 | "license": "Apache-2.0" | 28 | "license": "Apache-2.0" |
29 | } | 29 | } |