Skip to content

Commit 8e077b3

Browse files
committed
#9 update peer dependencies
1 parent 3098392 commit 8e077b3

File tree

4 files changed

+21
-17
lines changed

4 files changed

+21
-17
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 9.0.1 (2020-03-19)
2+
* Update the Angular dependencies to latest version.
3+
14
# 9.0.0 (2020-02-22)
25
* Updated to Angular 9.
36

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/animations": "9.0.2",
17-
"@angular/common": "9.0.2",
18-
"@angular/compiler": "9.0.2",
19-
"@angular/core": "9.0.2",
20-
"@angular/forms": "9.0.2",
21-
"@angular/platform-browser": "9.0.2",
22-
"@angular/platform-browser-dynamic": "9.0.2",
23-
"@angular/router": "9.0.2",
16+
"@angular/animations": "^9.0.0",
17+
"@angular/common": "^9.0.0",
18+
"@angular/compiler": "^9.0.0",
19+
"@angular/core": "^9.0.0",
20+
"@angular/forms": "^9.0.0",
21+
"@angular/platform-browser": "^9.0.0",
22+
"@angular/platform-browser-dynamic": "^9.0.0",
23+
"@angular/router": "^9.0.0",
2424
"core-js": "2.6.3",
2525
"rxjs": "6.5.4",
2626
"tslib": "^1.10.0",
@@ -30,8 +30,8 @@
3030
"@angular-devkit/build-angular": "~0.900.3",
3131
"@angular-devkit/build-ng-packagr": "~0.900.3",
3232
"@angular/cli": "9.0.3",
33-
"@angular/compiler-cli": "9.0.2",
34-
"@angular/language-service": "9.0.2",
33+
"@angular/compiler-cli": "^9.0.0",
34+
"@angular/language-service": "^9.0.0",
3535
"@types/jasmine": "2.8.16",
3636
"@types/jasminewd2": "2.0.6",
3737
"@types/node": "^12.11.1",

projects/file-input-accessor/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,10 @@ failed that validation check.
240240
- fileExt - File **extension** failed to match.
241241
- imageWidth - Image does not meet width requirement.
242242
- imageHeight - Image does not meet height requirement.
243-
- (>= 8.1.0) maxHeight - Image is too tall.
244-
- (>= 8.1.0) maxWidth - Image is too wide.
245-
- (>= 8.1.0) minHeight - Image is not tall enough.
246-
- (>= 8.1.0) minWidth - Image is not wide enough.
243+
#### version >= 8.1.0
244+
- maxHeight - Image is too tall.
245+
- maxWidth - Image is too wide.
246+
- minHeight - Image is not tall enough.
247+
- minWidth - Image is not wide enough.
247248

248249

projects/file-input-accessor/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "file-input-accessor",
3-
"version": "9.0.0",
3+
"version": "9.0.1",
44
"description": "Angular directive that provides file input functionality in reactive & template driven Angular forms.",
55
"keywords": [
66
"angular",
@@ -39,8 +39,8 @@
3939
"url": "https://github.com/jwelker110/file-input-accessor/issues"
4040
},
4141
"peerDependencies": {
42-
"@angular/common": "^8.0.0",
43-
"@angular/core": "^8.0.0",
42+
"@angular/common": "^9.0.0",
43+
"@angular/core": "^9.0.0",
4444
"rxjs": "^6.0.0"
4545
}
4646
}

0 commit comments

Comments
 (0)