@eui/deps-base 17.0.0-next.2 → 17.0.0-next.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.
Files changed (2) hide show
  1. package/.version.properties +1 -1
  2. package/package.json +73 -66
@@ -1 +1 @@
1
- 17.0.0-next.2
1
+ 17.0.0-next.20
package/package.json CHANGED
@@ -1,53 +1,70 @@
1
1
  {
2
2
  "name": "@eui/deps-base",
3
- "version": "17.0.0-next.2",
3
+ "version": "17.0.0-next.20",
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": "^16.13.0 || >=18.10.0",
9
+ "node": "^18.13.0 || >=20.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": "17.0.0-next.3",
15
- "@angular/common": "17.0.0-next.3",
16
- "@angular/compiler": "17.0.0-next.3",
17
- "@angular/core": "17.0.0-next.3",
18
- "@angular/forms": "17.0.0-next.3",
19
- "@angular/platform-browser": "17.0.0-next.3",
20
- "@angular/platform-browser-dynamic": "17.0.0-next.3",
21
- "@angular/router": "17.0.0-next.3",
22
- "@angular/compiler-cli": "17.0.0-next.3",
23
- "@angular/elements": "17.0.0-next.3",
24
- "@angular/language-service": "17.0.0-next.3",
25
- "@angular/service-worker": "17.0.0-next.3",
26
- "@angular-devkit/build-angular": "17.0.0-next.3",
27
- "@angular/cli": "17.0.0-next.3",
28
- "ng-packagr": "17.0.0-next.1",
29
- "@angular/cdk": "17.0.0-next.2",
30
- "@angular/material": "17.0.0-next.2",
31
- "@angular/material-moment-adapter": "17.0.0-next.2",
14
+ "@angular/animations": "17.0.0-rc.1",
15
+ "@angular/common": "17.0.0-rc.1",
16
+ "@angular/compiler": "17.0.0-rc.1",
17
+ "@angular/core": "17.0.0-rc.1",
18
+ "@angular/forms": "17.0.0-rc.1",
19
+ "@angular/platform-browser": "17.0.0-rc.1",
20
+ "@angular/platform-browser-dynamic": "17.0.0-rc.1",
21
+ "@angular/router": "17.0.0-rc.1",
22
+ "@angular/compiler-cli": "17.0.0-rc.1",
23
+ "@angular/elements": "17.0.0-rc.1",
24
+ "@angular/language-service": "17.0.0-rc.1",
25
+ "@angular/service-worker": "17.0.0-rc.1",
26
+ "@angular-devkit/build-angular": "17.0.0-rc.1",
27
+ "@angular/cli": "17.0.0-rc.1",
28
+ "ng-packagr": "17.0.0-rc.0",
29
+ "@angular/cdk": "17.0.0-rc.1",
30
+ "@angular/material": "17.0.0-rc.1",
31
+ "@angular/material-moment-adapter": "17.0.0-rc.1",
32
32
  "angular-animations": "0.11.0",
33
- "@angular-eslint/builder": "16.1.2",
34
- "@angular-eslint/eslint-plugin": "16.1.2",
35
- "@angular-eslint/eslint-plugin-template": "16.1.2",
36
- "@angular-eslint/schematics": "16.1.2",
37
- "@angular-eslint/template-parser": "16.1.2",
38
- "eslint-plugin-prefer-arrow": "1.2.3",
39
- "eslint-plugin-jsdoc": "46.5.1",
40
- "@typescript-eslint/parser": "6.6.0",
41
- "@typescript-eslint/eslint-plugin": "6.6.0",
42
- "eslint-plugin-import": "2.28.1",
43
- "@webcomponents/custom-elements": "1.6.0",
44
- "eslint": "8.48.0",
45
33
  "rxjs": "7.8.1",
46
34
  "tslib": "^2.3.0",
47
- "zone.js": "0.13.1",
35
+ "zone.js": "0.14.0",
48
36
  "typescript": "5.2.2",
49
- "@types/jasmine": "4.3.5",
50
- "@types/node": "18.16.3",
37
+ "@types/lodash": "4.14.198",
38
+ "@ngrx/effects": "16.3.0",
39
+ "@ngrx/router-store": "16.3.0",
40
+ "@ngrx/schematics": "16.3.0",
41
+ "@ngrx/store": "16.3.0",
42
+ "@ngrx/store-devtools": "16.3.0",
43
+ "@ngrx/entity": "16.3.0",
44
+ "@ngrx/component": "16.3.0",
45
+ "@ngrx/component-store": "16.3.0",
46
+ "ngrx-store-freeze": "0.2.4",
47
+ "reselect": "4.1.8",
48
+ "@ngx-translate/core": "15.0.0",
49
+ "@ngx-translate/http-loader": "8.0.0",
50
+ "eslint": "8.49.0",
51
+ "@angular-eslint/builder": "16.2.0",
52
+ "@angular-eslint/eslint-plugin": "16.2.0",
53
+ "@angular-eslint/eslint-plugin-template": "16.2.0",
54
+ "@angular-eslint/schematics": "16.2.0",
55
+ "@angular-eslint/template-parser": "16.2.0",
56
+ "eslint-plugin-prefer-arrow": "1.2.3",
57
+ "eslint-plugin-jsdoc": "46.8.1",
58
+ "@typescript-eslint/parser": "6.7.2",
59
+ "@typescript-eslint/eslint-plugin": "6.7.2",
60
+ "eslint-plugin-import": "2.28.1",
61
+ "prettier": "3.0.3",
62
+ "prettier-eslint": "15.0.1",
63
+ "eslint-config-prettier": "9.0.0",
64
+ "eslint-plugin-prettier": "5.0.0",
65
+ "@webcomponents/custom-elements": "1.6.0",
66
+ "@types/jasmine": "4.3.6",
67
+ "@types/node": "20.6.3",
51
68
  "moment-timezone": "0.5.43",
52
69
  "jasmine-core": "5.1.1",
53
70
  "karma": "6.4.2",
@@ -61,25 +78,12 @@
61
78
  "karma-remap-coverage": "0.1.5",
62
79
  "jasmine-marbles": "0.9.2",
63
80
  "jasmine-spec-reporter": "7.0.0",
64
- "ts-node": "10.9.1",
65
81
  "@types/jasminewd2": "2.0.10",
66
- "@types/lodash": "4.14.198",
67
- "@ngrx/effects": "16.2.0",
68
- "@ngrx/router-store": "16.2.0",
69
- "@ngrx/schematics": "16.2.0",
70
- "@ngrx/store": "16.2.0",
71
- "@ngrx/store-devtools": "16.2.0",
72
- "@ngrx/entity": "16.2.0",
73
- "@ngrx/component": "16.2.0",
74
- "@ngrx/component-store": "16.2.0",
75
- "ngrx-store-freeze": "0.2.4",
76
- "reselect": "4.1.8",
77
- "@ngx-translate/core": "15.0.0",
78
- "@ngx-translate/http-loader": "8.0.0",
82
+ "ts-node": "10.9.1",
79
83
  "ngx-infinite-scroll": "16.0.0",
80
84
  "cleave.js": "1.6.0",
81
85
  "@types/cleave.js": "1.4.8",
82
- "ngx-mask": "14.2.4",
86
+ "ngx-mask": "16.3.7",
83
87
  "quill": "2.0.0-dev.4",
84
88
  "@types/quill": "2.0.11",
85
89
  "quill-better-table": "1.2.10",
@@ -88,8 +92,9 @@
88
92
  "classlist.js": "1.1.20150312",
89
93
  "xhr-mock": "2.5.1",
90
94
  "ngx-device-detector": "3.0.0",
91
- "@compodoc/compodoc": "1.1.21",
95
+ "@compodoc/compodoc": "1.1.22",
92
96
  "@compodoc/ngd-transformer": "2.1.3",
97
+ "@babel/plugin-proposal-private-methods": "7.18.6",
93
98
  "@types/marked": "4.3.0",
94
99
  "marked": "4.3.0",
95
100
  "prismjs": "1.29.0",
@@ -100,23 +105,25 @@
100
105
  "lodash-es": "4.17.21",
101
106
  "localforage": "1.10.0",
102
107
  "hammerjs": "2.0.8",
103
- "handlebars": "4.7.7",
108
+ "handlebars": "4.7.8",
104
109
  "pikaday": "1.8.2",
105
- "apexcharts": "3.41.0",
110
+ "@types/pikaday": "1.7.8",
111
+ "apexcharts": "3.42.0",
106
112
  "@stackblitz/sdk": "1.9.0",
107
- "prettier": "2.8.8",
108
- "prettier-eslint": "15.0.1",
109
- "eslint-config-prettier": "8.8.0",
110
- "eslint-plugin-prettier": "4.2.1",
111
- "@eui/tools": "6.12.50",
112
- "@eui/base": "17.0.0-next.2",
113
- "@eui/core": "17.0.0-next.2",
114
- "@eui/styles": "17.0.0-next.2",
115
- "@eui/styles-base": "17.0.0-next.2",
116
- "@eui/components": "17.0.0-next.2",
117
- "@eui/showcase": "17.0.0-next.2",
118
- "@eui/deprecated": "17.0.0-next.2",
119
- "@eui/ecl": "17.0.0-next.2"
113
+ "@ecl/theme-eu": "3.9.0",
114
+ "@ecl/preset-dev": "3.9.0",
115
+ "@ecl/preset-eu": "3.9.0",
116
+ "@ecl/resources-eu-icons": "3.9.0",
117
+ "@ecl/ecl-webcomponents-angular": "0.11.0",
118
+ "@ecl/ecl-webcomponents": "0.11.0",
119
+ "@eui/tools": "6.13.6",
120
+ "@eui/base": "17.0.0-next.20",
121
+ "@eui/core": "17.0.0-next.20",
122
+ "@eui/styles": "17.0.0-next.20",
123
+ "@eui/styles-base": "17.0.0-next.20",
124
+ "@eui/components": "17.0.0-next.20",
125
+ "@eui/showcase": "17.0.0-next.20",
126
+ "@eui/ecl": "17.0.0-next.20"
120
127
  },
121
128
  "tag": "next"
122
129
  }