updates to libraries. Make the build process work properly again since...
updates to libraries. Make the build process work properly again since fileReplacement stoped working
... | ... | @@ -86,7 +86,7 @@ |
"conventional-changelog-cli": "2.1.1", | ||
"core-js": "3.6.5", | ||
"cross-env": "7.0.3", | ||
"electron": "11.2.0", | ||
"electron": "^11.4.2", | ||
"electron-builder": "22.9.1", | ||
"electron-reload": "1.5.0", | ||
"eslint": "7.20.0", | ||
... | ... | @@ -107,7 +107,7 @@ |
"ts-node": "9.1.1", | ||
"tslib": "2.1.0", | ||
"typescript": "4.0.5", | ||
"wait-on": "5.0.1", | ||
"wait-on": "^5.3.0", | ||
"webdriver-manager": "12.1.8", | ||
"zone.js": "0.10.3" | ||
}, | ||
... | ... |
Please register or sign in to comment