@eui/deps-base 21.0.0-alpha.22 → 21.0.0-alpha.24
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 +56 -57
package/package.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/deps-base",
|
|
3
|
-
"version": "21.0.0-alpha.
|
|
3
|
+
"version": "21.0.0-alpha.24",
|
|
4
4
|
"description": "eUI base default dependencies",
|
|
5
5
|
"author": "ec.europa.eui@gmail.com",
|
|
6
6
|
"license": "EUPL-1.1",
|
|
7
7
|
"homepage": "https://eui.ecdevops.eu",
|
|
8
8
|
"engines": {
|
|
9
|
-
"node": "^
|
|
9
|
+
"node": "^20.19.0 || ^22.12.0 || >=24.0.0",
|
|
10
10
|
"yarn": ">=1.22.4 <2",
|
|
11
11
|
"npm": "Please use yarn instead of NPM to install dependencies"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@angular/animations": "21.0.0-next.
|
|
15
|
-
"@angular/common": "21.0.0-next.
|
|
16
|
-
"@angular/compiler": "21.0.0-next.
|
|
17
|
-
"@angular/core": "21.0.0-next.
|
|
18
|
-
"@angular/forms": "21.0.0-next.
|
|
19
|
-
"@angular/platform-browser": "21.0.0-next.
|
|
20
|
-
"@angular/platform-browser-dynamic": "21.0.0-next.
|
|
21
|
-
"@angular/router": "21.0.0-next.
|
|
22
|
-
"@angular/compiler-cli": "21.0.0-next.
|
|
23
|
-
"@angular/elements": "21.0.0-next.
|
|
24
|
-
"@angular/language-service": "21.0.0-next.
|
|
25
|
-
"@angular/service-worker": "21.0.0-next.
|
|
26
|
-
"@angular/cdk": "21.0.0-next.
|
|
27
|
-
"@angular/material": "21.0.0-next.
|
|
28
|
-
"@angular/material-moment-adapter": "21.0.0-next.
|
|
29
|
-
"@angular-devkit/build-angular": "21.0.0-next.
|
|
30
|
-
"@angular/cli": "21.0.0-next.
|
|
14
|
+
"@angular/animations": "21.0.0-next.4",
|
|
15
|
+
"@angular/common": "21.0.0-next.4",
|
|
16
|
+
"@angular/compiler": "21.0.0-next.4",
|
|
17
|
+
"@angular/core": "21.0.0-next.4",
|
|
18
|
+
"@angular/forms": "21.0.0-next.4",
|
|
19
|
+
"@angular/platform-browser": "21.0.0-next.4",
|
|
20
|
+
"@angular/platform-browser-dynamic": "21.0.0-next.4",
|
|
21
|
+
"@angular/router": "21.0.0-next.4",
|
|
22
|
+
"@angular/compiler-cli": "21.0.0-next.4",
|
|
23
|
+
"@angular/elements": "21.0.0-next.4",
|
|
24
|
+
"@angular/language-service": "21.0.0-next.4",
|
|
25
|
+
"@angular/service-worker": "21.0.0-next.4",
|
|
26
|
+
"@angular/cdk": "21.0.0-next.4",
|
|
27
|
+
"@angular/material": "21.0.0-next.4",
|
|
28
|
+
"@angular/material-moment-adapter": "21.0.0-next.4",
|
|
29
|
+
"@angular-devkit/build-angular": "21.0.0-next.4",
|
|
30
|
+
"@angular/cli": "21.0.0-next.4",
|
|
31
31
|
"ng-packagr": "21.0.0-next.0",
|
|
32
32
|
"rxjs": "7.8.2",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
|
-
"zone.js": "0.15.
|
|
34
|
+
"zone.js": "0.15.1",
|
|
35
35
|
"typescript": "5.9.2",
|
|
36
36
|
"@types/lodash": "4.17.20",
|
|
37
37
|
"intl": "latest",
|
|
@@ -54,20 +54,20 @@
|
|
|
54
54
|
"@typescript-eslint/eslint-plugin": "8.41.0",
|
|
55
55
|
"eslint-plugin-import": "2.32.0",
|
|
56
56
|
"@webcomponents/custom-elements": "1.6.0",
|
|
57
|
-
"@types/jasmine": "
|
|
58
|
-
"@types/node": "
|
|
59
|
-
"moment": "
|
|
60
|
-
"moment-timezone": "
|
|
61
|
-
"jasmine-core": "
|
|
62
|
-
"karma": "
|
|
63
|
-
"karma-chrome-launcher": "
|
|
64
|
-
"karma-coverage": "
|
|
65
|
-
"karma-jasmine": "
|
|
66
|
-
"karma-jasmine-html-reporter": "
|
|
67
|
-
"karma-cli": "
|
|
68
|
-
"karma-coverage-istanbul-reporter": "
|
|
69
|
-
"karma-sourcemap-loader": "
|
|
70
|
-
"karma-remap-coverage": "
|
|
57
|
+
"@types/jasmine": "5.1.9",
|
|
58
|
+
"@types/node": "24.5.2",
|
|
59
|
+
"moment": "2.30.1",
|
|
60
|
+
"moment-timezone": "0.6.0",
|
|
61
|
+
"jasmine-core": "5.10.0",
|
|
62
|
+
"karma": "6.4.4",
|
|
63
|
+
"karma-chrome-launcher": "3.2.0",
|
|
64
|
+
"karma-coverage": "2.2.1",
|
|
65
|
+
"karma-jasmine": "5.1.0",
|
|
66
|
+
"karma-jasmine-html-reporter": "2.1.0",
|
|
67
|
+
"karma-cli": "2.0.0",
|
|
68
|
+
"karma-coverage-istanbul-reporter": "3.0.3",
|
|
69
|
+
"karma-sourcemap-loader": "0.4.0",
|
|
70
|
+
"karma-remap-coverage": "0.1.5",
|
|
71
71
|
"jasmine-marbles": "0.9.2",
|
|
72
72
|
"jasmine-spec-reporter": "7.0.0",
|
|
73
73
|
"@types/jasminewd2": "2.0.13",
|
|
@@ -75,34 +75,33 @@
|
|
|
75
75
|
"ngx-infinite-scroll": "20.0.0",
|
|
76
76
|
"cleave.js": "1.6.0",
|
|
77
77
|
"@types/cleave.js": "1.4.12",
|
|
78
|
-
"quill": "
|
|
79
|
-
"quill-delta": "
|
|
80
|
-
"@types/quill": "
|
|
81
|
-
"quill-better-table": "
|
|
78
|
+
"quill": "2.0.3",
|
|
79
|
+
"quill-delta": "5.1.0",
|
|
80
|
+
"@types/quill": "2.0.14",
|
|
81
|
+
"quill-better-table": "1.2.10",
|
|
82
82
|
"resize-observer-polyfill": "1.5.1",
|
|
83
83
|
"classlist.js": "1.1.20150312",
|
|
84
|
-
"xhr-mock": "
|
|
85
|
-
"@compodoc/compodoc": "
|
|
86
|
-
"@compodoc/ngd-transformer": "
|
|
87
|
-
"@babel/plugin-proposal-private-methods": "
|
|
84
|
+
"xhr-mock": "2.5.1",
|
|
85
|
+
"@compodoc/compodoc": "1.1.30",
|
|
86
|
+
"@compodoc/ngd-transformer": "2.1.3",
|
|
87
|
+
"@babel/plugin-proposal-private-methods": "7.18.6",
|
|
88
88
|
"marked": "12.0.2",
|
|
89
89
|
"ngx-markdown": "18.0.0",
|
|
90
90
|
"prismjs": "1.30.0",
|
|
91
|
-
"web-animations-js": "
|
|
92
|
-
"event-source-polyfill": "
|
|
93
|
-
"hammerjs": "
|
|
94
|
-
"handlebars": "
|
|
95
|
-
"pikaday": "
|
|
96
|
-
"@types/pikaday": "
|
|
97
|
-
"apexcharts": "
|
|
98
|
-
"@stackblitz/sdk": "
|
|
99
|
-
"@eui/
|
|
100
|
-
"@eui/
|
|
101
|
-
"@eui/
|
|
102
|
-
"@eui/
|
|
103
|
-
"@eui/
|
|
104
|
-
"@eui/
|
|
105
|
-
"@eui/ecl": "21.0.0-alpha.22"
|
|
91
|
+
"web-animations-js": "2.3.2",
|
|
92
|
+
"event-source-polyfill": "1.0.31",
|
|
93
|
+
"hammerjs": "2.0.8",
|
|
94
|
+
"handlebars": "4.7.8",
|
|
95
|
+
"pikaday": "1.8.2",
|
|
96
|
+
"@types/pikaday": "1.7.9",
|
|
97
|
+
"apexcharts": "5.3.5",
|
|
98
|
+
"@stackblitz/sdk": "1.11.0",
|
|
99
|
+
"@eui/base": "21.0.0-alpha.24",
|
|
100
|
+
"@eui/core": "21.0.0-alpha.24",
|
|
101
|
+
"@eui/styles": "21.0.0-alpha.24",
|
|
102
|
+
"@eui/components": "21.0.0-alpha.24",
|
|
103
|
+
"@eui/showcase": "21.0.0-alpha.24",
|
|
104
|
+
"@eui/ecl": "21.0.0-alpha.24"
|
|
106
105
|
},
|
|
107
106
|
"tag": "next"
|
|
108
107
|
}
|