Skip to content

Commit 3bdfe58

Browse files
authored
Remove unused dependency (#712)
We switched away from react-sortable-hoc in commit b11f369 but the dependency was still present. It only supports up to React 17, so even if we tried to start using it again, it wouldn't work without an update or other changes.
1 parent a3a3894 commit 3bdfe58

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"react-intersection-observer": "^9.5.2",
3232
"react-multi-carousel": "^2.8.2",
3333
"react-responsive": "^9.0.2",
34-
"react-sortable-hoc": "^2.0.0",
3534
"sass": "^1.75.0",
3635
"tinycolor2": "^1.6.0",
3736
"tslint": "^6.1.3",

yarn.lock

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@
12021202
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
12031203
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
12041204

1205-
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.2.0", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1205+
"@babel/runtime@^7.11.2", "@babel/runtime@^7.12.5", "@babel/runtime@^7.13.10", "@babel/runtime@^7.16.3", "@babel/runtime@^7.17.8", "@babel/runtime@^7.18.3", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
12061206
version "7.24.6"
12071207
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.24.6.tgz#5b76eb89ad45e2e4a0a8db54c456251469a3358e"
12081208
integrity sha512-Ja18XcETdEl5mzzACGd+DKgaGJzPTCow7EglgwTmHdwokzDFYh/MHua6lU6DV/hjF2IaOJ4oX2nqnjG7RElKOw==
@@ -12339,7 +12339,7 @@ prompts@^2.0.1, prompts@^2.4.0, prompts@^2.4.2:
1233912339
kleur "^3.0.3"
1234012340
sisteransi "^1.0.5"
1234112341

12342-
prop-types@^15.5.7, prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
12342+
prop-types@^15.6.1, prop-types@^15.6.2, prop-types@^15.7.2, prop-types@^15.8.1:
1234312343
version "15.8.1"
1234412344
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.8.1.tgz#67d87bf1a694f48435cf332c24af10214a3140b5"
1234512345
integrity sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==
@@ -12732,15 +12732,6 @@ react-scripts@^5.0.1:
1273212732
optionalDependencies:
1273312733
fsevents "^2.3.2"
1273412734

12735-
react-sortable-hoc@^2.0.0:
12736-
version "2.0.0"
12737-
resolved "https://registry.yarnpkg.com/react-sortable-hoc/-/react-sortable-hoc-2.0.0.tgz#f6780d8aa4b922a21f3e754af542f032677078b7"
12738-
integrity sha512-JZUw7hBsAHXK7PTyErJyI7SopSBFRcFHDjWW5SWjcugY0i6iH7f+eJkY8cJmGMlZ1C9xz1J3Vjz0plFpavVeRg==
12739-
dependencies:
12740-
"@babel/runtime" "^7.2.0"
12741-
invariant "^2.2.4"
12742-
prop-types "^15.5.7"
12743-
1274412735
react-style-singleton@^2.2.1:
1274512736
version "2.2.1"
1274612737
resolved "https://registry.yarnpkg.com/react-style-singleton/-/react-style-singleton-2.2.1.tgz#f99e420492b2d8f34d38308ff660b60d0b1205b4"

0 commit comments

Comments
 (0)