@eui/tools 6.3.11 → 6.3.13
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/.version.properties +1 -1
- package/CHANGELOG.md +18 -0
- package/package.json +6 -7
- package/scripts/csdr/config/projects.js +2 -0
- package/scripts/csdr/init/resources/15.x/resolutions.json +0 -8
- package/scripts/csdr/init/resources/15.x/yarn.lock +3690 -4924
- package/scripts/csdr/init/resources/15.x/yarn.lock.temp +15333 -0
- package/scripts/csdr/init/resources/nodejs-10.x/resolutions.json +2 -1
- package/scripts/csdr/metadata/package-history.js +1 -1
package/.version.properties
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
6.3.
|
|
1
|
+
6.3.13
|
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
## 6.3.13 (2023-02-02)
|
|
2
|
+
|
|
3
|
+
##### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* **other:**
|
|
6
|
+
* resolutions for v7 node10 - adapted package history for parent package fetch - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([7c661be6](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/7c661be667eb9e5532e1db9ca9f0e7c0fc3b3091))
|
|
7
|
+
|
|
8
|
+
* * *
|
|
9
|
+
* * *
|
|
10
|
+
## 6.3.12 (2023-02-01)
|
|
11
|
+
|
|
12
|
+
##### Chores
|
|
13
|
+
|
|
14
|
+
* **other:**
|
|
15
|
+
* adapted v15 resolutions - breaking eUI build - EUI-7035 [EUI-7035](https://webgate.ec.europa.eu/CITnet/jira/browse/EUI-7035) ([4074eefa](https://webgate.ec.europa.eu/CITnet/stash/scm/csdr/eui-tools.git/commits/4074eefa6b97219b4a32c2933d7e4572c5edd5b7))
|
|
16
|
+
|
|
17
|
+
* * *
|
|
18
|
+
* * *
|
|
1
19
|
## 6.3.11 (2023-02-01)
|
|
2
20
|
|
|
3
21
|
##### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eui/tools",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.13",
|
|
4
4
|
"tag": "latest",
|
|
5
5
|
"license": "EUPL-1.1",
|
|
6
6
|
"description": "eUI common tools and scripts",
|
|
@@ -33,20 +33,19 @@
|
|
|
33
33
|
"lowdb": "1.0.0",
|
|
34
34
|
"event-stream": "3.3.4",
|
|
35
35
|
"empty-module": "0.0.2",
|
|
36
|
-
"autoprefixer": "
|
|
37
|
-
"sass": "1.
|
|
38
|
-
"postcss": "
|
|
39
|
-
"cssnano": "
|
|
36
|
+
"autoprefixer": "10.4.13",
|
|
37
|
+
"sass": "1.58.0",
|
|
38
|
+
"postcss": "8.4.21",
|
|
39
|
+
"cssnano": "5.1.14",
|
|
40
40
|
"extend": "3.0.2",
|
|
41
41
|
"mocha": "10.2.0",
|
|
42
42
|
"chai": "4.3.7",
|
|
43
43
|
"nyc": "15.1.0",
|
|
44
44
|
"node-fetch": "3.3.0",
|
|
45
45
|
"sendmail": "1.6.1",
|
|
46
|
-
"svg-sprite": "2.0.
|
|
46
|
+
"svg-sprite": "2.0.2",
|
|
47
47
|
"imagemin": "7.0.1",
|
|
48
48
|
"imagemin-svgo": "9.0.0",
|
|
49
|
-
"lunr": "2.3.9",
|
|
50
49
|
"concat": "1.0.3"
|
|
51
50
|
}
|
|
52
51
|
}
|