|
14 | 14 | "start:main": "cross-env NODE_ENV=development electron -r ./.erb/scripts/BabelRegister ./src/main.dev.ts",
|
15 | 15 | "start:renderer": "cross-env NODE_ENV=development webpack serve --config ./.erb/configs/webpack.config.renderer.dev.babel.js",
|
16 | 16 | "test": "jest --passWithNoTests",
|
17 |
| - "gql-codegen": "graphql-codegen --config codegen.yml" |
| 17 | + "gql-codegen": "graphql-codegen --config codegen.yml", |
| 18 | + "prepare": "husky install" |
18 | 19 | },
|
19 | 20 | "author": {
|
20 | 21 | "name": "ExpressLRS Configurator Contributors",
|
|
179 | 180 | ]
|
180 | 181 | },
|
181 | 182 | "devDependencies": {
|
182 |
| - "@babel/core": "^7.12.16", |
183 |
| - "@babel/plugin-proposal-class-properties": "^7.12.1", |
184 |
| - "@babel/plugin-proposal-decorators": "^7.12.13", |
| 183 | + "@babel/core": "^7.13.14", |
| 184 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 185 | + "@babel/plugin-proposal-decorators": "^7.13.5", |
185 | 186 | "@babel/plugin-proposal-do-expressions": "^7.12.13",
|
186 | 187 | "@babel/plugin-proposal-export-default-from": "^7.12.13",
|
187 | 188 | "@babel/plugin-proposal-export-namespace-from": "^7.12.13",
|
188 | 189 | "@babel/plugin-proposal-function-bind": "^7.12.13",
|
189 | 190 | "@babel/plugin-proposal-function-sent": "^7.12.13",
|
190 |
| - "@babel/plugin-proposal-json-strings": "^7.12.13", |
191 |
| - "@babel/plugin-proposal-logical-assignment-operators": "^7.12.13", |
192 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.13", |
193 |
| - "@babel/plugin-proposal-optional-chaining": "^7.12.16", |
| 191 | + "@babel/plugin-proposal-json-strings": "^7.13.8", |
| 192 | + "@babel/plugin-proposal-logical-assignment-operators": "^7.13.8", |
| 193 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", |
| 194 | + "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
194 | 195 | "@babel/plugin-proposal-pipeline-operator": "^7.12.13",
|
195 | 196 | "@babel/plugin-proposal-throw-expressions": "^7.12.13",
|
196 | 197 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
197 | 198 | "@babel/plugin-syntax-import-meta": "^7.10.4",
|
198 |
| - "@babel/plugin-transform-react-constant-elements": "^7.12.13", |
| 199 | + "@babel/plugin-transform-react-constant-elements": "^7.13.13", |
199 | 200 | "@babel/plugin-transform-react-inline-elements": "^7.12.13",
|
200 |
| - "@babel/plugin-transform-runtime": "^7.12.15", |
201 |
| - "@babel/preset-env": "^7.12.16", |
202 |
| - "@babel/preset-react": "^7.12.13", |
203 |
| - "@babel/preset-typescript": "^7.12.16", |
204 |
| - "@babel/register": "^7.12.13", |
205 |
| - "@graphql-codegen/cli": "1.21.1", |
| 201 | + "@babel/plugin-transform-runtime": "^7.13.10", |
| 202 | + "@babel/preset-env": "^7.13.12", |
| 203 | + "@babel/preset-react": "^7.13.13", |
| 204 | + "@babel/preset-typescript": "^7.13.0", |
| 205 | + "@babel/register": "^7.13.14", |
| 206 | + "@graphql-codegen/cli": "1.21.3", |
206 | 207 | "@graphql-codegen/introspection": "1.18.1",
|
207 |
| - "@graphql-codegen/typescript": "1.21.0", |
208 |
| - "@graphql-codegen/typescript-operations": "^1.17.14", |
209 |
| - "@graphql-codegen/typescript-react-apollo": "2.2.1", |
| 208 | + "@graphql-codegen/typescript": "1.21.1", |
| 209 | + "@graphql-codegen/typescript-operations": "^1.17.15", |
| 210 | + "@graphql-codegen/typescript-react-apollo": "2.2.3", |
210 | 211 | "@pmmmwh/react-refresh-webpack-plugin": "^0.4.3",
|
211 |
| - "@teamsupercell/typings-for-css-modules-loader": "^2.4.0", |
212 |
| - "@testing-library/jest-dom": "^5.11.9", |
213 |
| - "@testing-library/react": "^11.2.5", |
| 212 | + "@teamsupercell/typings-for-css-modules-loader": "^2.5.1", |
| 213 | + "@testing-library/jest-dom": "^5.11.10", |
| 214 | + "@testing-library/react": "^11.2.6", |
214 | 215 | "@types/autosuggest-highlight": "^3.1.1",
|
215 | 216 | "@types/cross-spawn": "^6.0.2",
|
216 | 217 | "@types/enzyme": "^3.10.5",
|
217 | 218 | "@types/enzyme-adapter-react-16": "^1.0.6",
|
218 | 219 | "@types/history": "4.7.8",
|
219 |
| - "@types/jest": "^26.0.20", |
| 220 | + "@types/jest": "^26.0.22", |
220 | 221 | "@types/mkdirp": "^1.0.1",
|
221 |
| - "@types/node": "14.14.31", |
222 |
| - "@types/react": "^17.0.1", |
223 |
| - "@types/react-dom": "^17.0.0", |
| 222 | + "@types/node": "14.14.37", |
| 223 | + "@types/react": "^17.0.3", |
| 224 | + "@types/react-dom": "^17.0.3", |
224 | 225 | "@types/react-router-dom": "^5.1.7",
|
225 |
| - "@types/react-test-renderer": "^17.0.0", |
| 226 | + "@types/react-test-renderer": "^17.0.1", |
226 | 227 | "@types/rimraf": "^3.0.0",
|
227 | 228 | "@types/uuid": "^8.3.0",
|
228 | 229 | "@types/webpack-env": "^1.16.0",
|
|
233 | 234 | "babel-loader": "^8.2.2",
|
234 | 235 | "babel-plugin-dev-expression": "^0.2.2",
|
235 | 236 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
236 |
| - "babel-plugin-transform-typescript-metadata": "^0.3.1", |
| 237 | + "babel-plugin-transform-typescript-metadata": "^0.3.2", |
237 | 238 | "browserslist-config-erb": "^0.0.1",
|
238 | 239 | "chalk": "^4.1.0",
|
239 |
| - "concurrently": "^5.3.0", |
240 |
| - "core-js": "^3.9.1", |
| 240 | + "concurrently": "^6.0.1", |
| 241 | + "core-js": "^3.10.1", |
241 | 242 | "cross-env": "^7.0.3",
|
242 |
| - "css-loader": "^5.0.2", |
243 |
| - "css-minimizer-webpack-plugin": "^1.1.5", |
| 243 | + "css-loader": "^5.2.0", |
| 244 | + "css-minimizer-webpack-plugin": "^1.3.0", |
244 | 245 | "detect-port": "^1.3.0",
|
245 |
| - "electron": "^12.0.0", |
| 246 | + "electron": "^12.0.2", |
246 | 247 | "electron-builder": "^22.10.5",
|
247 | 248 | "electron-devtools-installer": "^3.1.1",
|
248 | 249 | "electron-notarize": "^1.0.0",
|
249 | 250 | "electron-rebuild": "^2.3.5",
|
250 | 251 | "enzyme": "^3.11.0",
|
251 |
| - "enzyme-adapter-react-16": "^1.15.3", |
| 252 | + "enzyme-adapter-react-16": "^1.15.6", |
252 | 253 | "enzyme-to-json": "^3.5.0",
|
253 |
| - "eslint": "^7.5.0", |
| 254 | + "eslint": "^7.23.0", |
254 | 255 | "eslint-config-airbnb": "^18.2.0",
|
255 |
| - "eslint-config-airbnb-typescript": "^12.0.0", |
| 256 | + "eslint-config-airbnb-typescript": "^12.3.1", |
256 | 257 | "eslint-config-erb": "^2.0.0",
|
257 | 258 | "eslint-config-prettier": "^6.11.0",
|
258 | 259 | "eslint-import-resolver-webpack": "^0.13.0",
|
259 |
| - "eslint-plugin-compat": "^3.8.0", |
| 260 | + "eslint-plugin-compat": "^3.9.0", |
260 | 261 | "eslint-plugin-import": "^2.22.0",
|
261 |
| - "eslint-plugin-jest": "^24.1.3", |
| 262 | + "eslint-plugin-jest": "^24.3.4", |
262 | 263 | "eslint-plugin-jsx-a11y": "6.4.1",
|
263 |
| - "eslint-plugin-prettier": "^3.1.4", |
264 |
| - "eslint-plugin-promise": "^4.2.1", |
265 |
| - "eslint-plugin-react": "^7.20.6", |
| 264 | + "eslint-plugin-prettier": "^3.3.1", |
| 265 | + "eslint-plugin-promise": "^4.3.1", |
| 266 | + "eslint-plugin-react": "^7.23.1", |
266 | 267 | "eslint-plugin-react-hooks": "^4.0.8",
|
267 | 268 | "file-loader": "^6.0.0",
|
268 |
| - "husky": "^4.3.8", |
| 269 | + "husky": "^6.0.0", |
269 | 270 | "identity-obj-proxy": "^3.0.0",
|
270 | 271 | "jest": "^26.1.0",
|
271 | 272 | "lint-staged": "^10.5.4",
|
272 |
| - "mini-css-extract-plugin": "^1.3.6", |
| 273 | + "mini-css-extract-plugin": "^1.4.1", |
273 | 274 | "node-sass": "^5.0.0",
|
274 | 275 | "opencollective-postinstall": "^2.0.3",
|
275 | 276 | "prettier": "^2.2.1",
|
276 | 277 | "react-refresh": "^0.9.0",
|
277 |
| - "react-test-renderer": "^17.0.1", |
| 278 | + "react-test-renderer": "^17.0.2", |
278 | 279 | "rimraf": "^3.0.2",
|
279 |
| - "sass-loader": "^10.1.1", |
| 280 | + "sass-loader": "^11.0.1", |
280 | 281 | "style-loader": "^2.0.0",
|
281 | 282 | "terser-webpack-plugin": "^5.1.1",
|
282 |
| - "typescript": "^4.2.2", |
| 283 | + "typescript": "^4.2.4", |
283 | 284 | "url-loader": "^4.1.0",
|
284 | 285 | "webpack": "^5.5.1",
|
285 | 286 | "webpack-bundle-analyzer": "^4.1.0",
|
|
288 | 289 | "webpack-merge": "^5.7.3",
|
289 | 290 | "yarn-deduplicate": "^3.1.0"
|
290 | 291 | },
|
291 |
| - "resolutions": { |
292 |
| - "@types/react": "17.0.0" |
293 |
| - }, |
294 | 292 | "dependencies": {
|
295 |
| - "@apollo/client": "^3.3.11", |
| 293 | + "@apollo/client": "^3.3.14", |
296 | 294 | "@emotion/react": "^11.1.5",
|
297 | 295 | "@emotion/styled": "^11.1.5",
|
298 |
| - "@fontsource/roboto": "^4.2.1", |
| 296 | + "@fontsource/roboto": "^4.2.2", |
299 | 297 | "@hapi/joi": "^17.1.1",
|
300 | 298 | "@material-ui/core": "^5.0.0-alpha.23",
|
301 | 299 | "@material-ui/icons": "^4.11.2",
|
302 |
| - "@octokit/rest": "^18.3.1", |
303 |
| - "apollo-server-express": "^2.21.0", |
| 300 | + "@octokit/rest": "^18.5.2", |
| 301 | + "apollo-server-express": "^2.22.2", |
304 | 302 | "autosuggest-highlight": "^3.1.1",
|
305 | 303 | "class-validator": "^0.13.1",
|
306 | 304 | "cross-spawn": "^7.0.3",
|
307 |
| - "electron-debug": "^3.1.0", |
308 |
| - "electron-log": "^4.3.1", |
309 |
| - "electron-store": "^7.0.2", |
| 305 | + "electron-debug": "^3.2.0", |
| 306 | + "electron-log": "^4.3.3", |
310 | 307 | "electron-updater": "^4.3.8",
|
311 | 308 | "express": "^4.17.1",
|
312 | 309 | "extract-zip": "^2.0.1",
|
313 | 310 | "get-port": "^5.1.1",
|
314 | 311 | "graphql": "15.5.0",
|
315 |
| - "graphql-subscriptions": "^1.2.0", |
| 312 | + "graphql-subscriptions": "^1.2.1", |
316 | 313 | "history": "^5.0.0",
|
317 | 314 | "http": "^0.0.1-security",
|
318 | 315 | "mkdirp": "^1.0.4",
|
319 | 316 | "node-fetch": "^2.6.1",
|
320 |
| - "quick-score": "^0.0.10", |
321 |
| - "react": "^17.0.1", |
322 |
| - "react-dom": "^17.0.1", |
323 |
| - "react-intl": "^5.13.2", |
| 317 | + "quick-score": "^0.0.11", |
| 318 | + "react": "^17.0.2", |
| 319 | + "react-dom": "^17.0.2", |
| 320 | + "react-intl": "^5.15.7", |
324 | 321 | "react-router-dom": "^5.2.0",
|
325 | 322 | "reflect-metadata": "^0.1.13",
|
326 | 323 | "regenerator-runtime": "^0.13.5",
|
|
358 | 355 | "baseBranches": [
|
359 | 356 | "next"
|
360 | 357 | ]
|
361 |
| - }, |
362 |
| - "husky": { |
363 |
| - "hooks": { |
364 |
| - "pre-commit": "lint-staged" |
365 |
| - } |
366 | 358 | }
|
367 | 359 | }
|
0 commit comments