Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 08c34f8

Browse files
committed
Merge branch '2.x' into 3.x
* 2.x: [React] Add React 19 support to devDependencies [Translator] Improve performance of dumper under certain condition [Native] Create the component fix-input-validation-modifiers Update README to reflect Svelte 4 support [Toolkit][Shadcn] Add Tabs recipe [LiveComponent][TwigComponent] Fix reflection issues for private properties from trait and parent class
2 parents 0f24fb4 + 3baa5e8 commit 08c34f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

assets/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"@types/webpack-env": "^1.16",
6868
"@vitejs/plugin-react": "^4.1.0",
6969
"jsdom": "^26.1.0",
70-
"react": "^18.0",
71-
"react-dom": "^18.0",
70+
"react": "^18.0 || ^19.0",
71+
"react-dom": "^18.0 || ^19.0",
7272
"tslib": "^2.8.1",
7373
"typescript": "^5.8.3",
7474
"vitest": "^4.1.0"

0 commit comments

Comments
 (0)