@eui/deps-base 21.0.0-alpha.2 → 21.0.0-alpha.20
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/package.json +51 -49
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/deps-base",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.20",
|
|
4
4
|
"description": "eUI base default dependencies",
|
|
5
5
|
"author": "ec.europa.eui@gmail.com",
|
|
6
6
|
"license": "EUPL-1.1",
|
|
@@ -11,46 +11,52 @@
|
|
|
11
11
|
"npm": "Please use yarn instead of NPM to install dependencies"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "
|
|
15
|
-
"@angular/common": "
|
|
16
|
-
"@angular/compiler": "
|
|
17
|
-
"@angular/core": "
|
|
18
|
-
"@angular/forms": "
|
|
19
|
-
"@angular/platform-browser": "
|
|
20
|
-
"@angular/platform-browser-dynamic": "
|
|
21
|
-
"@angular/router": "
|
|
22
|
-
"@angular/compiler-cli": "
|
|
23
|
-
"@angular/elements": "
|
|
24
|
-
"@angular/language-service": "
|
|
25
|
-
"@angular/service-worker": "
|
|
26
|
-
"@angular/cdk": "
|
|
27
|
-
"@angular/material": "
|
|
28
|
-
"@angular/material-moment-adapter": "
|
|
29
|
-
"@angular-devkit/build-angular": "
|
|
30
|
-
"@angular/cli": "
|
|
31
|
-
"ng-packagr": "
|
|
32
|
-
"rxjs": "
|
|
14
|
+
"@angular/animations": "21.0.0-next.3",
|
|
15
|
+
"@angular/common": "21.0.0-next.3",
|
|
16
|
+
"@angular/compiler": "21.0.0-next.3",
|
|
17
|
+
"@angular/core": "21.0.0-next.3",
|
|
18
|
+
"@angular/forms": "21.0.0-next.3",
|
|
19
|
+
"@angular/platform-browser": "21.0.0-next.3",
|
|
20
|
+
"@angular/platform-browser-dynamic": "21.0.0-next.3",
|
|
21
|
+
"@angular/router": "21.0.0-next.3",
|
|
22
|
+
"@angular/compiler-cli": "21.0.0-next.3",
|
|
23
|
+
"@angular/elements": "21.0.0-next.3",
|
|
24
|
+
"@angular/language-service": "21.0.0-next.3",
|
|
25
|
+
"@angular/service-worker": "21.0.0-next.3",
|
|
26
|
+
"@angular/cdk": "21.0.0-next.3",
|
|
27
|
+
"@angular/material": "21.0.0-next.3",
|
|
28
|
+
"@angular/material-moment-adapter": "21.0.0-next.3",
|
|
29
|
+
"@angular-devkit/build-angular": "21.0.0-next.3",
|
|
30
|
+
"@angular/cli": "21.0.0-next.3",
|
|
31
|
+
"ng-packagr": "21.0.0-next.0",
|
|
32
|
+
"rxjs": "7.8.2",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
34
|
"zone.js": "0.15.0",
|
|
35
|
-
"typescript": "5.
|
|
36
|
-
"@types/lodash": "
|
|
35
|
+
"typescript": "5.9.2",
|
|
36
|
+
"@types/lodash": "4.17.20",
|
|
37
|
+
"intl": "latest",
|
|
38
|
+
"deepmerge-ts": "latest",
|
|
37
39
|
"@ngx-translate/core": "15.0.0",
|
|
38
40
|
"@ngx-translate/http-loader": "8.0.0",
|
|
39
|
-
"reselect": "
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"@angular-eslint/
|
|
45
|
-
"@angular-eslint/
|
|
46
|
-
"eslint-plugin-
|
|
47
|
-
"eslint
|
|
48
|
-
"@
|
|
49
|
-
"
|
|
50
|
-
"eslint-plugin-
|
|
51
|
-
"@
|
|
41
|
+
"reselect": "5.1.1",
|
|
42
|
+
"ngx-mask": "20.0.3",
|
|
43
|
+
"lodash-es": "4.17.21",
|
|
44
|
+
"localforage": "1.10.0",
|
|
45
|
+
"eslint": "9.34.0",
|
|
46
|
+
"@angular-eslint/builder": "20.2.0",
|
|
47
|
+
"@angular-eslint/eslint-plugin": "20.2.0",
|
|
48
|
+
"@angular-eslint/eslint-plugin-template": "20.2.0",
|
|
49
|
+
"@angular-eslint/schematics": "20.2.0",
|
|
50
|
+
"@angular-eslint/template-parser": "20.2.0",
|
|
51
|
+
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
52
|
+
"eslint-plugin-jsdoc": "54.1.1",
|
|
53
|
+
"@typescript-eslint/parser": "8.41.0",
|
|
54
|
+
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
55
|
+
"eslint-plugin-import": "2.32.0",
|
|
56
|
+
"@webcomponents/custom-elements": "1.6.0",
|
|
52
57
|
"@types/jasmine": "latest",
|
|
53
58
|
"@types/node": "latest",
|
|
59
|
+
"moment": "latest",
|
|
54
60
|
"moment-timezone": "latest",
|
|
55
61
|
"jasmine-core": "latest",
|
|
56
62
|
"karma": "latest",
|
|
@@ -66,15 +72,13 @@
|
|
|
66
72
|
"jasmine-spec-reporter": "7.0.0",
|
|
67
73
|
"@types/jasminewd2": "2.0.13",
|
|
68
74
|
"ts-node": "10.9.2",
|
|
69
|
-
"ngx-infinite-scroll": "
|
|
70
|
-
"cleave.js": "
|
|
71
|
-
"@types/cleave.js": "
|
|
72
|
-
"ngx-mask": "latest",
|
|
75
|
+
"ngx-infinite-scroll": "20.0.0",
|
|
76
|
+
"cleave.js": "1.6.0",
|
|
77
|
+
"@types/cleave.js": "1.4.12",
|
|
73
78
|
"quill": "latest",
|
|
74
79
|
"quill-delta": "latest",
|
|
75
80
|
"@types/quill": "latest",
|
|
76
81
|
"quill-better-table": "latest",
|
|
77
|
-
"intl": "latest",
|
|
78
82
|
"resize-observer-polyfill": "1.5.1",
|
|
79
83
|
"classlist.js": "1.1.20150312",
|
|
80
84
|
"xhr-mock": "latest",
|
|
@@ -86,21 +90,19 @@
|
|
|
86
90
|
"prismjs": "1.30.0",
|
|
87
91
|
"web-animations-js": "latest",
|
|
88
92
|
"event-source-polyfill": "latest",
|
|
89
|
-
"lodash-es": "latest",
|
|
90
|
-
"localforage": "latest",
|
|
91
93
|
"hammerjs": "latest",
|
|
92
94
|
"handlebars": "latest",
|
|
93
95
|
"pikaday": "latest",
|
|
94
96
|
"@types/pikaday": "latest",
|
|
95
97
|
"apexcharts": "latest",
|
|
96
98
|
"@stackblitz/sdk": "latest",
|
|
97
|
-
"@eui/tools": "6.21.
|
|
98
|
-
"@eui/base": "21.0.0-alpha.
|
|
99
|
-
"@eui/core": "21.0.0-alpha.
|
|
100
|
-
"@eui/styles": "21.0.0-alpha.
|
|
101
|
-
"@eui/components": "21.0.0-alpha.
|
|
102
|
-
"@eui/showcase": "21.0.0-alpha.
|
|
103
|
-
"@eui/ecl": "21.0.0-alpha.
|
|
99
|
+
"@eui/tools": "6.21.124",
|
|
100
|
+
"@eui/base": "21.0.0-alpha.20",
|
|
101
|
+
"@eui/core": "21.0.0-alpha.20",
|
|
102
|
+
"@eui/styles": "21.0.0-alpha.20",
|
|
103
|
+
"@eui/components": "21.0.0-alpha.20",
|
|
104
|
+
"@eui/showcase": "21.0.0-alpha.20",
|
|
105
|
+
"@eui/ecl": "21.0.0-alpha.20"
|
|
104
106
|
},
|
|
105
107
|
"tag": "next"
|
|
106
108
|
}
|