@eui/deps-base 18.0.0-next.2 → 18.0.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.version.properties +1 -1
- package/package.json +35 -43
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
18.0.0-next.
|
|
1
|
+
18.0.0-next.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/deps-base",
|
|
3
|
-
"version": "18.0.0-next.
|
|
3
|
+
"version": "18.0.0-next.3",
|
|
4
4
|
"description": "eUI base default dependencies",
|
|
5
5
|
"author": "ec.europa.eui@gmail.com",
|
|
6
6
|
"license": "EUPL-1.1",
|
|
@@ -11,53 +11,45 @@
|
|
|
11
11
|
"npm": "Please use yarn instead of NPM to install dependencies"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "18.0.0-next.
|
|
15
|
-
"@angular/common": "18.0.0-next.
|
|
16
|
-
"@angular/compiler": "18.0.0-next.
|
|
17
|
-
"@angular/core": "18.0.0-next.
|
|
18
|
-
"@angular/forms": "18.0.0-next.
|
|
19
|
-
"@angular/platform-browser": "18.0.0-next.
|
|
20
|
-
"@angular/platform-browser-dynamic": "18.0.0-next.
|
|
21
|
-
"@angular/router": "18.0.0-next.
|
|
22
|
-
"@angular/compiler-cli": "18.0.0-next.
|
|
23
|
-
"@angular/elements": "18.0.0-next.
|
|
24
|
-
"@angular/language-service": "18.0.0-next.
|
|
25
|
-
"@angular/service-worker": "18.0.0-next.
|
|
26
|
-
"@angular
|
|
27
|
-
"@angular/
|
|
14
|
+
"@angular/animations": "18.0.0-next.2",
|
|
15
|
+
"@angular/common": "18.0.0-next.2",
|
|
16
|
+
"@angular/compiler": "18.0.0-next.2",
|
|
17
|
+
"@angular/core": "18.0.0-next.2",
|
|
18
|
+
"@angular/forms": "18.0.0-next.2",
|
|
19
|
+
"@angular/platform-browser": "18.0.0-next.2",
|
|
20
|
+
"@angular/platform-browser-dynamic": "18.0.0-next.2",
|
|
21
|
+
"@angular/router": "18.0.0-next.2",
|
|
22
|
+
"@angular/compiler-cli": "18.0.0-next.2",
|
|
23
|
+
"@angular/elements": "18.0.0-next.2",
|
|
24
|
+
"@angular/language-service": "18.0.0-next.2",
|
|
25
|
+
"@angular/service-worker": "18.0.0-next.2",
|
|
26
|
+
"@angular/cdk": "18.0.0-next.2",
|
|
27
|
+
"@angular/material": "18.0.0-next.2",
|
|
28
|
+
"@angular/material-moment-adapter": "18.0.0-next.2",
|
|
29
|
+
"@angular-devkit/build-angular": "18.0.0-next.1",
|
|
30
|
+
"@angular/cli": "18.0.0-next.1",
|
|
28
31
|
"ng-packagr": "18.0.0-next.1",
|
|
29
|
-
"@angular/cdk": "18.0.0-next.1",
|
|
30
|
-
"@angular/material": "18.0.0-next.1",
|
|
31
|
-
"@angular/material-moment-adapter": "18.0.0-next.1",
|
|
32
32
|
"angular-animations": "0.11.0",
|
|
33
33
|
"rxjs": "7.8.1",
|
|
34
34
|
"tslib": "^2.3.0",
|
|
35
35
|
"zone.js": "0.14.4",
|
|
36
|
-
"typescript": "5.
|
|
36
|
+
"typescript": "5.4.3",
|
|
37
37
|
"@types/lodash": "4.14.198",
|
|
38
|
-
"@ngrx/effects": "17.1.1",
|
|
39
|
-
"@ngrx/router-store": "17.1.1",
|
|
40
|
-
"@ngrx/schematics": "17.1.1",
|
|
41
38
|
"@ngrx/store": "17.1.1",
|
|
42
|
-
"@ngrx/store-devtools": "17.1.1",
|
|
43
|
-
"@ngrx/entity": "17.1.1",
|
|
44
|
-
"@ngrx/component": "17.1.1",
|
|
45
|
-
"@ngrx/component-store": "17.1.1",
|
|
46
|
-
"@ngrx/signals": "17.1.1",
|
|
47
39
|
"ngrx-store-freeze": "0.2.4",
|
|
48
40
|
"reselect": "4.1.8",
|
|
49
41
|
"@ngx-translate/core": "15.0.0",
|
|
50
42
|
"@ngx-translate/http-loader": "8.0.0",
|
|
51
|
-
"eslint": "8.
|
|
52
|
-
"@angular-eslint/builder": "17.
|
|
53
|
-
"@angular-eslint/eslint-plugin": "17.
|
|
54
|
-
"@angular-eslint/eslint-plugin-template": "17.
|
|
55
|
-
"@angular-eslint/schematics": "17.
|
|
56
|
-
"@angular-eslint/template-parser": "17.
|
|
43
|
+
"eslint": "8.57.0",
|
|
44
|
+
"@angular-eslint/builder": "17.3.0",
|
|
45
|
+
"@angular-eslint/eslint-plugin": "17.3.0",
|
|
46
|
+
"@angular-eslint/eslint-plugin-template": "17.3.0",
|
|
47
|
+
"@angular-eslint/schematics": "17.3.0",
|
|
48
|
+
"@angular-eslint/template-parser": "17.3.0",
|
|
57
49
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
58
50
|
"eslint-plugin-jsdoc": "46.8.2",
|
|
59
|
-
"@typescript-eslint/parser": "
|
|
60
|
-
"@typescript-eslint/eslint-plugin": "
|
|
51
|
+
"@typescript-eslint/parser": "7.5.0",
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "7.5.0",
|
|
61
53
|
"eslint-plugin-import": "2.29.0",
|
|
62
54
|
"@webcomponents/custom-elements": "1.6.0",
|
|
63
55
|
"@types/jasmine": "5.1.2",
|
|
@@ -105,14 +97,14 @@
|
|
|
105
97
|
"@types/pikaday": "1.7.8",
|
|
106
98
|
"apexcharts": "3.44.0",
|
|
107
99
|
"@stackblitz/sdk": "1.9.0",
|
|
108
|
-
"@eui/tools": "6.16.
|
|
109
|
-
"@eui/base": "18.0.0-next.
|
|
110
|
-
"@eui/core": "18.0.0-next.
|
|
111
|
-
"@eui/styles": "18.0.0-next.
|
|
112
|
-
"@eui/styles-base": "18.0.0-next.
|
|
113
|
-
"@eui/components": "18.0.0-next.
|
|
114
|
-
"@eui/showcase": "18.0.0-next.
|
|
115
|
-
"@eui/ecl": "18.0.0-next.
|
|
100
|
+
"@eui/tools": "6.16.6",
|
|
101
|
+
"@eui/base": "18.0.0-next.3",
|
|
102
|
+
"@eui/core": "18.0.0-next.3",
|
|
103
|
+
"@eui/styles": "18.0.0-next.3",
|
|
104
|
+
"@eui/styles-base": "18.0.0-next.3",
|
|
105
|
+
"@eui/components": "18.0.0-next.3",
|
|
106
|
+
"@eui/showcase": "18.0.0-next.3",
|
|
107
|
+
"@eui/ecl": "18.0.0-next.3"
|
|
116
108
|
},
|
|
117
109
|
"tag": "next"
|
|
118
110
|
}
|