@rosoftlab/core 1.0.0-alpha-12 → 1.0.0-alpha-14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,15 +1,18 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rosoftlab/core",
|
3
|
-
"version": "1.0.0-alpha-
|
3
|
+
"version": "1.0.0-alpha-14",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "^
|
6
|
-
"@angular/core": "^
|
5
|
+
"@angular/common": "^17.1.3",
|
6
|
+
"@angular/core": "^17.1.3",
|
7
7
|
"fast-json-patch": "^3.1.1",
|
8
8
|
"date-fns": "^3.3.1",
|
9
9
|
"@types/qs": "^6.9.11",
|
10
10
|
"@ngx-translate/core": "^15.0.0",
|
11
11
|
"json-logic-js": "^2.0.2",
|
12
|
-
"@angular/cdk": "^
|
12
|
+
"@angular/cdk": "^17.1.2"
|
13
|
+
},
|
14
|
+
"dependencies": {
|
15
|
+
"tslib": "^2.6.2"
|
13
16
|
},
|
14
17
|
"author": "rosoftlab",
|
15
18
|
"license": "ISC",
|
@@ -26,8 +29,5 @@
|
|
26
29
|
"default": "./fesm2022/rosoftlab-core.mjs"
|
27
30
|
}
|
28
31
|
},
|
29
|
-
"sideEffects": false
|
30
|
-
"dependencies": {
|
31
|
-
"tslib": "^2.3.1"
|
32
|
-
}
|
32
|
+
"sideEffects": false
|
33
33
|
}
|