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

Commit 9e5f920

Browse files
committed
fix: remove redundant peerDependencies again
1 parent 999882c commit 9e5f920

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,7 @@
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",
38-
"datatables.net": "^1.10.22",
39-
"jquery": ">=3.5.1"
33+
"@angular/core": "^10.0.0"
4034
},
4135
"devDependencies": {
4236
"@angular-devkit/core": "^10.2.0",

0 commit comments

Comments
 (0)