diff --git a/CHANGELOG.md b/CHANGELOG.md index 83622297e4c68a..b44ff828936714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,110 @@ # [Versions](https://mui.com/versions/) +## 5.14.9 + + + +_Sep 13, 2023_ + +A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨: + +- 🎉 Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova +- ✨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli + +### `@mui/material@5.14.9` + +- ​[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli +- ​[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855 +- ​Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova +- ​[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz +- ​[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855 + +### `@mui/base@5.0.0-beta.15` + +- ​[useSnackbar] Align externalProps handling (#38935) @mj12albert +- ​[useInput] Align ExternalProps naming (#38849) @mj12albert +- ​[FocusTrap] Refactor & cleanup (#38878) @mnajdova +- ​[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova +- ​[Switch] Simplify source (#38910) @oliviertassinari + +### `@mui/joy@5.0.0-beta.6` + +- ​[Drawer] Add Drawer component (#38169) @mnajdova +- ​Reduce height of some variants (#38527) @zanivan +- ​Refine the default theme color palette (#38416) @zanivan +- ​[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp +- ​[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855 + +### `@mui/lab@5.0.0-alpha.144` + +- ​Add TypeScript deprecations (#38833) @oliviertassinari +- ​Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle + +### `@mui/system@5.14.9` + +- ​Remove dead code (#38884) @oliviertassinari +- ​Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari + +### `@mui/zero-vite-plugin@0.0.1-alpha.0` + +- ​[vite] Create a package for vite plugin (#38685) @brijeshb42 + +### Docs + +- ​[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari +- ​[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak +- ​[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore +- ​[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal +- ​[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak +- ​[blog] Polish component reference name @oliviertassinari +- ​[blog] Fix missing card (#38834) @oliviertassinari +- ​[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal +- ​[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855 +- ​[docs] Improve npm experience (#38906) @oliviertassinari +- ​[docs] Fix redirection to Base UI URLs @oliviertassinari +- ​[docs] Fix use of callouts (#38747) @oliviertassinari +- ​[docs] Fix 301 links for SEO @oliviertassinari +- ​[docs] Remove flag from installation page @oliviertassinari +- ​[docs] Fix strange break line on mobile in between product name @oliviertassinari +- ​[docs] Clearer npm package homepages (#38864) @oliviertassinari +- ​[docs] enableColorScheme prop was removed (#38795) @oliviertassinari +- ​[docs] Fix a11y issues in tables demos (#38829) @michaldudak +- ​[docs][joy-ui] Refine the Messages template (#38807) @zanivan +- ​[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal +- ​[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli +- ​[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes +- ​[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan +- ​[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal +- ​[docs][material-ui] Revise the Typography page (#38543) @danilo-leal +- ​[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore +- ​[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari + +### Examples + +- ​[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari +- ​[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam + +### Core + +- ​[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai +- ​[core] Remove workspace dependencies from root package.json (#38940) @michaldudak +- ​[core] Fix prop-types generation (#38831) @flaviendelangle +- ​[core] Move types packages to docs' devDependencies (#38914) @michaldudak +- ​[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari +- ​[core] TrapFocus was renamed to FocusTrap @oliviertassinari +- ​[core] Add types extension for clarity @oliviertassinari +- ​[core] Hoist rewriteImportPaths to parent scope @oliviertassinari +- ​[core] Bump aws-cli orb to 4.1 (#38857) @Janpot +- ​[core] Explicitly define package dependencies (#38859) @michaldudak +- ​[core] Fix yarn docs:create-playground script @oliviertassinari +- ​[docs-infra] Improve show code button affordance (#38824) @danilo-leal +- ​[docs–infra] Fix callout container width (#38880) @oliviertassinari +- ​[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari +- ​[website] add Michel Engelen to the about us page (#38818) @michelengelen +- ​[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal + +All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli + ## 5.14.8 diff --git a/benchmark/package.json b/benchmark/package.json index 28b5fc2c46d2e8..5b48fbcab00029 100644 --- a/benchmark/package.json +++ b/benchmark/package.json @@ -15,9 +15,9 @@ "@emotion/react": "^11.11.1", "@emotion/server": "^11.11.0", "@emotion/styled": "^11.11.0", - "@mui/material": "^5.14.8", - "@mui/styles": "^5.14.7", - "@mui/system": "^5.14.8", + "@mui/material": "^5.14.9", + "@mui/styles": "^5.14.9", + "@mui/system": "^5.14.9", "@styled-system/css": "^5.1.5", "benchmark": "^2.1.4", "docs": "^5.0.0", diff --git a/docs/package.json b/docs/package.json index 35e588b7d7a3af..0099c4152a77fe 100644 --- a/docs/package.json +++ b/docs/package.json @@ -32,20 +32,20 @@ "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", - "@mui/base": "5.0.0-beta.14", - "@mui/docs": "^5.14.7", - "@mui/icons-material": "^5.14.8", - "@mui/joy": "5.0.0-beta.5", - "@mui/lab": "5.0.0-alpha.143", + "@mui/base": "5.0.0-beta.15", + "@mui/docs": "^5.14.9", + "@mui/icons-material": "^5.14.9", + "@mui/joy": "5.0.0-beta.6", + "@mui/lab": "5.0.0-alpha.144", "@mui/markdown": "^5.0.0", - "@mui/material": "^5.14.8", - "@mui/material-next": "6.0.0-alpha.100", - "@mui/styled-engine": "^5.14.8", - "@mui/styled-engine-sc": "^5.14.8", - "@mui/styles": "^5.14.7", - "@mui/system": "^5.14.8", + "@mui/material": "^5.14.9", + "@mui/material-next": "6.0.0-alpha.101", + "@mui/styled-engine": "^5.14.9", + "@mui/styled-engine-sc": "^5.14.9", + "@mui/styles": "^5.14.9", + "@mui/system": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "@mui/x-charts": "^6.0.0-alpha.9", "@mui/x-data-grid": "6.12.1", "@mui/x-data-grid-generator": "6.12.1", @@ -127,8 +127,8 @@ "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", - "@types/react-swipeable-views-utils": "^0.13.4", "@types/react-swipeable-views": "^0.13.2", + "@types/react-swipeable-views-utils": "^0.13.4", "@types/react-transition-group": "^4.4.6", "@types/react-window": "^1.8.5", "@types/styled-components": "5.1.26", diff --git a/package.json b/package.json index dae2edc53d5763..e0779ec929640d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mui/monorepo", - "version": "5.14.8", + "version": "5.14.9", "private": true, "scripts": { "proptypes": "cross-env BABEL_ENV=development babel-node --extensions \".tsx,.ts,.js\" ./scripts/generateProptypes.ts", diff --git a/packages/api-docs-builder/package.json b/packages/api-docs-builder/package.json index 6f51bc4a72e289..4c0fb7e20f7254 100644 --- a/packages/api-docs-builder/package.json +++ b/packages/api-docs-builder/package.json @@ -12,7 +12,7 @@ "@babel/traverse": "^7.22.17", "@mui-internal/docs-utilities": "^1.0.0", "@mui/markdown": "^5.0.0", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "ast-types": "^0.14.2", "docs": "^5.0.0", "doctrine": "^3.0.0", @@ -30,11 +30,11 @@ "@types/babel__core": "^7.20.1", "@types/babel__traverse": "^7.20.1", "@types/chai": "^4.3.5", - "@types/sinon": "^10.0.16", "@types/doctrine": "^0.0.5", "@types/mdast": "4.0.0", "@types/mocha": "^10.0.1", "@types/node": "^18.17.15", + "@types/sinon": "^10.0.16", "chai": "^4.3.8", "sinon": "^15.2.0", "typescript": "^5.1.6" diff --git a/packages/mui-base/package.json b/packages/mui-base/package.json index 2ff87f93f2a042..c4d0eeacea967a 100644 --- a/packages/mui-base/package.json +++ b/packages/mui-base/package.json @@ -1,6 +1,6 @@ { "name": "@mui/base", - "version": "5.0.0-beta.14", + "version": "5.0.0-beta.15", "private": false, "author": "MUI Team", "description": "A library of headless ('unstyled') React UI components and low-level hooks.", @@ -44,13 +44,13 @@ "@babel/runtime": "^7.22.15", "@floating-ui/react-dom": "^2.0.2", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "@popperjs/core": "^2.11.8", "clsx": "^2.0.0", "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/material": "^5.14.8", + "@mui/material": "^5.14.9", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/chai": "^4.3.5", diff --git a/packages/mui-codemod/package.json b/packages/mui-codemod/package.json index 439381c7d59f92..abd7ec82133b95 100644 --- a/packages/mui-codemod/package.json +++ b/packages/mui-codemod/package.json @@ -1,6 +1,6 @@ { "name": "@mui/codemod", - "version": "5.14.8", + "version": "5.14.9", "bin": "./codemod.js", "private": false, "author": "MUI Team", diff --git a/packages/mui-core-downloads-tracker/package.json b/packages/mui-core-downloads-tracker/package.json index 786c271d20a7e5..8d3e2a9780b6a0 100644 --- a/packages/mui-core-downloads-tracker/package.json +++ b/packages/mui-core-downloads-tracker/package.json @@ -1,6 +1,6 @@ { "name": "@mui/core-downloads-tracker", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "Internal package to track number of downloads of our design system libraries", diff --git a/packages/mui-docs/package.json b/packages/mui-docs/package.json index 6318708d7eb403..9350dd0eb4c306 100644 --- a/packages/mui-docs/package.json +++ b/packages/mui-docs/package.json @@ -1,6 +1,6 @@ { "name": "@mui/docs", - "version": "5.14.7", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "MUI Docs - Documentation building blocks.", @@ -35,8 +35,8 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/base": "5.0.0-beta.14", - "@mui/utils": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/utils": "^5.14.9", "nprogress": "^0.2.0", "prop-types": "^15.8.1" }, diff --git a/packages/mui-icons-material/package.json b/packages/mui-icons-material/package.json index 6026a92e4a213f..253211490977fd 100644 --- a/packages/mui-icons-material/package.json +++ b/packages/mui-icons-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/icons-material", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "Material Design icons distributed as SVG React components.", diff --git a/packages/mui-joy/package.json b/packages/mui-joy/package.json index f0a6ebc591fc85..7a413d6a1029c6 100644 --- a/packages/mui-joy/package.json +++ b/packages/mui-joy/package.json @@ -1,6 +1,6 @@ { "name": "@mui/joy", - "version": "5.0.0-beta.5", + "version": "5.0.0-beta.6", "private": false, "author": "MUI Team", "description": "A library of beautifully designed React UI components.", @@ -39,16 +39,16 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/base": "5.0.0-beta.14", - "@mui/core-downloads-tracker": "^5.14.8", - "@mui/system": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/core-downloads-tracker": "^5.14.9", + "@mui/system": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "clsx": "^2.0.0", "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/material": "^5.14.8", + "@mui/material": "^5.14.9", "@types/chai": "^4.3.5", "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", diff --git a/packages/mui-lab/package.json b/packages/mui-lab/package.json index 30fbff6bb9b45f..86388b708fa8b7 100644 --- a/packages/mui-lab/package.json +++ b/packages/mui-lab/package.json @@ -1,6 +1,6 @@ { "name": "@mui/lab", - "version": "5.0.0-alpha.143", + "version": "5.0.0-alpha.144", "private": false, "author": "MUI Team", "description": "Laboratory for new MUI modules.", @@ -42,10 +42,10 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/base": "5.0.0-beta.14", - "@mui/system": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/system": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "@mui/x-tree-view": "6.0.0-alpha.1", "clsx": "^2.0.0", "prop-types": "^15.8.1" diff --git a/packages/mui-material-next/package.json b/packages/mui-material-next/package.json index 92b263e2196e0d..162ee6e31c4641 100644 --- a/packages/mui-material-next/package.json +++ b/packages/mui-material-next/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material-next", - "version": "6.0.0-alpha.100", + "version": "6.0.0-alpha.101", "private": false, "author": "MUI Team", "description": "v6-alpha: React components that implement Google's Material Design", @@ -41,11 +41,11 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/base": "5.0.0-beta.14", - "@mui/material": "^5.14.8", - "@mui/system": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/material": "^5.14.9", + "@mui/system": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", "prop-types": "^15.8.1", diff --git a/packages/mui-material/package.json b/packages/mui-material/package.json index 1e51cc9f865131..e3ea7b96d8cf7a 100644 --- a/packages/mui-material/package.json +++ b/packages/mui-material/package.json @@ -1,6 +1,6 @@ { "name": "@mui/material", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "React components that implement Google's Material Design.", @@ -43,11 +43,11 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/base": "5.0.0-beta.14", - "@mui/core-downloads-tracker": "^5.14.8", - "@mui/system": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/core-downloads-tracker": "^5.14.9", + "@mui/system": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "@types/react-transition-group": "^4.4.6", "clsx": "^2.0.0", "csstype": "^3.1.2", @@ -56,9 +56,9 @@ "react-transition-group": "^4.4.5" }, "devDependencies": { - "@mui/icons-material": "^5.14.8", - "@mui/lab": "5.0.0-alpha.143", - "@mui/styles": "^5.14.7", + "@mui/icons-material": "^5.14.9", + "@mui/lab": "5.0.0-alpha.144", + "@mui/styles": "^5.14.9", "@popperjs/core": "^2.11.8", "@rollup/plugin-replace": "^5.0.2", "@testing-library/dom": "^9.3.1", diff --git a/packages/mui-private-theming/package.json b/packages/mui-private-theming/package.json index 883e86c4d14ffe..5775cb9e6d1b34 100644 --- a/packages/mui-private-theming/package.json +++ b/packages/mui-private-theming/package.json @@ -1,6 +1,6 @@ { "name": "@mui/private-theming", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.", @@ -39,12 +39,12 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/material": "^5.14.8", - "@mui/styles": "^5.14.7", + "@mui/material": "^5.14.9", + "@mui/styles": "^5.14.9", "@mui/types": "^7.2.4", "@types/chai": "^4.3.5", "@types/react": "^18.2.21", diff --git a/packages/mui-styled-engine-sc/package.json b/packages/mui-styled-engine-sc/package.json index 30962a657c938e..1d10c512a7576e 100644 --- a/packages/mui-styled-engine-sc/package.json +++ b/packages/mui-styled-engine-sc/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine-sc", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for styled-components.", diff --git a/packages/mui-styled-engine/package.json b/packages/mui-styled-engine/package.json index a60f021e8e66a8..6740ae0a9da1fd 100644 --- a/packages/mui-styled-engine/package.json +++ b/packages/mui-styled-engine/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styled-engine", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "styled() API wrapper package for emotion.", diff --git a/packages/mui-styles/package.json b/packages/mui-styles/package.json index a61b546a937caa..7a47265ee18195 100644 --- a/packages/mui-styles/package.json +++ b/packages/mui-styles/package.json @@ -1,6 +1,6 @@ { "name": "@mui/styles", - "version": "5.14.7", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "MUI Styles - The legacy JSS-based styling solution of Material UI.", @@ -40,9 +40,9 @@ "dependencies": { "@babel/runtime": "^7.22.15", "@emotion/hash": "^0.9.1", - "@mui/private-theming": "^5.14.8", + "@mui/private-theming": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "clsx": "^2.0.0", "csstype": "^3.1.2", "hoist-non-react-statics": "^3.3.2", @@ -57,8 +57,8 @@ "prop-types": "^15.8.1" }, "devDependencies": { - "@mui/joy": "5.0.0-beta.5", - "@mui/material": "^5.14.8", + "@mui/joy": "5.0.0-beta.6", + "@mui/material": "^5.14.9", "@types/chai": "^4.3.5", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", diff --git a/packages/mui-system/package.json b/packages/mui-system/package.json index c6c3ed2ccf0a76..6eabc012268bec 100644 --- a/packages/mui-system/package.json +++ b/packages/mui-system/package.json @@ -1,6 +1,6 @@ { "name": "@mui/system", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "CSS utilities for rapidly laying out custom designs.", @@ -41,10 +41,10 @@ }, "dependencies": { "@babel/runtime": "^7.22.15", - "@mui/private-theming": "^5.14.8", - "@mui/styled-engine": "^5.14.8", + "@mui/private-theming": "^5.14.9", + "@mui/styled-engine": "^5.14.9", "@mui/types": "^7.2.4", - "@mui/utils": "^5.14.8", + "@mui/utils": "^5.14.9", "clsx": "^2.0.0", "csstype": "^3.1.2", "prop-types": "^15.8.1" @@ -52,9 +52,9 @@ "devDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", - "@mui/joy": "5.0.0-beta.5", - "@mui/material": "^5.14.8", - "@mui/material-next": "6.0.0-alpha.100", + "@mui/joy": "5.0.0-beta.6", + "@mui/material": "^5.14.9", + "@mui/material-next": "6.0.0-alpha.101", "@types/chai": "^4.3.5", "@types/prop-types": "^15.7.5", "@types/react": "^18.2.21", diff --git a/packages/mui-utils/package.json b/packages/mui-utils/package.json index 9c9ba8bac37925..1fc7be71bdbc1a 100644 --- a/packages/mui-utils/package.json +++ b/packages/mui-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/utils", - "version": "5.14.8", + "version": "5.14.9", "private": false, "author": "MUI Team", "description": "Utility functions for React components.", diff --git a/packages/zero-runtime/package.json b/packages/zero-runtime/package.json index 3880f378dda703..969bc2d2197c19 100644 --- a/packages/zero-runtime/package.json +++ b/packages/zero-runtime/package.json @@ -1,6 +1,6 @@ { "name": "@mui/zero-runtime", - "version": "0.0.1-alpha.1", + "version": "0.0.1-alpha.2", "private": true, "author": "MUI Team", "description": "Linaria tag processors for custom styled implementation.", diff --git a/packages/zero-tag-processor/package.json b/packages/zero-tag-processor/package.json index 1608c4802ae7c8..c8ce1c3b2d4274 100644 --- a/packages/zero-tag-processor/package.json +++ b/packages/zero-tag-processor/package.json @@ -1,6 +1,6 @@ { "name": "@mui/zero-tag-processor", - "version": "0.0.1-alpha.2", + "version": "0.0.1-alpha.3", "private": true, "author": "MUI Team", "description": "Linaria tag processors for custom styled implementation.", @@ -47,16 +47,16 @@ "@emotion/css": "^11.11.2", "@linaria/tags": "^4.5.4", "@linaria/utils": "^4.5.3", - "@mui/system": "^5.14.8", + "@mui/system": "^5.14.9", "lodash.get": "^4.4.2" }, "devDependencies": { - "@mui/material": "^5.14.8", + "@mui/material": "^5.14.9", "@types/babel__core": "^7.20.1", "@types/babel__helper-module-imports": "^7.18.0", "@types/babel__helper-plugin-utils": "^7.10.0", - "@types/lodash.get": "^4.4.7", "@types/chai": "^4.3.5", + "@types/lodash.get": "^4.4.7", "@types/mocha": "^10.0.1", "@types/node": "^18.17.15" }, diff --git a/packages/zero-vite-plugin/package.json b/packages/zero-vite-plugin/package.json index 5033084cf854cb..354cf1c91e9f27 100644 --- a/packages/zero-vite-plugin/package.json +++ b/packages/zero-vite-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@mui/zero-vite-plugin", - "version": "0.0.1-alpha.0", + "version": "0.0.1-alpha.1", "private": true, "author": "MUI Team", "description": "Vite plugin for MUI zero styled implementation.", @@ -41,7 +41,7 @@ "dependencies": { "@babel/core": "^7.22.17", "@linaria/vite": "^4.5.4", - "@mui/zero-tag-processor": "0.0.1-alpha.2" + "@mui/zero-tag-processor": "0.0.1-alpha.3" }, "devDependencies": { "@types/babel__core": "^7.20.1", diff --git a/test/package.json b/test/package.json index 69d7b999f9c8b7..0b556721e08e26 100644 --- a/test/package.json +++ b/test/package.json @@ -13,14 +13,14 @@ "@emotion/cache": "^11.11.0", "@emotion/react": "^11.11.1", "@mnajdova/enzyme-adapter-react-18": "^0.2.0", - "@mui/base": "5.0.0-beta.14", - "@mui/icons-material": "^5.14.8", - "@mui/joy": "5.0.0-beta.5", - "@mui/lab": "5.0.0-alpha.143", - "@mui/material-next": "6.0.0-alpha.100", - "@mui/material": "^5.14.8", - "@mui/system": "^5.14.8", - "@mui/utils": "^5.14.8", + "@mui/base": "5.0.0-beta.15", + "@mui/icons-material": "^5.14.9", + "@mui/joy": "5.0.0-beta.6", + "@mui/lab": "5.0.0-alpha.144", + "@mui/material": "^5.14.9", + "@mui/material-next": "6.0.0-alpha.101", + "@mui/system": "^5.14.9", + "@mui/utils": "^5.14.9", "@playwright/test": "1.37.1", "@testing-library/dom": "^9.3.1", "@testing-library/react": "^14.0.0", @@ -29,13 +29,13 @@ "@types/enzyme": "^3.10.13", "@types/format-util": "^1.0.2", "@types/prop-types": "^15.7.5", - "@types/react-dom": "^18.2.7", - "@types/react-test-renderer": "^18.0.1", "@types/react": "^18.2.21", + "@types/react-dom": "^18.2.7", "@types/react-is": "^18.2.1", + "@types/react-test-renderer": "^18.0.1", "@types/sinon": "^10.0.16", - "chai-dom": "^1.11.0", "chai": "^4.3.7", + "chai-dom": "^1.11.0", "docs": "^5.0.0", "dom-accessibility-api": "^0.6.1", "enzyme": "^3.11.0", @@ -48,16 +48,16 @@ "mocha": "^10.2.0", "playwright": "^1.37.1", "prop-types": "^15.8.1", + "react": "^18.2.0", "react-dom": "^18.2.0", + "react-is": "^18.2.0", "react-router-dom": "^6.15.0", "react-test-renderer": "^18.2.0", - "react": "^18.2.0", - "react-is": "^18.2.0", "sinon": "^15.2.0", "styled-components": "6.0.7", - "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", - "stylis-plugin-rtl": "^2.1.1", "stylis": "4.2.0", + "stylis-plugin-rtl": "^2.1.1", + "stylis-plugin-rtl-sc": "npm:stylis-plugin-rtl@^1.1.0", "webfontloader": "^1.6.28", "webpack": "^5.88.2", "yargs": "^17.7.2"