aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:48 +0200
committerBastien Wirtz <bastien.wirtz@gmail.com>2022-07-11 22:07:48 +0200
commit9582b1871ac63d1e625ccf6c221bd1248a1c9d03 (patch)
tree3e2582b7a4134ce0c6ba4f6d835461fbd2f23205 /package.json
parentce391840e58d04f74ca1d411a4686801fc1a1a70 (diff)
downloadhomer-9582b1871ac63d1e625ccf6c221bd1248a1c9d03.tar.gz
homer-9582b1871ac63d1e625ccf6c221bd1248a1c9d03.tar.zst
homer-9582b1871ac63d1e625ccf6c221bd1248a1c9d03.zip
Fix search widget
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json
index 8643569..bd19439 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
1{ 1{
2 "name": "homer", 2 "name": "homer",
3 "version": "22.07.1", 3 "version": "22.07.2",
4 "scripts": { 4 "scripts": {
5 "dev": "vite", 5 "dev": "vite",
6 "build": "vite build", 6 "build": "vite build",
@@ -19,11 +19,11 @@
19 "@vitejs/plugin-vue": "^2.3.1", 19 "@vitejs/plugin-vue": "^2.3.1",
20 "@vue/eslint-config-prettier": "^7.0.0", 20 "@vue/eslint-config-prettier": "^7.0.0",
21 "eslint": "^8.5.0", 21 "eslint": "^8.5.0",
22 "eslint-plugin-vue": "^9.1.1", 22 "eslint-plugin-vue": "^9.2.0",
23 "prettier": "^2.5.1", 23 "prettier": "^2.5.1",
24 "sass": "^1.52.2", 24 "sass": "^1.52.2",
25 "vite": "^2.9.9", 25 "vite": "^2.9.14",
26 "vite-plugin-pwa": "^0.12.2" 26 "vite-plugin-pwa": "^0.12.3"
27 }, 27 },
28 "license": "Apache-2.0" 28 "license": "Apache-2.0"
29} 29}