Skip to content

Commit 911f249

Browse files
author
Kent C. Dodds
committed
add emotion to the right dep
1 parent 2bda6fb commit 911f249

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
@@ -41,7 +41,6 @@
4141
"css-loader": "^0.28.11",
4242
"cypress": "^3.0.1",
4343
"cypress-testing-library": "^2.2.0",
44-
"emotion": "^9.2.4",
4544
"eslint": "^5.0.1",
4645
"eslint-config-kentcdodds": "^14.0.0",
4746
"file-loader": "^1.1.11",
@@ -56,7 +55,6 @@
5655
"jest-watch-typeahead": "^0.1.0",
5756
"lint-staged": "^7.2.0",
5857
"prop-types": "^15.6.2",
59-
"react-emotion": "^9.2.4",
6058
"react-testing-library": "^4.0.2",
6159
"serve": "^9.1.0",
6260
"start-server-and-test": "^1.4.1",
@@ -66,8 +64,10 @@
6664
"webpack-serve": "^1.0.4"
6765
},
6866
"dependencies": {
67+
"emotion": "^9.2.4",
6968
"react": "^16.4.1",
7069
"react-dom": "^16.4.1",
70+
"react-emotion": "^9.2.4",
7171
"react-loadable": "^5.4.0",
7272
"react-point": "^3.0.1"
7373
}

0 commit comments

Comments
 (0)