Skip to content

Commit 4c8789e

Browse files
committed
fix: revert dom-helpers
go back to 3.3.1, since react-css-transition-replace was never updated to use the new API/file layout
1 parent f3b7d9a commit 4c8789e

File tree

2 files changed

+2
-15
lines changed

2 files changed

+2
-15
lines changed

packages/react-css-transition-replace/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"chain-function": "^1.0.0",
23-
"dom-helpers": "^5.1.0",
23+
"dom-helpers": "^3.3.1",
2424
"prop-types": "^15.7.2"
2525
},
2626
"peerDependencies": {

yarn.lock

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@
920920
dependencies:
921921
regenerator-runtime "^0.13.2"
922922

923-
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.5":
923+
"@babel/runtime@^7.0.0", "@babel/runtime@^7.3.4", "@babel/runtime@^7.4.0", "@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5":
924924
version "7.6.0"
925925
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.6.0.tgz#4fc1d642a9fd0299754e8b5de62c631cf5568205"
926926
integrity sha512-89eSBLJsxNxOERC0Op4vd+0Bqm6wRMqMbFtV3i0/fbaWw/mJ8Q3eBvgX0G4SyrOOLCtbu98HspF8o09MRT+KzQ==
@@ -3367,11 +3367,6 @@ cssstyle@^1.0.0, cssstyle@^1.1.1:
33673367
dependencies:
33683368
cssom "0.3.x"
33693369

3370-
csstype@^2.6.6:
3371-
version "2.6.6"
3372-
resolved "https://registry.npmjs.org/csstype/-/csstype-2.6.6.tgz#c34f8226a94bbb10c32cc0d714afdf942291fc41"
3373-
integrity sha512-RpFbQGUE74iyPgvr46U9t1xoQBM8T4BL8SxrN66Le2xYAPSaDJJKeztV3awugusb3g3G9iL8StmkBBXhcbbXhg==
3374-
33753370
cyclist@~0.2.2:
33763371
version "0.2.2"
33773372
resolved "https://registry.npmjs.org/cyclist/-/cyclist-0.2.2.tgz#1b33792e11e914a2fd6d6ed6447464444e5fa640"
@@ -3680,14 +3675,6 @@ dom-helpers@^3.2.0, dom-helpers@^3.2.1, dom-helpers@^3.3.1:
36803675
dependencies:
36813676
"@babel/runtime" "^7.1.2"
36823677

3683-
dom-helpers@^5.1.0:
3684-
version "5.1.0"
3685-
resolved "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.1.0.tgz#57a726de04abcc2a8bbfe664b3e21c584bde514e"
3686-
integrity sha512-zRRYDhpiKuAJHasOqCm7lBnsd22nrM4+OYI4ASWCxen+ocTMl7BIAKgGag97TlLiTl6rrau5aPe1VGUm9jQBng==
3687-
dependencies:
3688-
"@babel/runtime" "^7.5.5"
3689-
csstype "^2.6.6"
3690-
36913678
dom-serializer@0:
36923679
version "0.1.0"
36933680
resolved "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz#073c697546ce0780ce23be4a28e293e40bc30c82"

0 commit comments

Comments
 (0)