Skip to content

Commit

Permalink
BUGFIX: moved identity-obj-proxy directly to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Heckendorf committed Sep 13, 2018
1 parent a101482 commit 991f8d7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@
"node": ">=8.11.4",
"yarn": ">=1.6.0"
},
"dependencies": {
"identity-obj-proxy": "3.0.0"
},
"devDependencies": {
"@immowelt/eslint-config-immowelt-react": "2.1.1",
"@immowelt/jest-preset-node": "1.1.1",
Expand All @@ -37,7 +40,6 @@
"peerDependencies": {
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.0.2",
"identity-obj-proxy": "3.0.0",
"jest": "^23.0.0",
"babel-jest": "^23.0.0"
},
Expand Down

0 comments on commit 991f8d7

Please sign in to comment.