@acorex/components 18.0.3 → 18.0.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +7 -7
package/package.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"name": "@acorex/components",
|
3
|
-
"version": "18.0.
|
3
|
+
"version": "18.0.5",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "
|
6
|
-
"@angular/core": "
|
7
|
-
"@angular/cdk": "
|
8
|
-
"polytype": "
|
9
|
-
"imask": "
|
10
|
-
"angular-imask": "
|
5
|
+
"@angular/common": ">=18.0.0",
|
6
|
+
"@angular/core": ">=18.0.0",
|
7
|
+
"@angular/cdk": ">=18.0.0",
|
8
|
+
"polytype": ">=0.17.0",
|
9
|
+
"imask": ">=7.6.1",
|
10
|
+
"angular-imask": ">=7.6.1"
|
11
11
|
},
|
12
12
|
"dependencies": {
|
13
13
|
"tslib": "^2.3.0"
|