aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 01:01:12 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-09 01:01:12 +0100
commitf01957203f77fce8b65d5e034a8acd68f1e0ae2e (patch)
tree2f8d0d232266cdc7ed74e1913b270527f46bb33d /package.json
parentAdd dark mode styles to content tabs (diff)
downloadferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.tar.gz
ferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.tar.zst
ferdium-app-f01957203f77fce8b65d5e034a8acd68f1e0ae2e.zip
Upgrade to react 16
TODO: add componentDidCatch
Diffstat (limited to 'package.json')
-rw-r--r--package.json31
1 files changed, 15 insertions, 16 deletions
diff --git a/package.json b/package.json
index 155be5f1d..601ea3d4c 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,7 @@
35 "@meetfranz/electron-notification-state": "^1.0.0", 35 "@meetfranz/electron-notification-state": "^1.0.0",
36 "address-rfc2822": "^2.0.1", 36 "address-rfc2822": "^2.0.1",
37 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git", 37 "auto-launch": "https://github.com/meetfranz/node-auto-launch.git",
38 "classnames": "^2.2.5", 38 "classnames": "2.2.6",
39 "debug-electron": "^0.0.4", 39 "debug-electron": "^0.0.4",
40 "du": "^0.1.0", 40 "du": "^0.1.0",
41 "electron-dl": "1.12.0", 41 "electron-dl": "1.12.0",
@@ -65,18 +65,17 @@
65 "pretty-bytes": "^4.0.2", 65 "pretty-bytes": "^4.0.2",
66 "prop-types": "^15.5.10", 66 "prop-types": "^15.5.10",
67 "prop-types-extended": "^0.2.1", 67 "prop-types-extended": "^0.2.1",
68 "react": "^15.4.1", 68 "react": "16.6.3",
69 "react-addons-css-transition-group": "^15.4.2", 69 "react-addons-css-transition-group": "15.6.2",
70 "react-dom": "^15.4.1", 70 "react-dom": "16.6.3",
71 "react-dropzone": "^4.2.1", 71 "react-dropzone": "7.0.1",
72 "react-electron-web-view": "^2.0.1", 72 "react-electron-web-view": "^2.0.1",
73 "react-intl": "^2.3.0", 73 "react-intl": "2.7.2",
74 "react-jss": "8.6.1", 74 "react-jss": "8.6.1",
75 "react-loader": "^2.4.0", 75 "react-loader": "2.4.5",
76 "react-router": "^3.0.2", 76 "react-router": "^3.0.2",
77 "react-router-transition": "^0.1.1", 77 "react-sortable-hoc": "0.8.4",
78 "react-sortable-hoc": "^0.6.7", 78 "react-tooltip": "3.9.0",
79 "react-tooltip": "^3.2.7",
80 "route-parser": "^0.0.5", 79 "route-parser": "^0.0.5",
81 "semver": "^5.4.1", 80 "semver": "^5.4.1",
82 "smoothscroll-polyfill": "^0.3.4", 81 "smoothscroll-polyfill": "^0.3.4",
@@ -98,17 +97,17 @@
98 "@babel/register": "7.0.0", 97 "@babel/register": "7.0.0",
99 "babel-eslint": "10.0.1", 98 "babel-eslint": "10.0.1",
100 "cross-env": "^5.0.5", 99 "cross-env": "^5.0.5",
101 "cz-conventional-changelog": "^2.0.0", 100 "cz-conventional-changelog": "2.1.0",
102 "dotenv": "^4.0.0", 101 "dotenv": "^4.0.0",
103 "electron": "^2.0.13", 102 "electron": "^2.0.13",
104 "electron-builder": "20.34.0", 103 "electron-builder": "20.34.0",
105 "electron-rebuild": "^1.6.0", 104 "electron-rebuild": "^1.6.0",
106 "eslint": "^4.7.1", 105 "eslint": "5.10.0",
107 "eslint-config-airbnb": "^14.1.0", 106 "eslint-config-airbnb": "17.1.0",
108 "eslint-loader": "^1.9.0", 107 "eslint-loader": "^1.9.0",
109 "eslint-plugin-import": "^2.2.0", 108 "eslint-plugin-import": "2.14.0",
110 "eslint-plugin-jsx-a11y": "^3.0.0", 109 "eslint-plugin-jsx-a11y": "6.1.2",
111 "eslint-plugin-react": "^6.10.0", 110 "eslint-plugin-react": "7.11.1",
112 "gulp": "^4.0.0", 111 "gulp": "^4.0.0",
113 "gulp-babel": "^8.0.0", 112 "gulp-babel": "^8.0.0",
114 "gulp-sass": "^4.0.2", 113 "gulp-sass": "^4.0.2",