Skip to content

Commit

Permalink
[@mantine/rte] Update react-quill to 2.0.0 to avoid dependencies coll…
Browse files Browse the repository at this point in the history
…isions with React 18 (#2449)
  • Loading branch information
rtivital committed Sep 15, 2022
1 parent 0cf6d93 commit 38d2a37
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -142,7 +142,7 @@
"react": "18.1.0",
"react-dropzone": "14.2.1",
"react-input-mask": "^2.0.4",
"react-quill": "2.0.0-beta.4",
"react-quill": "2.0.0",
"react-textarea-autosize": "8.3.4",
"react-transition-group": "4.4.2",
"stylis-plugin-rtl": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion src/mantine-rte/package.json
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@tabler/icons": "^1.68.0",
"react-quill": "2.0.0-beta.4",
"react-quill": "2.0.0",
"quill-mention": "^3.0.8"
},
"devDependencies": {}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -11803,10 +11803,10 @@ react-property@2.0.0:
resolved "https://registry.yarnpkg.com/react-property/-/react-property-2.0.0.tgz#2156ba9d85fa4741faf1918b38efc1eae3c6a136"
integrity sha512-kzmNjIgU32mO4mmH5+iUyrqlpFQhF8K2k7eZ4fdLSOPFrD1XgEuSBv9LDEgxRXTMBqMd8ppT0x6TIzqE5pdGdw==

react-quill@2.0.0-beta.4:
version "2.0.0-beta.4"
resolved "https://registry.yarnpkg.com/react-quill/-/react-quill-2.0.0-beta.4.tgz#522bd2680dc55713068c6cac12f2bf2ccfebcd28"
integrity sha512-KyAHvAlPjP4xLElKZJefMth91Z6FbbXRvq9OSu6xN3KBaoasLP9p+3dcxg4Ywr4tBlpMGXcPszYSAgd5CpJ45Q==
react-quill@2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/react-quill/-/react-quill-2.0.0.tgz#67a0100f58f96a246af240c9fa6841b363b3e017"
integrity sha512-4qQtv1FtCfLgoD3PXAur5RyxuUbPXQGOHgTlFie3jtxp43mXDtzCKaOgQ3mLyZfi1PUlyjycfivKelFhy13QUg==
dependencies:
"@types/quill" "^1.3.10"
lodash "^4.17.4"
Expand Down

0 comments on commit 38d2a37

Please sign in to comment.