@eui/deps-base 21.0.0-alpha.1 → 21.0.0-alpha.11

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.
Files changed (1) hide show
  1. package/package.json +50 -48
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/deps-base",
3
- "version": "21.0.0-alpha.1",
3
+ "version": "21.0.0-alpha.11",
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": "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",
14
+ "@angular/animations": "21.0.0-next.1",
15
+ "@angular/common": "21.0.0-next.1",
16
+ "@angular/compiler": "21.0.0-next.1",
17
+ "@angular/core": "21.0.0-next.1",
18
+ "@angular/forms": "21.0.0-next.1",
19
+ "@angular/platform-browser": "21.0.0-next.1",
20
+ "@angular/platform-browser-dynamic": "21.0.0-next.1",
21
+ "@angular/router": "21.0.0-next.1",
22
+ "@angular/compiler-cli": "21.0.0-next.1",
23
+ "@angular/elements": "21.0.0-next.1",
24
+ "@angular/language-service": "21.0.0-next.1",
25
+ "@angular/service-worker": "21.0.0-next.1",
26
+ "@angular/cdk": "21.0.0-next.1",
27
+ "@angular/material": "21.0.0-next.1",
28
+ "@angular/material-moment-adapter": "21.0.0-next.1",
29
+ "@angular-devkit/build-angular": "21.0.0-next.1",
30
+ "@angular/cli": "21.0.0-next.1",
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
35
  "typescript": "5.8.3",
36
- "@types/lodash": "latest",
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": "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",
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": "latest",
70
- "cleave.js": "latest",
71
- "@types/cleave.js": "latest",
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.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"
99
+ "@eui/tools": "6.21.113",
100
+ "@eui/base": "21.0.0-alpha.11",
101
+ "@eui/core": "21.0.0-alpha.11",
102
+ "@eui/styles": "21.0.0-alpha.11",
103
+ "@eui/components": "21.0.0-alpha.11",
104
+ "@eui/showcase": "21.0.0-alpha.11",
105
+ "@eui/ecl": "21.0.0-alpha.11"
104
106
  },
105
107
  "tag": "next"
106
108
  }