Remove upper bound on peer dependencies

This commit is contained in:
aboyko
2023-03-01 13:31:40 -05:00
parent a28a3b9c42
commit bb1a3494aa
2 changed files with 6 additions and 6 deletions

View File

@@ -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",

View File

@@ -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": {