Skip to content

Commit

Permalink
Move enzyme types to dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarmueller committed Feb 15, 2019
1 parent 94953b0 commit d6f904b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@
]
},
"dependencies": {
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/react": "^16.4.14",
"@types/react-redux": "^5.0.19",
"lodash": "^4.17.4"
Expand All @@ -68,6 +66,8 @@
"react-redux": "^6.0.0"
},
"devDependencies": {
"@types/enzyme": "^3.1.15",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@jsonforms/core": "^2.2.1-alpha.1",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.7.1",
Expand Down

0 comments on commit d6f904b

Please sign in to comment.