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 16, 2024
1 parent b5052a4 commit c998068
Show file tree
Hide file tree
Showing 7 changed files with 267 additions and 112 deletions.
6 changes: 3 additions & 3 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-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 @@ -72,7 +72,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 @@ -45,7 +45,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
2 changes: 1 addition & 1 deletion packages/mui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "18.3.14",
"@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
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
363 changes: 259 additions & 104 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit c998068

Please sign in to comment.