@db-ux/react-core-components 4.10.1 → 4.10.2
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 +4 -0
- package/README.md +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -253,7 +253,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
|
|
|
253
253
|
## Code of conduct
|
|
254
254
|
|
|
255
255
|
We as members, contributors, and leaders pledge to make participation in our
|
|
256
|
-
community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/
|
|
256
|
+
community a harassment-free experience for everyone – have a look at our [Contributor Covenant Code of Conduct](https://github.com/db-ux-design-system/.github/blob/main/CODE-OF-CONDUCT.md).
|
|
257
257
|
|
|
258
258
|
## License
|
|
259
259
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@db-ux/react-core-components",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "React components for @db-ux/core-components",
|
|
6
6
|
"repository": {
|
|
@@ -17,20 +17,20 @@
|
|
|
17
17
|
"dist/"
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@db-ux/core-components": "4.10.
|
|
21
|
-
"@db-ux/core-foundations": "4.10.
|
|
20
|
+
"@db-ux/core-components": "4.10.2",
|
|
21
|
+
"@db-ux/core-foundations": "4.10.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@playwright/experimental-ct-react": "1.60.0",
|
|
25
|
-
"@types/react": "19.2.
|
|
26
|
-
"@vitejs/plugin-react": "
|
|
25
|
+
"@types/react": "19.2.16",
|
|
26
|
+
"@vitejs/plugin-react": "6.0.2",
|
|
27
27
|
"cpr": "3.0.1",
|
|
28
28
|
"npm-run-all2": "9.0.1",
|
|
29
29
|
"playwright": "1.60.0",
|
|
30
|
-
"react": "19.2.
|
|
31
|
-
"react-dom": "19.2.
|
|
30
|
+
"react": "19.2.7",
|
|
31
|
+
"react-dom": "19.2.7",
|
|
32
32
|
"typescript": "5.9.3",
|
|
33
|
-
"vite": "8.0.
|
|
33
|
+
"vite": "8.0.16"
|
|
34
34
|
},
|
|
35
35
|
"publishConfig": {
|
|
36
36
|
"registry": "https://registry.npmjs.org/",
|