Skip to content

Commit ea501b0

Browse files
author
Tom Müller
committed
fix: update peerDependencies and version bump
1 parent 3e40125 commit ea501b0

File tree

2 files changed

+1985
-1459
lines changed

2 files changed

+1985
-1459
lines changed

package.json

+4-16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-mat-search-bar",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"license": "MIT",
55
"scripts": {
66
"build": "ng build",
@@ -48,21 +48,9 @@
4848
"zone.js": "^0.8.26"
4949
},
5050
"peerDependencies": {
51-
"@angular/animations": "^7.1.0",
52-
"@angular/cdk": "^7.1.0",
53-
"@angular/cli": "^7.1.0",
54-
"@angular/common": "^7.1.0",
55-
"@angular/compiler": "^7.1.0",
56-
"@angular/compiler-cli": "^7.1.0",
57-
"@angular/core": "^7.1.0",
58-
"@angular/forms": "^7.1.0",
59-
"@angular/material": "^7.1.0",
60-
"@angular/platform-browser": "^7.1.0",
61-
"@angular/platform-browser-dynamic": "^7.1.0",
62-
"core-js": "^2.4.1",
63-
"rxjs": "^6.3.3",
64-
"typescript": "~3.1.6",
65-
"zone.js": "^0.8.26"
51+
"@angular/animations": "^7.0.0",
52+
"@angular/core": "^7.0.0",
53+
"@angular/material": "^7.0.0"
6654
},
6755
"ngPackage": {
6856
"lib": {

0 commit comments

Comments
 (0)