mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
chore: remove unused zone.js devDependency
zone.js was listed as a devDependency but is never imported or used in the source code or build scripts. The Angular partial compilation does not require it. Consumers decide whether to use zone.js in their own apps. Also removes the zone.js version constraint from renovate.
This commit is contained in:
+1
-2
@@ -50,8 +50,7 @@
|
||||
"typedoc": "^0.28.17",
|
||||
"typedoc-plugin-markdown": "^4.11.0",
|
||||
"typescript": "~5.8.3",
|
||||
"typescript-eslint": "^8.57.1",
|
||||
"zone.js": "~0.15.0"
|
||||
"typescript-eslint": "^8.57.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user