@eui/deps-base 19.3.3-snapshot-1754667754469 → 21.0.0-alpha.1
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 +79 -80
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/deps-base",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "21.0.0-alpha.1",
|
|
4
4
|
"description": "eUI base default dependencies",
|
|
5
5
|
"author": "ec.europa.eui@gmail.com",
|
|
6
6
|
"license": "EUPL-1.1",
|
|
@@ -11,97 +11,96 @@
|
|
|
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": "7.
|
|
14
|
+
"@angular/animations": "latest",
|
|
15
|
+
"@angular/common": "latest",
|
|
16
|
+
"@angular/compiler": "latest",
|
|
17
|
+
"@angular/core": "latest",
|
|
18
|
+
"@angular/forms": "latest",
|
|
19
|
+
"@angular/platform-browser": "latest",
|
|
20
|
+
"@angular/platform-browser-dynamic": "latest",
|
|
21
|
+
"@angular/router": "latest",
|
|
22
|
+
"@angular/compiler-cli": "latest",
|
|
23
|
+
"@angular/elements": "latest",
|
|
24
|
+
"@angular/language-service": "latest",
|
|
25
|
+
"@angular/service-worker": "latest",
|
|
26
|
+
"@angular/cdk": "latest",
|
|
27
|
+
"@angular/material": "latest",
|
|
28
|
+
"@angular/material-moment-adapter": "latest",
|
|
29
|
+
"@angular-devkit/build-angular": "latest",
|
|
30
|
+
"@angular/cli": "latest",
|
|
31
|
+
"ng-packagr": "latest",
|
|
32
|
+
"rxjs": "^7.0.0",
|
|
33
33
|
"tslib": "^2.3.0",
|
|
34
34
|
"zone.js": "0.15.0",
|
|
35
|
-
"typescript": "5.
|
|
36
|
-
"@types/lodash": "
|
|
35
|
+
"typescript": "5.8.3",
|
|
36
|
+
"@types/lodash": "latest",
|
|
37
37
|
"@ngx-translate/core": "15.0.0",
|
|
38
38
|
"@ngx-translate/http-loader": "8.0.0",
|
|
39
|
-
"reselect": "
|
|
40
|
-
"eslint": "
|
|
41
|
-
"@angular-eslint/builder": "
|
|
42
|
-
"@angular-eslint/eslint-plugin": "
|
|
43
|
-
"@angular-eslint/eslint-plugin-template": "
|
|
44
|
-
"@angular-eslint/schematics": "
|
|
45
|
-
"@angular-eslint/template-parser": "
|
|
46
|
-
"eslint-plugin-prefer-arrow": "
|
|
47
|
-
"eslint-plugin-jsdoc": "
|
|
48
|
-
"@typescript-eslint/parser": "
|
|
49
|
-
"@typescript-eslint/eslint-plugin": "
|
|
50
|
-
"eslint-plugin-import": "
|
|
51
|
-
"@webcomponents/custom-elements": "
|
|
52
|
-
"@types/jasmine": "
|
|
53
|
-
"@types/node": "
|
|
54
|
-
"moment-timezone": "
|
|
55
|
-
"jasmine-core": "
|
|
56
|
-
"karma": "
|
|
57
|
-
"karma-chrome-launcher": "
|
|
58
|
-
"karma-coverage": "
|
|
59
|
-
"karma-jasmine": "
|
|
60
|
-
"karma-jasmine-html-reporter": "
|
|
61
|
-
"karma-cli": "
|
|
62
|
-
"karma-coverage-istanbul-reporter": "
|
|
63
|
-
"karma-sourcemap-loader": "
|
|
64
|
-
"karma-remap-coverage": "
|
|
39
|
+
"reselect": "latest",
|
|
40
|
+
"eslint": "latest",
|
|
41
|
+
"@angular-eslint/builder": "latest",
|
|
42
|
+
"@angular-eslint/eslint-plugin": "latest",
|
|
43
|
+
"@angular-eslint/eslint-plugin-template": "latest",
|
|
44
|
+
"@angular-eslint/schematics": "latest",
|
|
45
|
+
"@angular-eslint/template-parser": "latest",
|
|
46
|
+
"eslint-plugin-prefer-arrow": "latest",
|
|
47
|
+
"eslint-plugin-jsdoc": "latest",
|
|
48
|
+
"@typescript-eslint/parser": "latest",
|
|
49
|
+
"@typescript-eslint/eslint-plugin": "latest",
|
|
50
|
+
"eslint-plugin-import": "latest",
|
|
51
|
+
"@webcomponents/custom-elements": "latest",
|
|
52
|
+
"@types/jasmine": "latest",
|
|
53
|
+
"@types/node": "latest",
|
|
54
|
+
"moment-timezone": "latest",
|
|
55
|
+
"jasmine-core": "latest",
|
|
56
|
+
"karma": "latest",
|
|
57
|
+
"karma-chrome-launcher": "latest",
|
|
58
|
+
"karma-coverage": "latest",
|
|
59
|
+
"karma-jasmine": "latest",
|
|
60
|
+
"karma-jasmine-html-reporter": "latest",
|
|
61
|
+
"karma-cli": "latest",
|
|
62
|
+
"karma-coverage-istanbul-reporter": "latest",
|
|
63
|
+
"karma-sourcemap-loader": "latest",
|
|
64
|
+
"karma-remap-coverage": "latest",
|
|
65
65
|
"jasmine-marbles": "0.9.2",
|
|
66
66
|
"jasmine-spec-reporter": "7.0.0",
|
|
67
67
|
"@types/jasminewd2": "2.0.13",
|
|
68
68
|
"ts-node": "10.9.2",
|
|
69
|
-
"ngx-infinite-scroll": "
|
|
70
|
-
"cleave.js": "
|
|
71
|
-
"@types/cleave.js": "
|
|
72
|
-
"ngx-mask": "
|
|
73
|
-
"quill": "
|
|
74
|
-
"quill-delta": "
|
|
75
|
-
"@types/quill": "
|
|
76
|
-
"quill-better-table": "
|
|
77
|
-
"intl": "
|
|
69
|
+
"ngx-infinite-scroll": "latest",
|
|
70
|
+
"cleave.js": "latest",
|
|
71
|
+
"@types/cleave.js": "latest",
|
|
72
|
+
"ngx-mask": "latest",
|
|
73
|
+
"quill": "latest",
|
|
74
|
+
"quill-delta": "latest",
|
|
75
|
+
"@types/quill": "latest",
|
|
76
|
+
"quill-better-table": "latest",
|
|
77
|
+
"intl": "latest",
|
|
78
78
|
"resize-observer-polyfill": "1.5.1",
|
|
79
79
|
"classlist.js": "1.1.20150312",
|
|
80
|
-
"xhr-mock": "
|
|
81
|
-
"@compodoc/compodoc": "
|
|
82
|
-
"@compodoc/ngd-transformer": "
|
|
83
|
-
"@babel/plugin-proposal-private-methods": "
|
|
80
|
+
"xhr-mock": "latest",
|
|
81
|
+
"@compodoc/compodoc": "latest",
|
|
82
|
+
"@compodoc/ngd-transformer": "latest",
|
|
83
|
+
"@babel/plugin-proposal-private-methods": "latest",
|
|
84
84
|
"marked": "12.0.2",
|
|
85
85
|
"ngx-markdown": "18.0.0",
|
|
86
86
|
"prismjs": "1.30.0",
|
|
87
|
-
"web-animations-js": "
|
|
88
|
-
"event-source-polyfill": "
|
|
89
|
-
"lodash-es": "
|
|
90
|
-
"localforage": "
|
|
91
|
-
"hammerjs": "
|
|
92
|
-
"handlebars": "
|
|
93
|
-
"pikaday": "
|
|
94
|
-
"@types/pikaday": "
|
|
95
|
-
"apexcharts": "
|
|
96
|
-
"@stackblitz/sdk": "
|
|
97
|
-
"@eui/
|
|
98
|
-
"@eui/
|
|
99
|
-
"@eui/
|
|
100
|
-
"@eui/
|
|
101
|
-
"@eui/
|
|
102
|
-
"@eui/
|
|
103
|
-
"@eui/
|
|
87
|
+
"web-animations-js": "latest",
|
|
88
|
+
"event-source-polyfill": "latest",
|
|
89
|
+
"lodash-es": "latest",
|
|
90
|
+
"localforage": "latest",
|
|
91
|
+
"hammerjs": "latest",
|
|
92
|
+
"handlebars": "latest",
|
|
93
|
+
"pikaday": "latest",
|
|
94
|
+
"@types/pikaday": "latest",
|
|
95
|
+
"apexcharts": "latest",
|
|
96
|
+
"@stackblitz/sdk": "latest",
|
|
97
|
+
"@eui/tools": "6.21.106",
|
|
98
|
+
"@eui/base": "21.0.0-alpha.1",
|
|
99
|
+
"@eui/core": "21.0.0-alpha.1",
|
|
100
|
+
"@eui/styles": "21.0.0-alpha.1",
|
|
101
|
+
"@eui/components": "21.0.0-alpha.1",
|
|
102
|
+
"@eui/showcase": "21.0.0-alpha.1",
|
|
103
|
+
"@eui/ecl": "21.0.0-alpha.1"
|
|
104
104
|
},
|
|
105
|
-
"tag": "
|
|
106
|
-
"resolutions": {}
|
|
105
|
+
"tag": "next"
|
|
107
106
|
}
|