aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-04 14:31:10 +0530
committerLibravatar GitHub <noreply@github.com>2021-05-04 09:01:10 +0000
commitde2398eacba347bf96efd165ae49bba363f522ea (patch)
treebd77e25dfa714405e939a4cd17277078b30a5147 /package.json
parentNew Crowdin updates (#1340) (diff)
downloadferdium-app-de2398eacba347bf96efd165ae49bba363f522ea.tar.gz
ferdium-app-de2398eacba347bf96efd165ae49bba363f522ea.tar.zst
ferdium-app-de2398eacba347bf96efd165ae49bba363f522ea.zip
Upgrade npm modules (#1338)
* Upgraded npm modules. * Upgraded npm modules. * Upgraded npm modules. * Upgraded npm modules.
Diffstat (limited to 'package.json')
-rw-r--r--package.json117
1 files changed, 58 insertions, 59 deletions
diff --git a/package.json b/package.json
index 0046b57c7..4b33ab2fd 100644
--- a/package.json
+++ b/package.json
@@ -106,17 +106,17 @@
106 "ms": "2.1.2", 106 "ms": "2.1.2",
107 "node-fetch": "2.6.1", 107 "node-fetch": "2.6.1",
108 "normalize-url": "5.0.0", 108 "normalize-url": "5.0.0",
109 "pretty-bytes": "^4.0.2", 109 "pretty-bytes": "^5.6.0",
110 "prop-types": "^15.5.10", 110 "prop-types": "^15.5.10",
111 "react": "16.12.0", 111 "react": "16.12.0",
112 "react-addons-css-transition-group": "15.6.2", 112 "react-addons-css-transition-group": "15.6.2",
113 "react-confetti": "3.1.0", 113 "react-confetti": "3.1.0",
114 "react-dom": "16.12.0 || ^16", 114 "react-dom": "^16.14.0",
115 "react-dropzone": "7.0.1", 115 "react-dropzone": "7.0.1",
116 "react-electron-web-view": "^2.0.1", 116 "react-electron-web-view": "^2.0.1",
117 "react-intl": "2.7.2", 117 "react-intl": "2.7.2",
118 "react-jss": "8.6.1", 118 "react-jss": "8.6.1",
119 "react-loader": "2.4.6", 119 "react-loader": "2.4.7",
120 "react-modal": "3.11.1", 120 "react-modal": "3.11.1",
121 "react-router": "^3.0.2", 121 "react-router": "^3.0.2",
122 "react-sortable-hoc": "1.10.1", 122 "react-sortable-hoc": "1.10.1",
@@ -124,7 +124,7 @@
124 "route-parser": "^0.0.5", 124 "route-parser": "^0.0.5",
125 "semver": "5.7.1", 125 "semver": "5.7.1",
126 "smoothscroll-polyfill": "0.4.4", 126 "smoothscroll-polyfill": "0.4.4",
127 "sqlite3": "4.1.0", 127 "sqlite3": "5.0.2",
128 "tar": "4.4.13", 128 "tar": "4.4.13",
129 "targz": "1.0.1", 129 "targz": "1.0.1",
130 "terser": "4.4.0", 130 "terser": "4.4.0",
@@ -133,77 +133,76 @@
133 "ws": "6.2.1" 133 "ws": "6.2.1"
134 }, 134 },
135 "devDependencies": { 135 "devDependencies": {
136 "@adlk/misty": "0.2.0", 136 "@adlk/misty": "^0.2.0",
137 "@babel/cli": "7.7.4", 137 "@babel/cli": "^7.13.16",
138 "@babel/core": "7.7.4", 138 "@babel/core": "^7.13.16",
139 "@babel/plugin-proposal-class-properties": "7.7.4", 139 "@babel/plugin-proposal-class-properties": "^7.13.0",
140 "@babel/plugin-proposal-decorators": "7.7.4", 140 "@babel/plugin-proposal-decorators": "^7.13.15",
141 "@babel/plugin-proposal-export-default-from": "7.7.4", 141 "@babel/plugin-proposal-export-default-from": "^7.12.13",
142 "@babel/plugin-proposal-throw-expressions": "7.7.4", 142 "@babel/plugin-proposal-throw-expressions": "^7.12.13",
143 "@babel/plugin-syntax-dynamic-import": "7.7.4", 143 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
144 "@babel/plugin-transform-regenerator": "7.7.4", 144 "@babel/plugin-transform-regenerator": "^7.13.15",
145 "@babel/preset-env": "7.7.4", 145 "@babel/preset-env": "^7.13.16",
146 "@babel/preset-react": "7.7.4", 146 "@babel/preset-react": "^7.7.4",
147 "@babel/register": "7.7.4", 147 "@babel/register": "^7.13.16",
148 "@types/classnames": "^2.2.6", 148 "@types/classnames": "^2.2.6",
149 "@types/color": "3.0.0", 149 "@types/color": "^3.0.1",
150 "@types/color-convert": "^1.9.0", 150 "@types/color-convert": "^1.9.0",
151 "@types/fs-extra": "7.0.0", 151 "@types/fs-extra": "^7.0.0",
152 "@types/jss": "^9.5.7", 152 "@types/jss": "^9.5.7",
153 "@types/lodash": "4.14.149", 153 "@types/lodash": "^4.14.148",
154 "@types/node": "12.12.54", 154 "@types/node": "^12.12.54",
155 "@types/react": "16.9.13", 155 "@types/react": "^16.9.13",
156 "@types/react-dom": "16.9.4", 156 "@types/react-dom": "^16.9.4",
157 "@types/react-jss": "^8.6.0", 157 "@types/react-jss": "^8.6.0",
158 "@types/uuid": "3.4.6", 158 "@types/uuid": "^3.4.6",
159 "all-contributors-cli": "6.11.0", 159 "all-contributors-cli": "^6.11.0",
160 "babel-eslint": "10.0.3", 160 "babel-eslint": "^10.0.3",
161 "babel-loader": "^8.0.4", 161 "babel-loader": "^8.0.4",
162 "babel-plugin-react-intl": "3.0.1", 162 "babel-plugin-react-intl": "^3.0.1",
163 "conventional-changelog-cli": "2.1.1", 163 "conventional-changelog-cli": "^2.1.1",
164 "cross-env": "^5.0.5", 164 "cross-env": "^5.0.5",
165 "cz-conventional-changelog": "2.1.0", 165 "cz-conventional-changelog": "^2.1.0",
166 "dotenv": "^8.2.0", 166 "dotenv": "^8.2.0",
167 "electron": "^12.0.6", 167 "electron": "^12.0.6",
168 "electron-builder": "^22.10", 168 "electron-builder": "^22.10",
169 "electron-notarize": "1.0.0", 169 "electron-notarize": "^1.0.0",
170 "electron-rebuild": "^2.3.5", 170 "electron-rebuild": "^2.3.5",
171 "eslint": "5.10.0", 171 "eslint": "^5.10.0",
172 "eslint-config-airbnb": "17.1.0", 172 "eslint-config-airbnb": "^17.1.0",
173 "eslint-loader": "^1.9.0", 173 "eslint-loader": "^1.9.0",
174 "eslint-plugin-import": "2.14.0", 174 "eslint-plugin-import": "^2.14.0",
175 "eslint-plugin-jest": "22.4.1", 175 "eslint-plugin-jest": "^22.4.1",
176 "eslint-plugin-jsx-a11y": "6.1.2", 176 "eslint-plugin-jsx-a11y": "^6.1.2",
177 "eslint-plugin-react": "7.11.1", 177 "eslint-plugin-react": "^7.11.1",
178 "expect.js": "0.3.1", 178 "expect.js": "^0.3.1",
179 "gulp": "^4.0.0", 179 "gulp": "^4.0.0",
180 "gulp-babel": "^8.0.0", 180 "gulp-babel": "^8.0.0",
181 "gulp-cli": "1.2.2", 181 "gulp-cli": "^1.2.2",
182 "gulp-sass": "^4.0.2", 182 "gulp-sass": "^4.0.2",
183 "gulp-sass-variables": "1.2.0", 183 "gulp-sass-variables": "^1.2.0",
184 "gulp-connect": "^5.7.0", 184 "gulp-connect": "^5.7.0",
185 "hex-rgb": "3.0.0", 185 "hex-rgb": "^3.0.0",
186 "html-webpack-plugin": "4.0.0-beta.5", 186 "html-webpack-plugin": "^4.0.0-beta.5",
187 "husky": "^1.1.4", 187 "husky": "^1.1.4",
188 "imagemin-cli": "6.0.0", 188 "jest": "^26.6.3",
189 "jest": "24.9.0", 189 "kebab-case": "^1.0.0",
190 "kebab-case": "1.0.0", 190 "lerna": "^3.22.1",
191 "lerna": "3.19.0", 191 "mobx-react-devtools": "^6.1.1",
192 "mobx-react-devtools": "6.1.1", 192 "mocha": "^5.2.0",
193 "mocha": "5.2.0", 193 "node-abi": "^2.19.1",
194 "node-abi": "2.19.1", 194 "node-sass": "^4.14.1",
195 "node-sass": "4.14.1", 195 "prettier": "^2.2.1",
196 "prettier": "1.19.1", 196 "react-intl-translations-manager": "^5.0.3",
197 "react-intl-translations-manager": "5.0.3", 197 "terser-webpack-plugin": "^1.2.1",
198 "terser-webpack-plugin": "1.2.1", 198 "ts-loader": "^5.4.5",
199 "ts-loader": "5.3.2", 199 "tslint": "^5.20.1",
200 "tslint": "5.20.1", 200 "tslint-config-airbnb": "^5.11.2",
201 "tslint-config-airbnb": "5.11.2", 201 "typescript": "^3.9",
202 "typescript": "3.7.2", 202 "webpack": "^4.41.2",
203 "webpack": "4.41.2", 203 "webpack-cli": "^3.3.10",
204 "webpack-cli": "3.3.10", 204 "webpack-dev-server": "^3.11.2",
205 "webpack-dev-server": "3.9.0", 205 "webpack-node-externals": "^1.7.2"
206 "webpack-node-externals": "1.7.2"
207 }, 206 },
208 "config": { 207 "config": {
209 "commitizen": { 208 "commitizen": {