Skip to content

Commit

Permalink
Bump Public packages' dependencies (#837)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Michał Dudak <[email protected]>
  • Loading branch information
renovate[bot] and michaldudak authored Nov 22, 2024
1 parent 262b36a commit 345ce7a
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 52 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@types/eslint": "^8.56.12",
"@typescript-eslint/experimental-utils": "^5.62.0",
"@typescript-eslint/parser": "^8.14.0"
"@typescript-eslint/parser": "^8.15.0"
},
"scripts": {
"test": "cd ../../ && cross-env NODE_ENV=test mocha 'packages/eslint-plugin-material-ui/**/*.test.js' --timeout 3000"
Expand Down
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
},
"dependencies": {
"@babel/runtime": "^7.26.0",
"@floating-ui/react": "^0.26.27",
"@floating-ui/react": "^0.26.28",
"@floating-ui/react-dom": "^2.1.2",
"@floating-ui/utils": "^0.2.8",
"@mui/types": "^7.2.19",
"@mui/utils": "^6.1.7",
"@mui/utils": "^6.1.8",
"clsx": "^2.1.1",
"prop-types": "^15.8.1",
"use-sync-external-store": "^1.2.2"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.16.4",
"@arethetypeswrong/cli": "^0.17.0",
"@mui/internal-test-utils": "https://pkg.csb.dev/mui/material-ui/commit/92c23999/@mui/internal-test-utils",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,12 @@
},
{
"groupName": "React RC types - broken versions",
"matchPackageNames": ["@types/react-dom", "@types/react-is"],
"matchPackageNames": [
"types-react-dom",
"types-react-is",
"@types/react-dom",
"@types/react-is"
],
"enabled": false
},
{
Expand Down

0 comments on commit 345ce7a

Please sign in to comment.