@rosoftlab/core 1.0.1-alpha-2 → 1.0.1-alpha-4
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,15 @@
|
|
1
1
|
{
|
2
2
|
"name": "@rosoftlab/core",
|
3
|
-
"version": "1.0.1-alpha-
|
3
|
+
"version": "1.0.1-alpha-4",
|
4
4
|
"peerDependencies": {
|
5
|
-
"@angular/common": "^
|
6
|
-
"@angular/core": "^
|
5
|
+
"@angular/common": "^19.1.3",
|
6
|
+
"@angular/core": "^19.1.3",
|
7
7
|
"fast-json-patch": "^3.1.1",
|
8
|
-
"date-fns": "^
|
9
|
-
"@types/qs": "^6.9.
|
10
|
-
"@ngx-translate/core": "^
|
11
|
-
"json-logic-js": "^2.0.
|
12
|
-
"@angular/cdk": "^
|
8
|
+
"date-fns": "^4.1.0",
|
9
|
+
"@types/qs": "^6.9.18",
|
10
|
+
"@ngx-translate/core": "^16.0.4",
|
11
|
+
"json-logic-js": "^2.0.5",
|
12
|
+
"@angular/cdk": "^19.1.1"
|
13
13
|
},
|
14
14
|
"dependencies": {
|
15
15
|
"tslib": "^2.8.0"
|