@eui/deps-base 17.3.1 → 18.0.0-next.10

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 +41 -57
@@ -1 +1 @@
1
- 17.3.1
1
+ 18.0.0-next.10
package/package.json CHANGED
@@ -1,68 +1,55 @@
1
1
  {
2
2
  "name": "@eui/deps-base",
3
- "version": "17.3.1",
3
+ "version": "18.0.0-next.10",
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": "^18.13.0 || >=20.9.0",
9
+ "node": "^18.19.1 || >=20.11.1",
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.3.0",
15
- "@angular/common": "17.3.0",
16
- "@angular/compiler": "17.3.0",
17
- "@angular/core": "17.3.0",
18
- "@angular/forms": "17.3.0",
19
- "@angular/platform-browser": "17.3.0",
20
- "@angular/platform-browser-dynamic": "17.3.0",
21
- "@angular/router": "17.3.0",
22
- "@angular/compiler-cli": "17.3.0",
23
- "@angular/elements": "17.3.0",
24
- "@angular/language-service": "17.3.0",
25
- "@angular/service-worker": "17.3.0",
26
- "@angular-devkit/build-angular": "17.3.0",
27
- "@angular/cli": "17.3.0",
28
- "ng-packagr": "17.3.0",
29
- "@angular/cdk": "17.3.0",
30
- "@angular/material": "17.3.0",
31
- "@angular/material-moment-adapter": "17.3.0",
32
- "angular-animations": "0.11.0",
14
+ "@angular/animations": "18.0.0-next.2",
15
+ "@angular/common": "18.0.0-next.2",
16
+ "@angular/compiler": "18.0.0-next.2",
17
+ "@angular/core": "18.0.0-next.2",
18
+ "@angular/forms": "18.0.0-next.2",
19
+ "@angular/platform-browser": "18.0.0-next.2",
20
+ "@angular/platform-browser-dynamic": "18.0.0-next.2",
21
+ "@angular/router": "18.0.0-next.2",
22
+ "@angular/compiler-cli": "18.0.0-next.2",
23
+ "@angular/elements": "18.0.0-next.2",
24
+ "@angular/language-service": "18.0.0-next.2",
25
+ "@angular/service-worker": "18.0.0-next.2",
26
+ "@angular/cdk": "18.0.0-next.2",
27
+ "@angular/material": "18.0.0-next.2",
28
+ "@angular/material-moment-adapter": "18.0.0-next.2",
29
+ "@angular-devkit/build-angular": "18.0.0-next.1",
30
+ "@angular/cli": "18.0.0-next.1",
31
+ "ng-packagr": "18.0.0-next.1",
33
32
  "rxjs": "7.8.1",
34
33
  "tslib": "^2.3.0",
35
- "zone.js": "0.14.0",
36
- "typescript": "5.2.2",
34
+ "zone.js": "0.14.4",
35
+ "typescript": "5.4.3",
37
36
  "@types/lodash": "4.14.198",
38
- "@ngrx/effects": "17.1.1",
39
- "@ngrx/router-store": "17.1.1",
40
- "@ngrx/schematics": "17.1.1",
41
37
  "@ngrx/store": "17.1.1",
42
- "@ngrx/store-devtools": "17.1.1",
43
- "@ngrx/entity": "17.1.1",
44
- "@ngrx/component": "17.1.1",
45
- "@ngrx/component-store": "17.1.1",
46
- "@ngrx/signals": "17.1.1",
47
38
  "ngrx-store-freeze": "0.2.4",
48
39
  "reselect": "4.1.8",
49
40
  "@ngx-translate/core": "15.0.0",
50
41
  "@ngx-translate/http-loader": "8.0.0",
51
- "eslint": "8.49.0",
52
- "@angular-eslint/builder": "17.1.0",
53
- "@angular-eslint/eslint-plugin": "17.1.0",
54
- "@angular-eslint/eslint-plugin-template": "17.1.0",
55
- "@angular-eslint/schematics": "17.1.0",
56
- "@angular-eslint/template-parser": "17.1.0",
42
+ "eslint": "8.57.0",
43
+ "@angular-eslint/builder": "17.3.0",
44
+ "@angular-eslint/eslint-plugin": "17.3.0",
45
+ "@angular-eslint/eslint-plugin-template": "17.3.0",
46
+ "@angular-eslint/schematics": "17.3.0",
47
+ "@angular-eslint/template-parser": "17.3.0",
57
48
  "eslint-plugin-prefer-arrow": "1.2.3",
58
49
  "eslint-plugin-jsdoc": "46.8.2",
59
- "@typescript-eslint/parser": "6.10.0",
60
- "@typescript-eslint/eslint-plugin": "6.10.0",
50
+ "@typescript-eslint/parser": "7.5.0",
51
+ "@typescript-eslint/eslint-plugin": "7.5.0",
61
52
  "eslint-plugin-import": "2.29.0",
62
- "prettier": "3.0.3",
63
- "prettier-eslint": "16.1.2",
64
- "eslint-config-prettier": "9.0.0",
65
- "eslint-plugin-prettier": "5.0.1",
66
53
  "@webcomponents/custom-elements": "1.6.0",
67
54
  "@types/jasmine": "5.1.2",
68
55
  "@types/node": "20.9.0",
@@ -80,11 +67,11 @@
80
67
  "jasmine-marbles": "0.9.2",
81
68
  "jasmine-spec-reporter": "7.0.0",
82
69
  "@types/jasminewd2": "2.0.13",
83
- "ts-node": "10.9.1",
70
+ "ts-node": "10.9.2",
84
71
  "ngx-infinite-scroll": "17.0.0",
85
72
  "cleave.js": "1.6.0",
86
- "@types/cleave.js": "1.4.11",
87
- "ngx-mask": "16.4.1",
73
+ "@types/cleave.js": "1.4.12",
74
+ "ngx-mask": "17.0.7",
88
75
  "quill": "2.0.0-dev.4",
89
76
  "@types/quill": "2.0.14",
90
77
  "quill-better-table": "1.2.10",
@@ -96,12 +83,9 @@
96
83
  "@compodoc/compodoc": "1.1.23",
97
84
  "@compodoc/ngd-transformer": "2.1.3",
98
85
  "@babel/plugin-proposal-private-methods": "7.18.6",
99
- "@types/marked": "6.0.0",
100
86
  "marked": "10.0.0",
101
87
  "ngx-markdown": "17.1.1",
102
88
  "prismjs": "1.29.0",
103
- "oidc-client": "1.11.5",
104
- "jsrsasign": "11.1.0",
105
89
  "web-animations-js": "2.3.2",
106
90
  "event-source-polyfill": "1.0.31",
107
91
  "lodash-es": "4.17.21",
@@ -113,13 +97,13 @@
113
97
  "apexcharts": "3.44.0",
114
98
  "@stackblitz/sdk": "1.9.0",
115
99
  "@eui/tools": "6.16.7",
116
- "@eui/base": "17.3.1",
117
- "@eui/core": "17.3.1",
118
- "@eui/styles": "17.3.1",
119
- "@eui/styles-base": "17.3.1",
120
- "@eui/components": "17.3.1",
121
- "@eui/showcase": "17.3.1",
122
- "@eui/ecl": "17.3.1"
100
+ "@eui/base": "18.0.0-next.10",
101
+ "@eui/core": "18.0.0-next.10",
102
+ "@eui/styles": "18.0.0-next.10",
103
+ "@eui/styles-base": "18.0.0-next.10",
104
+ "@eui/components": "18.0.0-next.10",
105
+ "@eui/showcase": "18.0.0-next.10",
106
+ "@eui/ecl": "18.0.0-next.10"
123
107
  },
124
- "tag": "latest"
108
+ "tag": "next"
125
109
  }