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