Skip to content

Commit

Permalink
Internal: Downgraded the version of the "react-rnd" package. Closes #135
Browse files Browse the repository at this point in the history
.
  • Loading branch information
pomek committed Nov 30, 2021
1 parent 378b4e9 commit fc1a004
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^7.2.6",
"react-rnd": "^10.3.5",
"react-rnd": "~10.2.4",
"react-svg-loader": "^3.0.3",
"redux": "^4.1.2",
"sinon": "^7.5.0",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7391,10 +7391,10 @@ raw-loader@^4.0.1:
loader-utils "^2.0.0"
schema-utils "^3.0.0"

[email protected].1:
version "6.9.1"
resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.1.tgz#6be082b55d02364ca4bfee139e04feebdf52441c"
integrity sha512-KRYAgr9/j1PJ3K+t+MBhlQ+qkkoLDJ1rs0z1heIWvYbCW/9Vq4djDU+QumJ3hQbwwtzXF6OInla6rOx6hhgRhQ==
[email protected].0:
version "6.9.0"
resolved "https://registry.yarnpkg.com/re-resizable/-/re-resizable-6.9.0.tgz#9c3059b389ced6ade602234cc5bb1e12d231cd47"
integrity sha512-3cUDG81ylyqI0Pdgle/RHwwRYq0ORZzsUaySOCO8IbEtNyaRtrIHYm/jMQ5pjcNiKCxR3vsSymIQZHwJq4gg2Q==
dependencies:
fast-memoize "^2.5.1"

Expand Down Expand Up @@ -7438,14 +7438,14 @@ react-redux@^7.2.6:
prop-types "^15.7.2"
react-is "^17.0.2"

react-rnd@^10.3.5:
version "10.3.5"
resolved "https://registry.yarnpkg.com/react-rnd/-/react-rnd-10.3.5.tgz#b66e5e06f1eb6823e72eb4b552081b4b9241b139"
integrity sha512-LWJP+l5bp76sDPKrKM8pwGJifI6i3B5jHK4ONACczVMbR8ycNGA75ORRqpRuXGyKawUs68s1od05q8cqWgQXgw==
react-rnd@~10.2.4:
version "10.2.5"
resolved "https://registry.yarnpkg.com/react-rnd/-/react-rnd-10.2.5.tgz#d46a51446d1b2f8bc1bca967eeb46e4e65e9aa34"
integrity sha512-Vc//ikIGoxiAawIdeFX+RwzncSdOkumj4fT145H1XYRC3BKxXb7RQHBrHrieDdUYMONuDXMbD1nQY+zs+8mdRw==
dependencies:
re-resizable "6.9.1"
re-resizable "6.9.0"
react-draggable "4.4.3"
tslib "2.3.0"
tslib "2.0.3"

react-svg-core@^3.0.3:
version "3.0.3"
Expand Down Expand Up @@ -8845,10 +8845,10 @@ trim-right@^1.0.1:
resolved "https://registry.yarnpkg.com/trim-right/-/trim-right-1.0.1.tgz#cb2e1203067e0c8de1f614094b9fe45704ea6003"
integrity sha1-yy4SAwZ+DI3h9hQJS5/kVwTqYAM=

tslib@2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.0.tgz#803b8cdab3e12ba581a4ca41c8839bbb0dacb09e"
integrity sha512-N82ooyxVNm6h1riLCoyS9e3fuJ3AMG2zIZs2Gd1ATcSFjSA23Q0fzjjZeh0jbJvWVDZ0cJT8yaNNaaXHzueNjg==
tslib@2.0.3:
version "2.0.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.3.tgz#8e0741ac45fc0c226e58a17bfc3e64b9bc6ca61c"
integrity sha512-uZtkfKblCEQtZKBF6EBXVZeQNl82yqtDQdv+eck8u7tdPxjLu2/lp5/uPW+um2tpuxINHWy3GhiccY7QgEaVHQ==

tslib@^1.9.0:
version "1.14.1"
Expand Down

0 comments on commit fc1a004

Please sign in to comment.