aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Danny Qiu <dqiu55@gmail.com>2017-12-28 07:29:46 -0500
committerLibravatar Danny Qiu <dqiu55@gmail.com>2017-12-28 07:29:46 -0500
commite3431b10e3018b0af95e5b5edf3223f3f086da32 (patch)
tree2defcdaa2310b3a8c494ecff16bac0e686f9c53f /package.json
parentMerge pull request #494 from heavypackets/websecurity-enable-patch (diff)
downloadferdium-app-e3431b10e3018b0af95e5b5edf3223f3f086da32.tar.gz
ferdium-app-e3431b10e3018b0af95e5b5edf3223f3f086da32.tar.zst
ferdium-app-e3431b10e3018b0af95e5b5edf3223f3f086da32.zip
Update to latest version of node-sass and electron-spellchecker
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 9c111d336..301b88b81 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
35 "babel-runtime": "^6.23.0", 35 "babel-runtime": "^6.23.0",
36 "classnames": "^2.2.5", 36 "classnames": "^2.2.5",
37 "electron-fetch": "^1.1.0", 37 "electron-fetch": "^1.1.0",
38 "electron-spellchecker": "^1.2.0", 38 "electron-spellchecker": "^1.1.2",
39 "electron-updater": "^2.4.3", 39 "electron-updater": "^2.4.3",
40 "electron-window-state": "^4.1.0", 40 "electron-window-state": "^4.1.0",
41 "fs-extra": "^3.0.1", 41 "fs-extra": "^3.0.1",
@@ -104,7 +104,7 @@
104 "gulp-sass": "^3.1.0", 104 "gulp-sass": "^3.1.0",
105 "gulp-sass-variables": "^1.1.1", 105 "gulp-sass-variables": "^1.1.1",
106 "gulp-server-livereload": "^1.9.2", 106 "gulp-server-livereload": "^1.9.2",
107 "node-sass": "^4.5.3" 107 "node-sass": "^4.7.2"
108 }, 108 },
109 "config": { 109 "config": {
110 "commitizen": { 110 "commitizen": {