fix(npm): forcibly resolve 'icon-gen' to v3

Seems like no any API breaking changes in icon-gen v3.
Besides, we can throw phantomjs away.

Fix #1265
Fix #1260
This commit is contained in:
pan93412 2022-01-26 09:26:37 +08:00
parent a870dc3185
commit d5ffacae3a
No known key found for this signature in database
GPG key ID: 42154B1B1CFE3377
2 changed files with 260 additions and 266 deletions

View file

@ -91,6 +91,9 @@
"vue-cli-plugin-electron-builder": "~2.0.0-rc.4",
"vue-template-compiler": "^2.6.11"
},
"resolutions": {
"icon-gen": "3.0.0"
},
"eslintConfig": {
"root": true,
"env": {