suis 0.21.0 → 0.21.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "suis",
3
- "version": "0.21.0",
3
+ "version": "0.21.1",
4
4
  "main": "src/index.ts",
5
5
  "author": "Karol Jaskółka",
6
6
  "description": "SUIS (Standalone UI + Signals) Angular 16+ Component Library",
@@ -14,8 +14,8 @@
14
14
  "peerDependencies": {
15
15
  "@angular/common": ">=16.0.0",
16
16
  "@angular/core": ">=16.0.0",
17
- "@angular/router": "16.0.0",
18
- "@angular/forms": "16.0.0"
17
+ "@angular/forms": ">=16.0.0",
18
+ "@angular/router": ">=16.0.0"
19
19
  },
20
20
  "dependencies": {
21
21
  "tslib": ">=2.3.0"
@@ -34,4 +34,4 @@
34
34
  "default": "./fesm2022/suis.mjs"
35
35
  }
36
36
  }
37
- }
37
+ }