@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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @db-ux/react-core-components
2
2
 
3
+ ## 4.10.2
4
+
5
+ _version bump_
6
+
3
7
  ## 4.10.1
4
8
 
5
9
  ### Patch Changes
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/core-web/blob/main/CODE-OF-CONDUCT.md).
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.1",
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.1",
21
- "@db-ux/core-foundations": "4.10.1"
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.15",
26
- "@vitejs/plugin-react": "4.5.2",
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.6",
31
- "react-dom": "19.2.6",
30
+ "react": "19.2.7",
31
+ "react-dom": "19.2.7",
32
32
  "typescript": "5.9.3",
33
- "vite": "8.0.14"
33
+ "vite": "8.0.16"
34
34
  },
35
35
  "publishConfig": {
36
36
  "registry": "https://registry.npmjs.org/",