@eui/deps-base-next 19.2.4 → 19.2.5-snapshot-1748673884997

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 +26 -26
@@ -1 +1 @@
1
- 19.2.4
1
+ 19.2.5-snapshot-1748673884997
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eui/deps-base-next",
3
- "version": "19.2.4",
3
+ "version": "19.2.5-snapshot-1748673884997",
4
4
  "description": "eUI base default dependencies",
5
5
  "author": "ec.europa.eui@gmail.com",
6
6
  "license": "EUPL-1.1",
@@ -11,24 +11,24 @@
11
11
  "npm": "Please use yarn instead of NPM to install dependencies"
12
12
  },
13
13
  "dependencies": {
14
- "@angular/animations": "20.0.0-rc.2",
15
- "@angular/common": "20.0.0-rc.2",
16
- "@angular/compiler": "20.0.0-rc.2",
17
- "@angular/core": "20.0.0-rc.2",
18
- "@angular/forms": "20.0.0-rc.2",
19
- "@angular/platform-browser": "20.0.0-rc.2",
20
- "@angular/platform-browser-dynamic": "20.0.0-rc.2",
21
- "@angular/router": "20.0.0-rc.2",
22
- "@angular/compiler-cli": "20.0.0-rc.2",
23
- "@angular/elements": "20.0.0-rc.2",
24
- "@angular/language-service": "20.0.0-rc.2",
25
- "@angular/service-worker": "20.0.0-rc.2",
26
- "@angular/cdk": "20.0.0-rc.2",
27
- "@angular/material": "20.0.0-rc.2",
28
- "@angular/material-moment-adapter": "20.0.0-rc.2",
29
- "@angular-devkit/build-angular": "20.0.0-rc.3",
30
- "@angular/cli": "20.0.0-rc.3",
31
- "ng-packagr": "20.0.0-rc.1",
14
+ "@angular/animations": "20.0.0",
15
+ "@angular/common": "20.0.0",
16
+ "@angular/compiler": "20.0.0",
17
+ "@angular/core": "20.0.0",
18
+ "@angular/forms": "20.0.0",
19
+ "@angular/platform-browser": "20.0.0",
20
+ "@angular/platform-browser-dynamic": "20.0.0",
21
+ "@angular/router": "20.0.0",
22
+ "@angular/compiler-cli": "20.0.0",
23
+ "@angular/elements": "20.0.0",
24
+ "@angular/language-service": "20.0.0",
25
+ "@angular/service-worker": "20.0.0",
26
+ "@angular/cdk": "20.0.0",
27
+ "@angular/material": "20.0.0",
28
+ "@angular/material-moment-adapter": "20.0.0",
29
+ "@angular-devkit/build-angular": "20.0.0",
30
+ "@angular/cli": "20.0.0",
31
+ "ng-packagr": "20.0.0",
32
32
  "rxjs": "7.8.2",
33
33
  "tslib": "^2.3.0",
34
34
  "zone.js": "0.15.0",
@@ -94,13 +94,13 @@
94
94
  "@types/pikaday": "1.7.9",
95
95
  "apexcharts": "4.1.0",
96
96
  "@stackblitz/sdk": "1.11.0",
97
- "@eui/base": "19.2.4",
98
- "@eui/core": "19.2.4",
99
- "@eui/styles": "19.2.4",
100
- "@eui/components": "19.2.4",
101
- "@eui/showcase": "19.2.4",
102
- "@eui/ecl": "19.2.4",
97
+ "@eui/base": "19.2.5-snapshot-1748673884997",
98
+ "@eui/core": "19.2.5-snapshot-1748673884997",
99
+ "@eui/styles": "19.2.5-snapshot-1748673884997",
100
+ "@eui/components": "19.2.5-snapshot-1748673884997",
101
+ "@eui/showcase": "19.2.5-snapshot-1748673884997",
102
+ "@eui/ecl": "19.2.5-snapshot-1748673884997",
103
103
  "@eui/tools": "6.21.82"
104
104
  },
105
- "tag": "latest"
105
+ "tag": "snapshot"
106
106
  }