Refactor imported unit version to not rely on semver package
The package was not a proper ECMA Script package and therefore can not be tree shaken properly and would unnecessarily increase the package size.
... | ... | @@ -79,7 +79,6 @@ |
"ngx-tiptap": "^3.0.4", | ||
"prosemirror-state": "^1.3.4", | ||
"rxjs": "~6.6.0", | ||
"semver": "^7.3.5", | ||
"testcafe": "^1.17.0", | ||
"tslib": "^2.1.0", | ||
"zone.js": "~0.11.4" | ||
... | ... | @@ -91,7 +90,6 @@ |
"@iqb/eslint-config": "^1.0.2", | ||
"@types/jasmine": "~3.6.0", | ||
"@types/node": "^12.11.1", | ||
"@types/semver": "^7.3.9", | ||
"iqb-dev-components": "^1.4.0", | ||
"jasmine-core": "^3.8.0", | ||
"karma": "~6.3.0", | ||
... | ... |
Please register or sign in to comment