Skip to content

Commit 4718bc6

Browse files
committed
fix: move react-transition-context to dependencies
1 parent 42fa8f3 commit 4718bc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
"react": "^16.8.6",
139139
"react-dom": "^16.8.6",
140140
"react-hot-loader": "^3.1.3",
141-
"react-transition-context": "^5.0.0",
142141
"rimraf": "^2.6.0",
143142
"semantic-release": "^15.13.3",
144143
"sinon": "^4.1.4",
@@ -149,7 +148,8 @@
149148
"dependencies": {
150149
"@babel/runtime": "^7.1.5",
151150
"inline-style-prefixer": "^4.0.0",
152-
"prop-types": "^15.6.0"
151+
"prop-types": "^15.6.0",
152+
"react-transition-context": "^5.0.0"
153153
},
154154
"peerDependencies": {
155155
"react": "^16.8.0"

0 commit comments

Comments
 (0)