Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit becb1f5

Browse files
committed
fix(ng-add): Remove incompatible pkgs from peerDependencies as ng-add fails on Angular10 project
1 parent 999882c commit becb1f5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@
3030
"typings": "index.d.ts",
3131
"license": "MIT",
3232
"peerDependencies": {
33-
"@angular/common": "^10.2.2",
34-
"@angular/compiler": "^10.2.2",
35-
"@angular/core": "^10.2.2",
36-
"@angular/platform-browser": "^10.2.2",
37-
"@angular/platform-browser-dynamic": "^10.2.2",
33+
"@angular/core": "^10",
3834
"datatables.net": "^1.10.22",
39-
"jquery": ">=3.5.1"
35+
"jquery": ">=3.3.1"
4036
},
4137
"devDependencies": {
4238
"@angular-devkit/core": "^10.2.0",

0 commit comments

Comments
 (0)