diff --git a/package.json b/package.json index d555101d..c959b3a0 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,7 @@ "electron": "^16.0.4", "electron-builder": "^22.14.5", "electron-notarize": "^1.1.1", + "electron-reload": "^2.0.0-alpha.1", "electron-search-devtools": "^1.5.1", "html-webpack-plugin": "^5.5.0", "ifdef-loader": "^2.3.2", @@ -84,18 +85,17 @@ "ts-loader": "^9.2.6", "ts-node": "^10.4.0", "typescript": "^4.5.4", + "wait-on": "^6.0.0", "webpack": "^5.65.0", "webpack-cli": "^4.9.1" }, "optionalDependencies": { "@typescript-eslint/eslint-plugin": "^5.7.0", "@typescript-eslint/parser": "^5.7.0", - "electron-reload": "^2.0.0-alpha.1", "eslint": "^8.4.1", "eslint-config-prettier": "^8.3.0", "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", - "prettier": "^2.5.1", - "wait-on": "^6.0.0" + "prettier": "^2.5.1" } } diff --git a/yarn.lock b/yarn.lock index fc6c14b8..7bba3e3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -277,9 +277,9 @@ integrity sha512-eMhwJXc931Ihh4tkU+Y7GiLzT/y/DBNpNtr4yU9O2w3SYBsr9NaOPhQlLKRmoWtI54uNwuo0IOUFQjVOTZYRvw== "@types/node@^14.6.2": - version "14.18.0" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.0.tgz#98df2397f6936bfbff4f089e40e06fa5dd88d32a" - integrity sha512-0GeIl2kmVMXEnx8tg1SlG6Gg8vkqirrW752KqolYo1PHevhhZN3bhJ67qHj+bQaINhX0Ra3TlWwRvMCd9iEfNQ== + version "14.18.1" + resolved "https://registry.yarnpkg.com/@types/node/-/node-14.18.1.tgz#459886b51f52aa923dc06b9ea81cb8b1d733e9d3" + integrity sha512-fTFWOFrgAkj737w1o0HLTIgisgYHnsZfeiqhG1Ltrf/iJjudEbUwetQAsfrtVE49JGwvpEzQR+EbMkIqG4227g== "@types/plist@^3.0.1": version "3.0.2"