build(deps): bump react-rnd from 10.5.2 to 10.5.3

Bumps [react-rnd](https://github.com/bokuweb/react-rnd) from 10.5.2 to 10.5.3.
- [Release notes](https://github.com/bokuweb/react-rnd/releases)
- [Commits](https://github.com/bokuweb/react-rnd/commits/10.5.3)

---
updated-dependencies:
- dependency-name: react-rnd
  dependency-version: 10.5.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-03-18 02:03:22 +00:00 committed by GitHub
parent 606b0fb649
commit c06d7fb7da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 11 deletions

View File

@ -20,7 +20,7 @@
"axios": "^1.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rnd": "^10.4.1",
"react-rnd": "^10.5.3",
"react-router-dom": "^7.13.0",
"utopia-ui": "^3.0.112",
"vite-tsconfig-paths": "^6.0.5"

29
package-lock.json generated
View File

@ -21,7 +21,7 @@
"axios": "^1.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-rnd": "^10.4.1",
"react-rnd": "^10.5.3",
"react-router-dom": "^7.13.0",
"utopia-ui": "^3.0.112",
"vite-tsconfig-paths": "^6.0.5"
@ -13154,12 +13154,12 @@
}
},
"node_modules/react-draggable": {
"version": "4.4.6",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.4.6.tgz",
"integrity": "sha512-LtY5Xw1zTPqHkVmtM3X8MUOxNDOUhv/khTgBgrUvwaS064bwVvxT+q5El0uUFNx5IEPKXuRejr7UqLwBIg5pdw==",
"version": "4.5.0",
"resolved": "https://registry.npmjs.org/react-draggable/-/react-draggable-4.5.0.tgz",
"integrity": "sha512-VC+HBLEZ0XJxnOxVAZsdRi8rD04Iz3SiiKOoYzamjylUcju/hP9np/aZdLHf/7WOD268WMoNJMvYfB5yAK45cw==",
"license": "MIT",
"dependencies": {
"clsx": "^1.1.1",
"clsx": "^2.1.1",
"prop-types": "^15.8.1"
},
"peerDependencies": {
@ -13167,6 +13167,15 @@
"react-dom": ">= 16.3.0"
}
},
"node_modules/react-draggable/node_modules/clsx": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz",
"integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==",
"license": "MIT",
"engines": {
"node": ">=6"
}
},
"node_modules/react-dropzone": {
"version": "14.4.0",
"resolved": "https://registry.npmjs.org/react-dropzone/-/react-dropzone-14.4.0.tgz",
@ -13332,13 +13341,13 @@
}
},
"node_modules/react-rnd": {
"version": "10.5.2",
"resolved": "https://registry.npmjs.org/react-rnd/-/react-rnd-10.5.2.tgz",
"integrity": "sha512-0Tm4x7k7pfHf2snewJA8x7Nwgt3LV+58MVEWOVsFjk51eYruFEa6Wy7BNdxt4/lH0wIRsu7Gm3KjSXY2w7YaNw==",
"version": "10.5.3",
"resolved": "https://registry.npmjs.org/react-rnd/-/react-rnd-10.5.3.tgz",
"integrity": "sha512-s/sIT3pGZnQ+57egijkTp9mizjIWrJz68Pq6yd+F/wniFY3IriML18dUXnQe/HP9uMiJ+9MAp44hljG99fZu6Q==",
"license": "MIT",
"dependencies": {
"re-resizable": "6.11.2",
"react-draggable": "4.4.6",
"re-resizable": "^6.11.2",
"react-draggable": "^4.5.0",
"tslib": "2.6.2"
},
"peerDependencies": {