deps: remove chalk

This commit is contained in:
草鞋没号 2022-01-30 07:05:14 +08:00
parent cdfde12a2b
commit cd9a3c3dad
2 changed files with 0 additions and 20 deletions

19
package-lock.json generated
View File

@ -10,7 +10,6 @@
"license": "MIT",
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"chalk": "^5.0.0",
"electron": "16.0.6",
"electron-builder": "^22.14.5",
"typescript": "^4.5.4",
@ -1161,18 +1160,6 @@
"url": "https://github.com/sponsors/sindresorhus"
}
},
"node_modules/chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true,
"engines": {
"node": "^12.17.0 || ^14.13 || >=16.0.0"
},
"funding": {
"url": "https://github.com/chalk/chalk?sponsor=1"
}
},
"node_modules/character-parser": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",
@ -5645,12 +5632,6 @@
"integrity": "sha512-tVI4q5jjFV5CavAU8DXfza/TJcZutVKo/5Foskmsqcm0MsL91moHvwiGNnqaa2o6PF/7yT5ikDRcVcl8Rj6LCA==",
"dev": true
},
"chalk": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.0.0.tgz",
"integrity": "sha512-/duVOqst+luxCQRKEo4bNxinsOQtMP80ZYm7mMqzuh5PociNL0PvmHFvREJ9ueYL2TxlHjBcmLCdmocx9Vg+IQ==",
"dev": true
},
"character-parser": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/character-parser/-/character-parser-2.2.0.tgz",

View File

@ -13,7 +13,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.1",
"chalk": "^5.0.0",
"electron": "16.0.6",
"electron-builder": "^22.14.5",
"typescript": "^4.5.4",