aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-07-17 20:00:16 +0530
committerKumar Priyansh <[email protected]>2020-07-17 20:00:16 +0530
commit4281b106199b39822294a59fba0c26809019a006 (patch)
treeb7cb70c8bc63e4db700bd7a853c0cb1465dfae9e /package.json
parent02564b85ac7bd4ae2107d8940da144347b1b0fee (diff)
downloadauthorr-4281b106199b39822294a59fba0c26809019a006.tar.xz
authorr-4281b106199b39822294a59fba0c26809019a006.zip
Bumped dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/package.json b/package.json
index 53e508e..601f0bf 100644
--- a/package.json
+++ b/package.json
@@ -46,12 +46,11 @@
"author": "Kumar Priyansh <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
- "jquery": "^3.4.1",
+ "jquery": "^3.5.1",
"local-storage": "^2.0.0"
},
"devDependencies": {
- "electron": "^5.0.3",
- "@fortawesome/fontawesome-free": "^5.9.0",
- "electron-builder": "^20.43.0"
+ "electron": "^9.1.0",
+ "electron-builder": "^22.7.0"
}
}