@rosoftlab/ionic 1.0.0-alpha-8 → 1.0.0-alpha-10
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rosoftlab/ionic",
|
3
|
-
"version": "1.0.0-alpha-
|
3
|
+
"version": "1.0.0-alpha-10",
|
4
4
|
"peerDependencies": {
|
5
5
|
"@angular/common": "^16.2.10",
|
6
6
|
"@angular/core": "^16.2.10",
|
7
7
|
"@ngx-formly/core": "^6.2.1",
|
8
8
|
"@ionic/angular": "^6.7.5",
|
9
9
|
"@swimlane/ngx-datatable": "^20.1.0",
|
10
|
-
"@rosoftlab/core": "1.0.0-alpha-
|
11
|
-
"@rosoftlab/formly": "1.0.0-alpha-
|
12
|
-
"@rosoftlab/statemachine": "1.0.0-alpha-
|
10
|
+
"@rosoftlab/core": "1.0.0-alpha-10",
|
11
|
+
"@rosoftlab/formly": "1.0.0-alpha-10",
|
12
|
+
"@rosoftlab/statemachine": "1.0.0-alpha-10"
|
13
13
|
},
|
14
14
|
"dependencies": {
|
15
15
|
"tslib": "^2.3.0"
|