@db-ux/v-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/v-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
@@ -269,7 +269,7 @@ Contributions are very welcome, please refer to the [contribution guide](https:/
269
269
  ## Code of conduct
270
270
 
271
271
  We as members, contributors, and leaders pledge to make participation in our
272
- 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).
272
+ 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).
273
273
 
274
274
  ## License
275
275
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@db-ux/v-core-components",
3
- "version": "4.10.1",
3
+ "version": "4.10.2",
4
4
  "type": "module",
5
5
  "description": "Vue components for @db-ux/core-components",
6
6
  "repository": {
@@ -28,21 +28,21 @@
28
28
  "dist/"
29
29
  ],
30
30
  "dependencies": {
31
- "@db-ux/core-components": "4.10.1",
32
- "@db-ux/core-foundations": "4.10.1"
31
+ "@db-ux/core-components": "4.10.2",
32
+ "@db-ux/core-foundations": "4.10.2"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@playwright/experimental-ct-vue": "1.60.0",
36
36
  "@vitejs/plugin-vue": "6.0.7",
37
- "@vue/compiler-dom": "3.5.34",
37
+ "@vue/compiler-dom": "3.5.35",
38
38
  "cpr": "3.0.1",
39
39
  "npm-run-all2": "9.0.1",
40
40
  "replace-in-file": "8.4.0",
41
- "tsx": "4.22.3",
41
+ "tsx": "4.22.4",
42
42
  "typescript": "5.9.3",
43
- "vite": "8.0.14",
44
- "vue": "3.5.34",
45
- "vue-tsc": "3.3.2"
43
+ "vite": "8.0.16",
44
+ "vue": "3.5.35",
45
+ "vue-tsc": "3.3.3"
46
46
  },
47
47
  "publishConfig": {
48
48
  "registry": "https://registry.npmjs.org/",