|
129 | 129 | ] |
130 | 130 | }, |
131 | 131 | "dependencies": { |
132 | | - "electron-localshortcut": "^3.1.0", |
| 132 | + "electron-localshortcut": "^3.2.1", |
133 | 133 | "electron-log": "^2.2.9", |
134 | 134 | "electron-settings": "^3.1.3", |
135 | 135 | "fs-jetpack": "^1.0.0", |
|
139 | 139 | "upath": "1.0.5" |
140 | 140 | }, |
141 | 141 | "devDependencies": { |
142 | | - "@babel/cli": "^7.2.3", |
143 | | - "@babel/core": "^7.3.4", |
144 | | - "@babel/plugin-proposal-class-properties": "^7.0.0", |
145 | | - "@babel/plugin-proposal-decorators": "^7.0.0", |
146 | | - "@babel/plugin-proposal-do-expressions": "^7.0.0", |
147 | | - "@babel/plugin-proposal-export-default-from": "^7.0.0", |
148 | | - "@babel/plugin-proposal-export-namespace-from": "^7.0.0", |
149 | | - "@babel/plugin-proposal-function-bind": "^7.0.0", |
150 | | - "@babel/plugin-proposal-function-sent": "^7.0.0", |
151 | | - "@babel/plugin-proposal-json-strings": "^7.0.0", |
152 | | - "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0", |
153 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0", |
154 | | - "@babel/plugin-proposal-numeric-separator": "^7.0.0", |
155 | | - "@babel/plugin-proposal-optional-chaining": "^7.0.0", |
156 | | - "@babel/plugin-proposal-pipeline-operator": "^7.0.0", |
157 | | - "@babel/plugin-proposal-throw-expressions": "^7.0.0", |
158 | | - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
159 | | - "@babel/plugin-syntax-import-meta": "^7.0.0", |
160 | | - "@babel/plugin-transform-react-constant-elements": "^7.0.0", |
161 | | - "@babel/plugin-transform-react-inline-elements": "^7.0.0", |
162 | | - "@babel/plugin-transform-react-jsx-source": "^7.0.0", |
163 | | - "@babel/plugin-transform-runtime": "^7.0.0", |
164 | | - "@babel/preset-env": "^7.3.4", |
165 | | - "@babel/preset-react": "^7.0.0", |
| 142 | + "@babel/cli": "^7.7.7", |
| 143 | + "@babel/core": "^7.7.7", |
| 144 | + "@babel/plugin-proposal-class-properties": "^7.7.4", |
| 145 | + "@babel/plugin-proposal-decorators": "^7.7.4", |
| 146 | + "@babel/plugin-proposal-do-expressions": "^7.7.4", |
| 147 | + "@babel/plugin-proposal-export-default-from": "^7.7.4", |
| 148 | + "@babel/plugin-proposal-export-namespace-from": "^7.7.4", |
| 149 | + "@babel/plugin-proposal-function-bind": "^7.7.4", |
| 150 | + "@babel/plugin-proposal-function-sent": "^7.7.4", |
| 151 | + "@babel/plugin-proposal-json-strings": "^7.7.4", |
| 152 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.7.4", |
| 153 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4", |
| 154 | + "@babel/plugin-proposal-numeric-separator": "^7.7.4", |
| 155 | + "@babel/plugin-proposal-optional-chaining": "^7.7.4", |
| 156 | + "@babel/plugin-proposal-pipeline-operator": "^7.7.4", |
| 157 | + "@babel/plugin-proposal-throw-expressions": "^7.7.4", |
| 158 | + "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
| 159 | + "@babel/plugin-syntax-import-meta": "^7.7.4", |
| 160 | + "@babel/plugin-transform-react-constant-elements": "^7.7.4", |
| 161 | + "@babel/plugin-transform-react-inline-elements": "^7.7.4", |
| 162 | + "@babel/plugin-transform-react-jsx-source": "^7.7.4", |
| 163 | + "@babel/plugin-transform-runtime": "^7.7.4", |
| 164 | + "@babel/preset-env": "^7.7.7", |
| 165 | + "@babel/preset-react": "^7.7.4", |
166 | 166 | "@bunq-community/bunq-js-client": "^0.40.2", |
167 | 167 | "@bunq-community/bunqdesktop-templates": "^1.2.0", |
168 | 168 | "@fortawesome/fontawesome-free": "^5.2.0", |
169 | 169 | "@material-ui/core": "^3.9.2", |
170 | 170 | "@material-ui/icons": "^3.0.2", |
171 | 171 | "@material-ui/lab": "^3.0.0-alpha.30", |
172 | | - "@types/jest": "^24.0.9", |
173 | | - "@types/moxios": "^0.4.8", |
174 | | - "@types/node": "^11.10.5", |
| 172 | + "@types/jest": "^24.0.25", |
| 173 | + "@types/moxios": "^0.4.9", |
| 174 | + "@types/node": "^13.1.4", |
175 | 175 | "@types/react-i18next": "^8.1.0", |
176 | | - "animate.css": "^3.7.0", |
| 176 | + "animate.css": "^3.7.2", |
177 | 177 | "awaiting": "^3.0.0", |
178 | 178 | "axios": "0.18.1", |
179 | | - "babel-loader": "^8.0.0", |
180 | | - "babel-plugin-dynamic-import-node": "^2.0.0", |
| 179 | + "babel-loader": "^8.0.6", |
| 180 | + "babel-plugin-dynamic-import-node": "^2.3.0", |
181 | 181 | "babel-plugin-react-html-attrs": "^2.1.0", |
182 | 182 | "babel-plugin-system-import-transformer": "^3.1.0", |
183 | 183 | "chart.js": "^2.7.2", |
|
212 | 212 | "mocha": "^5.2.0", |
213 | 213 | "natives": "1.1.6", |
214 | 214 | "node-forge": "^0.7.5", |
215 | | - "node-sass": "^4.9.0", |
| 215 | + "node-sass": "^4.13.0", |
216 | 216 | "prettier": "^1.14.2", |
217 | 217 | "prop-types": "^15.6.2", |
218 | 218 | "qrcode.react": "^0.8.0", |
|
254 | 254 | "uglifyjs-webpack-plugin": "^1.3.0", |
255 | 255 | "universal-analytics": "^0.4.15", |
256 | 256 | "vcf": "^2.0.1", |
257 | | - "webpack": "4.19.0", |
258 | | - "webpack-bundle-analyzer": "^3.3.2", |
259 | | - "webpack-cli": "^3.1.0", |
| 257 | + "webpack": "^4.41.5", |
| 258 | + "webpack-bundle-analyzer": "^3.6.0", |
| 259 | + "webpack-cli": "^3.3.10", |
260 | 260 | "worker-loader": "^2.0.0" |
| 261 | + }, |
| 262 | + "engines": { |
| 263 | + "node": ">=12.9.0", |
| 264 | + "npm": ">=6.13.0", |
| 265 | + "yarn": ">=1.19.0" |
261 | 266 | } |
262 | 267 | } |
0 commit comments