Remove upper bound on peer dependencies
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "spring-flo",
|
||||
"version": "0.10.1",
|
||||
"version": "0.12.0-alpha.0",
|
||||
"description": "Library for quickly building text DSL visualization diagram editor",
|
||||
"main": "dist/bundles/spring-flo.umd.js",
|
||||
"module": "dist/fesm5/spring-flo.js",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "spring-flo",
|
||||
"version": "0.11.0",
|
||||
"version": "0.12.0-alpha.0",
|
||||
"description": "Library for quickly building text DSL visualization diagram editor",
|
||||
"author": "Andy Clement, Alex Boyko",
|
||||
"license": "Apache-2.0",
|
||||
@@ -18,10 +18,10 @@
|
||||
"ts-disposables": "2.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@angular/core": ">=11.0.0 <13.0.0",
|
||||
"@angular/forms": ">=11.0.0 < 13.0.0",
|
||||
"@angular/common": ">=11.0.0 <13.0.0",
|
||||
"rxjs": ">=6.0.0 <7.0.0"
|
||||
"@angular/core": ">=11.0.0 ",
|
||||
"@angular/forms": ">=11.0.0",
|
||||
"@angular/common": ">=11.0.0",
|
||||
"rxjs": ">=6.0.0"
|
||||
},
|
||||
"ngPackage": {
|
||||
"lib": {
|
||||
|
||||
Reference in New Issue
Block a user