Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency react-rnd to v10.4.14 #1152

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"react-dnd": "16.0.1",
"react-dnd-html5-backend": "16.0.1",
"react-quill": "2.0.0",
"react-rnd": "10.4.13",
"react-rnd": "10.4.14",
"uuid": "11.0.3"
},
"peerDependencies": {
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ __metadata:
react-dom: "npm:18.3.1"
react-i18next: "npm:15.1.4"
react-quill: "npm:2.0.0"
react-rnd: "npm:10.4.13"
react-rnd: "npm:10.4.14"
react-router-dom: "npm:6.28.0"
react-test-renderer: "npm:18.3.1"
sass: "npm:1.82.0"
Expand Down Expand Up @@ -10517,13 +10517,13 @@ __metadata:
languageName: node
linkType: hard

"re-resizable@npm:6.10.0":
version: 6.10.0
resolution: "re-resizable@npm:6.10.0"
"re-resizable@npm:6.10.3":
version: 6.10.3
resolution: "re-resizable@npm:6.10.3"
peerDependencies:
react: ^16.13.1 || ^17.0.0 || ^18.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0
checksum: 10/303e582feffdfd3e491e2b51dc75c8641c726882e2d8e3ec249b2bc1d23bfffa73bd4a982ed5456bcab9ec25f52b5430e8c632f32647295ed773679691a961a2
react: ^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.13.1 || ^17.0.0 || ^18.0.0 || ^19.0.0
checksum: 10/23c69efa9a5b5827b7e3873077e2047cda584825f43fea924d6f3ecbee683c959b69461461d93ec1302eafa5603f4e7a2afef35839a31ecf2e9f849940bc0a83
languageName: node
linkType: hard

Expand Down Expand Up @@ -10691,17 +10691,17 @@ __metadata:
languageName: node
linkType: hard

"react-rnd@npm:10.4.13":
version: 10.4.13
resolution: "react-rnd@npm:10.4.13"
"react-rnd@npm:10.4.14":
version: 10.4.14
resolution: "react-rnd@npm:10.4.14"
dependencies:
re-resizable: "npm:6.10.0"
re-resizable: "npm:6.10.3"
react-draggable: "npm:4.4.6"
tslib: "npm:2.6.2"
peerDependencies:
react: ">=16.3.0"
react-dom: ">=16.3.0"
checksum: 10/3a343d71117c37e105286eeee38e244d9dc62e0e4b2efa929128995056408cf7fda15f5100f66b8548370ae63f886b94c7851e862fd90dd0b543ec382f43c4f1
checksum: 10/a946425cfbf13f96d19baa1ea4b244bae61c93906bb052c4d7ff4a71968b39a0438940dd2686b2f249bf68c339aef5d7912c630d4ec547ba7b645a656763f627
languageName: node
linkType: hard

Expand Down
Loading