Skip to content

Commit

Permalink
fix(deps): update dependency @mui/joy to v5.0.0-beta.5 (#235)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [@mui/joy](https://mui.com/)
([source](https://togithub.com/mui/material-ui)) | [`5.0.0-beta.4` ->
`5.0.0-beta.5`](https://renovatebot.com/diffs/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@mui%2fjoy/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@mui%2fjoy/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@mui%2fjoy/5.0.0-beta.4/5.0.0-beta.5?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>mui/material-ui (@&#8203;mui/joy)</summary>

###
[`v5.0.0-beta.5`](https://togithub.com/mui/material-ui/blob/HEAD/CHANGELOG.md#500-beta5)

[Compare
Source](https://togithub.com/mui/material-ui/compare/v5.0.0-beta.4...v5.0.0-beta.5)

<!-- generated comparing v5.0.0-beta.4..next -->

*Aug 24, 2021*

A big thanks to the 26 contributors who made this release possible. Here
are some highlights ✨:

- 🐛 Fixed a lot of bugs and regressions to get us closer to the [v5
stable release
milestone](https://togithub.com/mui/material-ui/milestone/44)
-   📚 Improved the docs and the migration guide for upgrading to v5

##### `@material-ui/[email protected]`

##### Breaking changes

- ​<!-- 36 --> \[core] Update `.browserslistrc` file
([#&#8203;27788](https://togithub.com/mui/material-ui/issues/27788))
[@&#8203;DanailH](https://togithub.com/DanailH)

    The targets of the default bundle have changed:

    -   Chrome 90 (up from 84)
    -   Edge 91 (up from 85)
    -   Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2)
    -   Opera 76 (up from 70)

- ​<!-- 43 --> \[Autocomplete] Rename Value type to AutocompleteValue
([#&#8203;27804](https://togithub.com/mui/material-ui/issues/27804))
[@&#8203;michaldudak](https://togithub.com/michaldudak)

The `useAutocomplete` hook used a type called `Value`. It was a very
generic name for a type specific to the `Autocomplete` control, so it
was removed to `AutocompleteValue`.

    ```diff
    -import { Value } from '@&#8203;material-ui/core/useAutocomplete';
+import { AutocompleteValue } from
'@&#8203;material-ui/core/useAutocomplete';
    ```

##### Changes

- ​<!-- 42 --> \[AppBar] Fix transparency issue on dark mode
([#&#8203;27281](https://togithub.com/mui/material-ui/issues/27281))
[@&#8203;will-amaral](https://togithub.com/will-amaral)
- ​<!-- 29 --> Revert "\[BottomNavigation] onClick does not fire if
tapped while scrolling
([#&#8203;22524](https://togithub.com/mui/material-ui/issues/22524))"
([#&#8203;27690](https://togithub.com/mui/material-ui/issues/27690))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 68 --> \[Autocomplete] Add verbose warning for defaultValue
([#&#8203;27925](https://togithub.com/mui/material-ui/issues/27925))
[@&#8203;vedadeepta](https://togithub.com/vedadeepta)
- ​<!-- 78 --> \[Badge] Add missing classes to exported class object
([#&#8203;27943](https://togithub.com/mui/material-ui/issues/27943))
[@&#8203;pvdstel](https://togithub.com/pvdstel)
- ​<!-- 41 --> \[ButtonGroup] Allow `size` customization via module
augmentation
([#&#8203;27834](https://togithub.com/mui/material-ui/issues/27834))
[@&#8203;aaronlademann-wf](https://togithub.com/aaronlademann-wf)
- ​<!-- 67 --> \[InputBase] Preserve host state when changing `rows`
from undefined to defined
([#&#8203;27683](https://togithub.com/mui/material-ui/issues/27683))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 18 --> \[InputLabel] Apply `asterisk` class when `required`
([#&#8203;27738](https://togithub.com/mui/material-ui/issues/27738))
[@&#8203;alexile](https://togithub.com/alexile)
- ​<!-- 26 --> \[Select] Fix NativeSelect propagating classes to the DOM
element
([#&#8203;27797](https://togithub.com/mui/material-ui/issues/27797))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 28 --> \[Stack] Match the customization standard
([#&#8203;27777](https://togithub.com/mui/material-ui/issues/27777))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 70 --> \[SvgIcon] Apply custom color if defined in the theme
([#&#8203;27923](https://togithub.com/mui/material-ui/issues/27923))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 65 --> \[Switch] Add optional `track` slot to SwitchUnstyled
([#&#8203;27916](https://togithub.com/mui/material-ui/issues/27916))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 52 --> \[Tooltip] Fix broken arrow position in rtl
([#&#8203;27868](https://togithub.com/mui/material-ui/issues/27868))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 02 --> \[transitions] Allow to run Slide into a custom container
([#&#8203;26623](https://togithub.com/mui/material-ui/issues/26623))
[@&#8203;benny0642](https://togithub.com/benny0642)

##### `@material-ui/[email protected]`

##### Breaking changes

- ​<!-- 40 --> \[system] Rename `styleProps` to `ownerState`
([#&#8203;27830](https://togithub.com/mui/material-ui/issues/27830))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

The change was done in order to better reflect what they are, not what
we think they will be used for.

    ```diff
     <SomeSlotComponent
    -  styleProps={propsAndState}
    +  ownerState={propsAndState}
     />
    ```

##### Changes

- ​<!-- 63 --> \[system] Remove dependency on `overridesResolver` for
the `variants`
([#&#8203;27859](https://togithub.com/mui/material-ui/issues/27859))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 32 --> \[system] Forward `classes` prop if no slot specified in
the options
([#&#8203;27795](https://togithub.com/mui/material-ui/issues/27795))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 46 --> \[system] Fix pseudo class overridden in variants
([#&#8203;27847](https://togithub.com/mui/material-ui/issues/27847))
[@&#8203;hbjORbj](https://togithub.com/hbjORbj)

##### `@material-ui/[email protected]`

- ​<!-- 13 --> \[icons] Improve GitHub size
([#&#8203;27740](https://togithub.com/mui/material-ui/issues/27740))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### `@material-ui/[email protected]`

- ​<!-- 27 --> \[styled-engine] Remove unecessary aliases
([#&#8203;27779](https://togithub.com/mui/material-ui/issues/27779))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 14 --> \[styled-engine] Drop withComponent support
([#&#8203;27780](https://togithub.com/mui/material-ui/issues/27780))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### `@material-ui/[email protected]`

- ​<!-- 07 --> \[core] Utilize `CSS.supports` in `SliderUnstyled`
component
([#&#8203;27724](https://togithub.com/mui/material-ui/issues/27724))
[@&#8203;DanailH](https://togithub.com/DanailH)

##### `@material-ui/[email protected]`

- ​<!-- 54 --> \[DatePicker] Fix click-away logic requiring second click
in some cases
([#&#8203;24877](https://togithub.com/mui/material-ui/issues/24877))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 05 --> \[lab] Use the public API for module augmentation
([#&#8203;27735](https://togithub.com/mui/material-ui/issues/27735))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 25 --> \[Timeline] Fix color="inherit" on TimelineDot
([#&#8203;27794](https://togithub.com/mui/material-ui/issues/27794))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

##### Docs

- ​<!-- 77 --> \[docs] Redesign on markdown page
([#&#8203;27860](https://togithub.com/mui/material-ui/issues/27860))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 76 --> \[docs] Split changelog into current and old
([#&#8203;27942](https://togithub.com/mui/material-ui/issues/27942))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 74 --> \[docs] Migration, emphasize theme structure change
([#&#8203;27935](https://togithub.com/mui/material-ui/issues/27935))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 72 --> \[docs] Fix missing `href` for AppDrawerNavItems
([#&#8203;27936](https://togithub.com/mui/material-ui/issues/27936))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 71 --> \[docs] Pass window of iframe to framed demos
([#&#8203;27924](https://togithub.com/mui/material-ui/issues/27924))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 69 --> \[docs] Simplify Select Chip demo styling
([#&#8203;27864](https://togithub.com/mui/material-ui/issues/27864))
[@&#8203;LorenzHenk](https://togithub.com/LorenzHenk)
- ​<!-- 60 --> \[docs] Move from Redux to React Context
([#&#8203;27828](https://togithub.com/mui/material-ui/issues/27828))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 58 --> \[docs] Correct the useAutocomplete import path
([#&#8203;27805](https://togithub.com/mui/material-ui/issues/27805))
[@&#8203;michaldudak](https://togithub.com/michaldudak)
- ​<!-- 56 --> \[docs] Fix Tooltip flicker when hovering between code
icon and demo
([#&#8203;27841](https://togithub.com/mui/material-ui/issues/27841))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 55 --> \[docs] Don't log if a request was aborted in
ServerRequestDatePicker demo
([#&#8203;27843](https://togithub.com/mui/material-ui/issues/27843))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 53 --> \[docs] Fix false-positive useToolbar warning when using
the demo toolbar menu
([#&#8203;27842](https://togithub.com/mui/material-ui/issues/27842))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 51 --> \[docs] Add missing import
([#&#8203;27850](https://togithub.com/mui/material-ui/issues/27850))
[@&#8203;nguyenyou](https://togithub.com/nguyenyou)
- ​<!-- 50 --> \[docs] Fix circular integration demo
([#&#8203;27856](https://togithub.com/mui/material-ui/issues/27856))
[@&#8203;LorenzHenk](https://togithub.com/LorenzHenk)
- ​<!-- 48 --> \[docs] A few examples is enough
([#&#8203;27874](https://togithub.com/mui/material-ui/issues/27874))
[@&#8203;mekouar-mehdi](https://togithub.com/mekouar-mehdi)
- ​<!-- 47 --> \[docs] Improve README.md
([#&#8203;27852](https://togithub.com/mui/material-ui/issues/27852))
[@&#8203;surajkumar016](https://togithub.com/surajkumar016)
- ​<!-- 45 --> \[docs] Fix rtl issue on the demos
([#&#8203;27865](https://togithub.com/mui/material-ui/issues/27865))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 44 --> \[docs] Apply the new branding theme and do the AppBar
redesign
([#&#8203;27789](https://togithub.com/mui/material-ui/issues/27789))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 39 --> \[docs] Improve grammar in 'Align list items' section
([#&#8203;27730](https://togithub.com/mui/material-ui/issues/27730))
[@&#8203;atorenherrinton](https://togithub.com/atorenherrinton)
- ​<!-- 38 --> \[docs] Make API documentation tables horizontally
scrollable
([#&#8203;27787](https://togithub.com/mui/material-ui/issues/27787))
[@&#8203;jakeanq](https://togithub.com/jakeanq)
- ​<!-- 37 --> \[docs] Fix typo on "Customized dialogs" section
([#&#8203;27827](https://togithub.com/mui/material-ui/issues/27827))
[@&#8203;nomanoff](https://togithub.com/nomanoff)
- ​<!-- 33 --> \[docs] Fix Autocomplete country layout shift
([#&#8203;27814](https://togithub.com/mui/material-ui/issues/27814))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 23 --> \[docs] Improve accessible labels for Card demos
([#&#8203;27675](https://togithub.com/mui/material-ui/issues/27675))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 22 --> \[docs] Run in StrictMode by default
([#&#8203;27693](https://togithub.com/mui/material-ui/issues/27693))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 21 --> \[docs] Display TypeScript code of demo if requested
([#&#8203;27691](https://togithub.com/mui/material-ui/issues/27691))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 20 --> \[docs] Use country image instead of emoji
([#&#8203;27723](https://togithub.com/mui/material-ui/issues/27723))
[@&#8203;qiweiii](https://togithub.com/qiweiii)
- ​<!-- 17 --> \[docs] Zero runtime themeAugmentation documentation
([#&#8203;27706](https://togithub.com/mui/material-ui/issues/27706))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 15 --> \[docs] Fix MobileTextStepper example to match
description
([#&#8203;27682](https://togithub.com/mui/material-ui/issues/27682))
[@&#8203;nolastemgarden](https://togithub.com/nolastemgarden)
- ​<!-- 12 --> \[docs] Document the transfer-list limitations
([#&#8203;27783](https://togithub.com/mui/material-ui/issues/27783))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 11 --> \[docs] Move TypeScript docs in context
([#&#8203;27782](https://togithub.com/mui/material-ui/issues/27782))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 10 --> \[docs] Prefer linking API source TypeScript
([#&#8203;27781](https://togithub.com/mui/material-ui/issues/27781))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 09 --> \[docs] Improve the Modal onClose migration
([#&#8203;27775](https://togithub.com/mui/material-ui/issues/27775))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 08 --> \[docs] Fix outdated styled-engine docs
([#&#8203;27778](https://togithub.com/mui/material-ui/issues/27778))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 06 --> \[docs] Improve right to left guide
([#&#8203;27713](https://togithub.com/mui/material-ui/issues/27713))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 04 --> \[docs] Consistent line break
([#&#8203;27728](https://togithub.com/mui/material-ui/issues/27728))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 03 --> \[docs] Don't dispatch ignored "reset code variant"
actions
([#&#8203;27712](https://togithub.com/mui/material-ui/issues/27712))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 01 --> \[docs] Fix sentence to be more grammatically correct
([#&#8203;27733](https://togithub.com/mui/material-ui/issues/27733))
[@&#8203;atorenherrinton](https://togithub.com/atorenherrinton)
- ​<!-- 16 --> \[examples] Add code sandbox config with node version
([#&#8203;27798](https://togithub.com/mui/material-ui/issues/27798))
[@&#8203;qiweiii](https://togithub.com/qiweiii)
- ​<!-- 59 --> Revert "\[examples] Fix nextjs with styled-components
example
([#&#8203;27583](https://togithub.com/mui/material-ui/issues/27583))"
([#&#8203;27921](https://togithub.com/mui/material-ui/issues/27921))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 57 --> Revert "\[examples] Update create-react-app examples with
styled-components to use package aliases
([#&#8203;27591](https://togithub.com/mui/material-ui/issues/27591))"
([#&#8203;27917](https://togithub.com/mui/material-ui/issues/27917))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 66 --> \[I10n] Add Khmer (kh-KH) locale support
([#&#8203;27915](https://togithub.com/mui/material-ui/issues/27915))
[@&#8203;teachhay](https://togithub.com/teachhay)
- ​<!-- 62 --> \[website] Add templates & design-kits page
([#&#8203;27811](https://togithub.com/mui/material-ui/issues/27811))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 61 --> \[website] Improve rebranding homepage performance
([#&#8203;27838](https://togithub.com/mui/material-ui/issues/27838))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 49 --> \[website] Honest a11y value proposition
([#&#8203;27826](https://togithub.com/mui/material-ui/issues/27826))
[@&#8203;eps1lon](https://togithub.com/eps1lon)
- ​<!-- 35 --> \[website] Improve homepage rebranding
([#&#8203;27663](https://togithub.com/mui/material-ui/issues/27663))
[@&#8203;siriwatknp](https://togithub.com/siriwatknp)
- ​<!-- 24 --> \[website] A few polish
([#&#8203;27741](https://togithub.com/mui/material-ui/issues/27741))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)
- ​<!-- 73 --> \[website] Polish homepage
([#&#8203;27930](https://togithub.com/mui/material-ui/issues/27930))
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari)

##### Core

- ​<!-- 64 --> \[core] Fix various flip: false regressions
([#&#8203;27920](https://togithub.com/mui/material-ui/issues/27920))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 31 --> \[core] Fix typo in code comment
([#&#8203;27818](https://togithub.com/mui/material-ui/issues/27818))
[@&#8203;hamidreza-nateghi](https://togithub.com/hamidreza-nateghi)
- ​<!-- 19 --> \[core] Fix typos in repository
([#&#8203;27785](https://togithub.com/mui/material-ui/issues/27785))
[@&#8203;JEONGJIHUN](https://togithub.com/JEONGJIHUN)
- ​<!-- 75 --> \[test] Current behavior when disabling components
variants
([#&#8203;27376](https://togithub.com/mui/material-ui/issues/27376))
[@&#8203;noviicee](https://togithub.com/noviicee)
- ​<!-- 30 --> \[tests Improve test for checking if classes is forwarded
to any DOM element
([#&#8203;27815](https://togithub.com/mui/material-ui/issues/27815))
[@&#8203;mnajdova](https://togithub.com/mnajdova)
- ​<!-- 34 --> \[tests] Replace legacy `describeConformance` with
`describeConformanceV5`
([#&#8203;27817](https://togithub.com/mui/material-ui/issues/27817))
[@&#8203;mnajdova](https://togithub.com/mnajdova)

All contributors of this release in alphabetical order:
[@&#8203;aaronlademann-wf](https://togithub.com/aaronlademann-wf),
[@&#8203;alexile](https://togithub.com/alexile),
[@&#8203;atorenherrinton](https://togithub.com/atorenherrinton),
[@&#8203;benny0642](https://togithub.com/benny0642),
[@&#8203;DanailH](https://togithub.com/DanailH),
[@&#8203;eps1lon](https://togithub.com/eps1lon),
[@&#8203;hamidreza-nateghi](https://togithub.com/hamidreza-nateghi),
[@&#8203;hbjORbj](https://togithub.com/hbjORbj),
[@&#8203;jakeanq](https://togithub.com/jakeanq),
[@&#8203;JEONGJIHUN](https://togithub.com/JEONGJIHUN),
[@&#8203;LorenzHenk](https://togithub.com/LorenzHenk),
[@&#8203;mekouar-mehdi](https://togithub.com/mekouar-mehdi),
[@&#8203;michaldudak](https://togithub.com/michaldudak),
[@&#8203;mnajdova](https://togithub.com/mnajdova),
[@&#8203;nguyenyou](https://togithub.com/nguyenyou),
[@&#8203;nolastemgarden](https://togithub.com/nolastemgarden),
[@&#8203;nomanoff](https://togithub.com/nomanoff),
[@&#8203;noviicee](https://togithub.com/noviicee),
[@&#8203;oliviertassinari](https://togithub.com/oliviertassinari),
[@&#8203;pvdstel](https://togithub.com/pvdstel),
[@&#8203;qiweiii](https://togithub.com/qiweiii),
[@&#8203;siriwatknp](https://togithub.com/siriwatknp),
[@&#8203;surajkumar016](https://togithub.com/surajkumar016),
[@&#8203;teachhay](https://togithub.com/teachhay),
[@&#8203;vedadeepta](https://togithub.com/vedadeepta),
[@&#8203;will-amaral](https://togithub.com/will-amaral)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/creatorsgarten/contentsgarten).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43OS4xIiwidXBkYXRlZEluVmVyIjoiMzYuNzkuMSIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent f8823b4 commit 61c18a8
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions pnpm-lock.yaml

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

2 changes: 1 addition & 1 deletion wiki.creatorsgarten.org/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@contentsgarten/server-utils": "workspace:*",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/joy": "5.0.0-beta.4",
"@mui/joy": "5.0.0-beta.5",
"@tailwindcss/typography": "^0.5.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
Expand Down
2 changes: 1 addition & 1 deletion wiki.wonderful.software/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@contentsgarten/server-utils": "workspace:*",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@mui/joy": "5.0.0-beta.4",
"@mui/joy": "5.0.0-beta.5",
"@tailwindcss/typography": "^0.5.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
Expand Down

1 comment on commit 61c18a8

@hop-deploy
Copy link

@hop-deploy hop-deploy bot commented on 61c18a8 Sep 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deployment Status Build Logs Updated At
wonderwiki ✅ Deployed View Logs 2023-09-06T01:44:26.527Z

Please sign in to comment.