Skip to content

Commit f08e720

Browse files
Chore: Fix package version, repository link
For some reason this package was depending on itself. I'm guessing it was for a demo, but it passes integrity checks after a yarn clean.
1 parent e602791 commit f08e720

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"repository": {
3030
"type": "git",
31-
"url": "https://github.com/frontend-collective/react-sortable-tree"
31+
"url": "https://github.com/Mavenomics/react-sortable-tree"
3232
},
3333
"homepage": "https://frontend-collective.github.io/react-sortable-tree/",
3434
"bugs": "https://github.com/frontend-collective/react-sortable-tree/issues",
@@ -66,7 +66,6 @@
6666
"react-dnd": "^6.0.0 || ~7.0.0",
6767
"react-dnd-html5-backend": "^7.0.1",
6868
"react-lifecycles-compat": "^3.0.4",
69-
"react-sortable-tree": "^2.6.0",
7069
"react-virtualized": "^9.19.1"
7170
},
7271
"peerDependencies": {

yarn.lock

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10721,18 +10721,6 @@ react-dnd@2.5.4:
1072110721
recompose "^0.30.0"
1072210722
shallowequal "^1.1.0"
1072310723

10724-
react-dnd@^7.0.1:
10725-
version "7.0.1"
10726-
resolved "https://registry.yarnpkg.com/react-dnd/-/react-dnd-7.0.1.tgz#155f2f14054ac29c2ae87cb9543e98a3adb71025"
10727-
integrity sha512-Iql5+6v2KQzJlLY9rC0uMjmgN86HoiLpTFADKGTQKU0+vIVqUBsuBChmpkpPh4+1XmWs9Dn8AY9wyBlwZ2Cibw==
10728-
dependencies:
10729-
dnd-core "^7.0.1"
10730-
hoist-non-react-statics "^3.1.0"
10731-
invariant "^2.1.0"
10732-
lodash "^4.17.11"
10733-
recompose "^0.30.0"
10734-
shallowequal "^1.1.0"
10735-
1073610724
react-docgen@^3.0.0-rc.1:
1073710725
version "3.0.0-rc.2"
1073810726
resolved "https://registry.yarnpkg.com/react-docgen/-/react-docgen-3.0.0-rc.2.tgz#5939c64699fd9959da6d97d890f7b648e542dbcc"
@@ -10824,19 +10812,6 @@ react-sortable-tree-theme-file-explorer@^1.1.2:
1082410812
react-dnd-scrollzone "^4.0.0"
1082510813
react-virtualized "^9.13.0"
1082610814

10827-
react-sortable-tree@^2.6.0:
10828-
version "2.6.0"
10829-
resolved "https://registry.yarnpkg.com/react-sortable-tree/-/react-sortable-tree-2.6.0.tgz#206c15ffaf7cb8297c3d50bc057ccb72272c4b43"
10830-
integrity sha512-XRAm8mK48xylJtLtk/ENPdV0+cAvx+vCDRxWJq9Nhc4vI+dKx4flEGJc1cFmvt5OvXaaX/KWQFB59/4gYkEPXw==
10831-
dependencies:
10832-
frontend-collective-react-dnd-scrollzone "^1.0.1"
10833-
lodash.isequal "^4.5.0"
10834-
prop-types "^15.6.1"
10835-
react-dnd "^7.0.1"
10836-
react-dnd-html5-backend "^7.0.1"
10837-
react-lifecycles-compat "^3.0.4"
10838-
react-virtualized "^9.19.1"
10839-
1084010815
react-split-pane@^0.1.84:
1084110816
version "0.1.84"
1084210817
resolved "https://registry.yarnpkg.com/react-split-pane/-/react-split-pane-0.1.84.tgz#b9c1499cbc40b09cf29953ee6f5ff1039d31906e"

0 commit comments

Comments
 (0)