@empathyco/x-components 6.0.0-alpha.182 → 6.0.0-alpha.183
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/CHANGELOG.md +8 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## 6.0.0-alpha.183 (2025-12-08)
|
|
7
|
+
|
|
8
|
+
* chore(deps): update cypress-related dependencies (#1941) ([3c751ef](https://github.com/empathyco/x/commit/3c751ef)), closes [#1941](https://github.com/empathyco/x/issues/1941)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## 6.0.0-alpha.182 (2025-11-26)
|
|
7
15
|
|
|
8
16
|
* chore(deps): upgrade cypress version to 14.5.4 (#1933) ([83b93e8](https://github.com/empathyco/x/commit/83b93e8)), closes [#1933](https://github.com/empathyco/x/issues/1933)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@empathyco/x-components",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.183",
|
|
4
4
|
"description": "Empathy X Components",
|
|
5
5
|
"author": "Empathy Systems Corporation S.L.",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -96,8 +96,8 @@
|
|
|
96
96
|
},
|
|
97
97
|
"devDependencies": {
|
|
98
98
|
"@babel/preset-env": "7.28.0",
|
|
99
|
-
"@badeball/cypress-cucumber-preprocessor": "23.2.
|
|
100
|
-
"@bahmutov/cypress-esbuild-preprocessor": "2.2.
|
|
99
|
+
"@badeball/cypress-cucumber-preprocessor": "23.2.1",
|
|
100
|
+
"@bahmutov/cypress-esbuild-preprocessor": "2.2.8",
|
|
101
101
|
"@cucumber/messages": "30.1.0",
|
|
102
102
|
"@empathyco/x-tailwindcss": "2.0.0-alpha.17",
|
|
103
103
|
"@microsoft/api-documenter": "7.23.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"rollup-plugin-typescript2": "0.36.0",
|
|
128
128
|
"rollup-plugin-vue": "6.0.0",
|
|
129
129
|
"sass": "1.70.0",
|
|
130
|
-
"start-server-and-test": "2.
|
|
130
|
+
"start-server-and-test": "2.1.3",
|
|
131
131
|
"tailwindcss": "3.4.0",
|
|
132
132
|
"ts-jest": "29.4.0",
|
|
133
133
|
"ts-node": "10.9.2",
|
|
@@ -143,5 +143,5 @@
|
|
|
143
143
|
"access": "public",
|
|
144
144
|
"directory": "dist"
|
|
145
145
|
},
|
|
146
|
-
"gitHead": "
|
|
146
|
+
"gitHead": "f08308174785251500971cce7fca7efc07f9449f"
|
|
147
147
|
}
|