Skip to content

Commit

Permalink
(chore) - move wrongly placed import (#304)
Browse files Browse the repository at this point in the history
* move wrongly placed import

* move types declaration as well
  • Loading branch information
JoviDeCroock authored and kitten committed Jun 18, 2019
1 parent 40e371b commit 74776fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@
"@babel/core": "^7.4.5",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-jsx": "^7.3.0",
"@testing-library/react": "^8.0.1",
"@types/enzyme": "3.1.16",
"@types/fast-json-stable-stringify": "^2.0.0",
"@types/graphql": "^14.0.7",
"@types/jest": "^23.3.13",
"@types/react": "16.8.2",
Expand Down Expand Up @@ -132,8 +134,6 @@
"react-dom": ">= 16.8.0"
},
"dependencies": {
"@testing-library/react": "^8.0.1",
"@types/fast-json-stable-stringify": "^2.0.0",
"fast-json-stable-stringify": "^2.0.0",
"graphql-tag": "^2.10.1",
"prop-types": "^15.6.0",
Expand Down

0 comments on commit 74776fe

Please sign in to comment.