Skip to content

Commit 29c8f39

Browse files
authored
10.4.10 (bokuweb#935)
1 parent 9a0d2c2 commit 29c8f39

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,10 @@ If you have a bug to report, please reproduce the bug in [CodeSandbox](https://c
510510

511511
## Changelog
512512

513+
#### v10.4.10
514+
515+
- Upgrade `re-resizable` to `6.9.14`
516+
513517
#### v10.4.7
514518

515519
- Fixed a bug, `maxHeight` does not work with `%` #914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-rnd",
3-
"version": "10.4.7",
3+
"version": "10.4.10",
44
"description": "A draggable and resizable React Component",
55
"title": "react-rnd",
66
"main": "./lib/index.es5.js",
@@ -98,7 +98,7 @@
9898
"fixture": "./fixture.html"
9999
},
100100
"dependencies": {
101-
"re-resizable": "6.9.11",
101+
"re-resizable": "6.9.14",
102102
"react-draggable": "4.4.6",
103103
"tslib": "2.6.2"
104104
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11338,10 +11338,10 @@ rc@^1.1.7, rc@^1.2.7:
1133811338
minimist "^1.2.0"
1133911339
strip-json-comments "~2.0.1"
1134011340

11341-
11342-
version "6.9.11"
11343-
resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.11.tgz#f356e27877f12d926d076ab9ad9ff0b95912b475"
11344-
integrity sha512-a3hiLWck/NkmyLvGWUuvkAmN1VhwAz4yOhS6FdMTaxCUVN9joIWkT11wsO68coG/iEYuwn+p/7qAmfQzRhiPLQ==
11341+
11342+
version "6.9.14"
11343+
resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.14.tgz#b31e2bdef5e9068f295ca2ec2118d1e7b64449d9"
11344+
integrity sha512-2UbPrpezMr6gkHKNCRA/N6QGGU237SKOZ78yMHId204A/oXWSAREAIuGZNQ9qlrJosewzcsv2CphZH3u7hC6ng==
1134511345

1134611346
react-addons-create-fragment@^15.6.2:
1134711347
version "15.6.2"

0 commit comments

Comments
 (0)