Skip to content

Commit b26e55e

Browse files
update package dependency
@angular-react/fabric should depend on an updated version of @angular-react/core
1 parent 616f9a0 commit b26e55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/fabric/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "../../node_modules/ng-packagr/package.schema.json",
33
"name": "@angular-react/fabric",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"ngPackage": {
66
"lib": {
77
"entryFile": "public-api.ts",
@@ -44,7 +44,7 @@
4444
],
4545
"private": false,
4646
"peerDependencies": {
47-
"@angular-react/core": "^0.6.2",
47+
"@angular-react/core": "^1.0.0",
4848
"@angular/common": "^8.0.2",
4949
"@angular/core": "^8.0.2",
5050
"@angular/platform-browser-dynamic": "^8.0.2",

0 commit comments

Comments
 (0)