Skip to content

Commit

Permalink
[@mantine/core] Update react-textarea-autosize dependency to the la…
Browse files Browse the repository at this point in the history
…test version to fix issues with edge runtime (#4923)
  • Loading branch information
martis900 authored Oct 1, 2023
1 parent 88ab079 commit 21d652c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"react-imask": "^6.4.3",
"react-number-format": "^5.2.2",
"react-remove-scroll": "^2.5.6",
"react-textarea-autosize": "8.5.2",
"react-textarea-autosize": "8.5.3",
"react-transition-group": "4.4.5",
"type-fest": "^3.13.1",
"zod": "^3.21.4"
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"dependencies": {
"@floating-ui/react": "^0.24.8",
"clsx": "2.0.0",
"react-textarea-autosize": "8.5.2",
"react-textarea-autosize": "8.5.3",
"react-remove-scroll": "^2.5.6",
"type-fest": "^3.13.1",
"react-number-format": "^5.2.2"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13907,10 +13907,10 @@ react-style-singleton@^2.2.1:
invariant "^2.2.4"
tslib "^2.0.0"

[email protected].2:
version "8.5.2"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.2.tgz#6421df2b5b50b9ca8c5e96fd31be688ea7fa2f9d"
integrity sha512-uOkyjkEl0ByEK21eCJMHDGBAAd/BoFQBawYK5XItjAmCTeSbjxghd8qnt7nzsLYzidjnoObu6M26xts0YGKsGg==
[email protected].3:
version "8.5.3"
resolved "https://registry.yarnpkg.com/react-textarea-autosize/-/react-textarea-autosize-8.5.3.tgz#d1e9fe760178413891484847d3378706052dd409"
integrity sha512-XT1024o2pqCuZSuBt9FwHlaDeNtVrtCXu0Rnz88t1jUGheCLa3PhjE1GH8Ctm2axEtvdCl5SUHYschyQ0L5QHQ==
dependencies:
"@babel/runtime" "^7.20.13"
use-composed-ref "^1.3.0"
Expand Down

0 comments on commit 21d652c

Please sign in to comment.