Skip to content

Commit d961d48

Browse files
authored
Merge branch 'main' into feat-optimize-hover-data-inputs
2 parents 54c5c63 + 4cd9005 commit d961d48

File tree

42 files changed

+850
-475
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+850
-475
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ We're providing a detailed migration for each component next to the documentatio
9292

9393
Check our migration docs for breaking changes:
9494

95-
1. [Alpha ➡ Beta](https://github.com/db-ux-design-system/core-web/tree/main/docs/migration/alpha-beta.md) (0.0.x➡0.x.x)
96-
2. [v0.2 ➡ v0.3](https://github.com/db-ux-design-system/core-web/tree/main/docs/migration/v0.2.x-to-v0.3.x.md)
97-
3. [v0.3 ➡ v0.4](https://github.com/db-ux-design-system/core-web/tree/main/docs/migration/v0.3.x-to-v0.4.x.md)
95+
1. [Alpha ➡ Beta](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/alpha-beta.md) (0.0.x➡0.x.x)
96+
2. [v0.2 ➡ v0.3](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v0.2.x-to-v0.3.x.md)
97+
3. [v0.3 ➡ v0.4](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v0.3.x-to-v0.4.x.md)
9898
4. v0.4 ➡ v0.5: no migration needed, no breaking changes
99-
5. [v0.5 ➡ v0.6](https://github.com/db-ux-design-system/core-web/tree/main/docs/migration/v0.5.x-to-v0.6.x.md)
100-
6. [v0.6 ➡ v0.7](https://github.com/db-ux-design-system/core-web/tree/main/docs/migration/v0.6.x-to-v0.7.x.md)
99+
5. [v0.5 ➡ v0.6](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v0.5.x-to-v0.6.x.md)
100+
6. [v0.6 ➡ v0.7](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v0.6.x-to-v0.7.x.md)
101101
7. [v0.7 ➡ v1.0](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v0.7.x-to-v1.0.0.md)
102102
8. [v1.x ➡ v2.0](https://github.com/db-ux-design-system/core-web/blob/main/docs/migration/v1.x.x-to-v2.0.0.md)
103103

Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading

e2e/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "@db-ux/e2e",
3-
"private": true,
43
"version": "0.0.0",
54
"type": "module",
65
"description": "",
6+
"private": true,
77
"workspaces": [
88
"showcases/*",
99
"packages/*",
@@ -24,7 +24,7 @@
2424
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
2525
},
2626
"devDependencies": {
27-
"@playwright/test": "1.50.1",
27+
"@playwright/test": "1.51.1",
2828
"cpr": "3.0.1",
2929
"cross-env": "^7.0.3",
3030
"dotenv": "^16.5.0",

output/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"tsc": "tsc -p . --sourceMap false"
2828
},
2929
"devDependencies": {
30-
"@playwright/experimental-ct-react": "1.50.1",
30+
"@playwright/experimental-ct-react": "1.51.1",
3131
"@types/react": "^18.3.13",
3232
"react": "^18.3.1",
3333
"react-dom": "^18.3.1"

output/vue/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
"test:components:ui": "playwright test -c playwright.config.ts --ui"
3838
},
3939
"devDependencies": {
40-
"@playwright/experimental-ct-vue": "1.50.1",
40+
"@playwright/experimental-ct-vue": "1.51.1",
4141
"@vitejs/plugin-vue": "^5.2.3",
4242
"replace-in-file": "^8.3.0",
4343
"tsx": "^4.19.3",
4444
"typescript": "^5.4.5",
45-
"vite": "^6.2.6",
45+
"vite": "^6.3.0",
4646
"vue": "^3.5.13",
4747
"vue-tsc": "^2.2.8"
4848
},

0 commit comments

Comments
 (0)