Skip to content

Commit

Permalink
Update major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 10, 2024
1 parent ae869d4 commit dab3ab4
Show file tree
Hide file tree
Showing 7 changed files with 297 additions and 150 deletions.
14 changes: 7 additions & 7 deletions example-widget-mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"@reduxjs/toolkit": "2.4.0",
"i18next": "24.0.5",
"i18next-chained-backend": "4.6.2",
"i18next-http-backend": "2.7.1",
"i18next-http-backend": "3.0.1",
"joi": "17.13.3",
"matrix-widget-api": "1.10.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "15.1.3",
"react-redux": "9.1.2",
"react-router-dom": "6.28.0",
"react-router-dom": "7.0.2",
"react-use": "17.5.1",
"rxjs": "7.8.1"
},
Expand Down Expand Up @@ -59,8 +59,8 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react-dom": "18.3.2",
"@types/react": "19.0.1",
"@types/react-dom": "19.0.2",
"@vitejs/plugin-basic-ssl": "1.2.0",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.8",
Expand All @@ -69,7 +69,7 @@
"i18next-parser": "9.0.2",
"msw": "2.6.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-testing-library": "6.5.0",
"eslint-plugin-testing-library": "7.1.1",
"@vitest/eslint-plugin": "1.1.14",
"husky": "9.1.7",
"lint-staged": "15.2.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@types/qs": "6.9.17",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
},
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.1",
"@vitest/coverage-v8": "2.1.8",
"axe-core": "4.10.2",
"copyfiles": "2.4.1",
"i18next-parser": "9.0.2",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
},
"peerDependencies": {
"react": "18.3.1"
"react": "19.0.0"
},
"scripts": {
"build": "tsc && rollup --config ../../rollup.config.mjs",
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
"@testing-library/react": "16.1.0",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.10.1",
"@types/react": "18.3.14",
"@types/react": "19.0.1",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
},
"scripts": {
Expand All @@ -41,7 +41,7 @@
"react-use": "17.5.1"
},
"peerDependencies": {
"react": "18.3.1"
"react": "19.0.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "22.10.1",
"@vitest/coverage-v8": "2.1.8",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite": "6.0.3",
"vitest": "2.1.8"
},
"scripts": {
Expand Down
415 changes: 281 additions & 134 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit dab3ab4

Please sign in to comment.