ngx-formly-zorro-antd 14.2.1 → 14.2.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "ngx-formly-zorro-antd",
|
3
|
-
"version": "14.2.
|
3
|
+
"version": "14.2.2",
|
4
4
|
"publishConfig": {
|
5
5
|
"registry": "https://registry.npmjs.org",
|
6
6
|
"access": "public"
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"@angular/common": "^14.1.0",
|
12
12
|
"@angular/forms": "^14.1.0",
|
13
13
|
"@angular/platform-browser": "^14.1.0",
|
14
|
-
"ng-zorro-antd": "^14.
|
15
|
-
"@ngx-formly/core": "
|
14
|
+
"ng-zorro-antd": "^14.2.0",
|
15
|
+
"@ngx-formly/core": "^6.0.4",
|
16
16
|
"rxjs": ">=7.0.1"
|
17
17
|
},
|
18
18
|
"dependencies": {
|