@eui/deps-base 21.0.0-alpha.25 → 21.0.0-alpha.26
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 +23 -37
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.26",
|
|
4
4
|
"description": "eUI base default dependencies",
|
|
5
5
|
"author": "ec.europa.eui@gmail.com",
|
|
6
6
|
"license": "EUPL-1.1",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
"@angular/cli": "21.0.0-next.4",
|
|
31
31
|
"ng-packagr": "21.0.0-next.0",
|
|
32
32
|
"rxjs": "7.8.2",
|
|
33
|
-
"tslib": "
|
|
33
|
+
"tslib": "2.8.1",
|
|
34
34
|
"zone.js": "0.15.1",
|
|
35
35
|
"typescript": "5.9.2",
|
|
36
36
|
"@types/lodash": "4.17.20",
|
|
37
|
-
"intl": "
|
|
38
|
-
"deepmerge-ts": "
|
|
37
|
+
"intl": "1.2.5",
|
|
38
|
+
"deepmerge-ts": "7.1.5",
|
|
39
39
|
"@ngx-translate/core": "15.0.0",
|
|
40
40
|
"@ngx-translate/http-loader": "8.0.0",
|
|
41
41
|
"reselect": "5.1.1",
|
|
@@ -54,25 +54,22 @@
|
|
|
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
|
-
"@
|
|
57
|
+
"@analogjs/vitest-angular": "1.21.1",
|
|
58
|
+
"@analogjs/vite-plugin-angular": "1.21.1",
|
|
59
|
+
"vitest": "3.2.4",
|
|
60
|
+
"@vitest/ui": "3.2.4",
|
|
61
|
+
"@vitest/coverage-v8": "3.2.4",
|
|
62
|
+
"@vitest/coverage-istanbul": "3.2.4",
|
|
63
|
+
"jsdom": "27.0.0",
|
|
64
|
+
"marked": "12.0.2",
|
|
65
|
+
"ngx-markdown": "18.0.0",
|
|
66
|
+
"prismjs": "1.30.0",
|
|
67
|
+
"hammerjs": "2.0.8",
|
|
68
|
+
"pikaday": "1.8.2",
|
|
58
69
|
"@types/node": "24.5.2",
|
|
59
70
|
"moment": "2.30.1",
|
|
60
71
|
"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
|
-
"jasmine-marbles": "0.9.2",
|
|
72
|
-
"jasmine-spec-reporter": "7.0.0",
|
|
73
|
-
"@types/jasminewd2": "2.0.13",
|
|
74
72
|
"ts-node": "10.9.2",
|
|
75
|
-
"ngx-infinite-scroll": "20.0.0",
|
|
76
73
|
"cleave.js": "1.6.0",
|
|
77
74
|
"@types/cleave.js": "1.4.12",
|
|
78
75
|
"quill": "2.0.3",
|
|
@@ -82,27 +79,16 @@
|
|
|
82
79
|
"resize-observer-polyfill": "1.5.1",
|
|
83
80
|
"classlist.js": "1.1.20150312",
|
|
84
81
|
"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
|
-
"marked": "12.0.2",
|
|
89
|
-
"ngx-markdown": "18.0.0",
|
|
90
|
-
"prismjs": "1.30.0",
|
|
91
|
-
"web-animations-js": "2.3.2",
|
|
92
82
|
"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
83
|
"apexcharts": "5.3.5",
|
|
98
84
|
"@stackblitz/sdk": "1.11.0",
|
|
99
|
-
"@eui/base": "21.0.0-alpha.
|
|
100
|
-
"@eui/core": "21.0.0-alpha.
|
|
101
|
-
"@eui/styles": "21.0.0-alpha.
|
|
102
|
-
"@eui/components": "21.0.0-alpha.
|
|
103
|
-
"@eui/showcase": "21.0.0-alpha.
|
|
104
|
-
"@eui/ecl": "21.0.0-alpha.
|
|
105
|
-
"@eui/cli": "21.0.0-alpha.
|
|
85
|
+
"@eui/base": "21.0.0-alpha.26",
|
|
86
|
+
"@eui/core": "21.0.0-alpha.26",
|
|
87
|
+
"@eui/styles": "21.0.0-alpha.26",
|
|
88
|
+
"@eui/components": "21.0.0-alpha.26",
|
|
89
|
+
"@eui/showcase": "21.0.0-alpha.26",
|
|
90
|
+
"@eui/ecl": "21.0.0-alpha.26",
|
|
91
|
+
"@eui/cli": "21.0.0-alpha.26"
|
|
106
92
|
},
|
|
107
93
|
"tag": "next"
|
|
108
94
|
}
|