Skip to content

Commit 86055f1

Browse files
Update major updates
1 parent 47a07cb commit 86055f1

File tree

5 files changed

+48
-394
lines changed

5 files changed

+48
-394
lines changed

example-widget-mui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
"@testing-library/react": "16.2.0",
6363
"@testing-library/user-event": "14.6.1",
6464
"@types/node": "22.13.5",
65-
"@types/react": "18.3.18",
66-
"@types/react-dom": "18.3.5",
67-
"@vitejs/plugin-basic-ssl": "1.2.0",
65+
"@types/react": "19.1.5",
66+
"@types/react-dom": "19.1.5",
67+
"@vitejs/plugin-basic-ssl": "2.0.0",
6868
"@vitejs/plugin-react-swc": "3.8.0",
6969
"@vitest/coverage-v8": "3.0.7",
7070
"axe-core": "4.10.2",
71-
"happy-dom": "16.8.1",
71+
"happy-dom": "17.4.7",
7272
"i18next-parser": "9.3.0",
7373
"msw": "2.7.3",
7474
"typescript": "5.7.3",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"eslint-plugin-testing-library": "7.1.1",
4949
"@vitest/eslint-plugin": "1.1.36",
5050
"husky": "9.1.7",
51-
"lint-staged": "15.4.3",
51+
"lint-staged": "16.0.0",
5252
"prettier": "3.5.2",
5353
"prettier-plugin-organize-imports": "4.1.0",
5454
"rollup": "4.34.8",

packages/mui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@testing-library/react": "16.2.0",
1717
"@testing-library/user-event": "14.6.1",
1818
"@types/node": "22.13.5",
19-
"@types/react": "18.3.18",
19+
"@types/react": "19.1.5",
2020
"@vitest/coverage-v8": "3.0.7",
2121
"axe-core": "4.10.2",
2222
"copyfiles": "2.4.1",

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@testing-library/react": "16.2.0",
1717
"@testing-library/user-event": "14.6.1",
1818
"@types/node": "22.13.5",
19-
"@types/react": "18.3.18",
19+
"@types/react": "19.1.5",
2020
"@vitest/coverage-v8": "3.0.7",
2121
"typescript": "5.7.3",
2222
"vite": "6.2.0",

0 commit comments

Comments
 (0)