Skip to content

Commit

Permalink
[Dev Deps] move top-level deps to the package(s) they’re used in.
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 18, 2017
1 parent c2da485 commit b56c640
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"babel-register": "^6.26.0",
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"create-react-class": "^15.6.0",
"eslint": "^4.10.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
Expand All @@ -88,7 +87,6 @@
"gitbook-plugin-github": "^2.0.0",
"in-publish": "^2.0.0",
"istanbul": "^1.0.0-alpha.2",
"jsdom": "^6.1.0",
"json-loader": "^0.5.4",
"karma": "^1.3.0",
"karma-chrome-launcher": "^1.0.1",
Expand All @@ -101,7 +99,6 @@
"prop-types": "^15.6.0",
"rimraf": "^2.6.2",
"safe-publish-latest": "^1.1.1",
"sinon": "^4.1.0",
"webpack": "^1.13.3"
},
"dependencies": {}
Expand Down
3 changes: 2 additions & 1 deletion packages/enzyme-test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@
"react-dom": "^15.5.0"
},
"devDependencies": {
"create-react-class": "^15.6.2",
"eslint": "^4.13.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1"
}
}
}
1 change: 1 addition & 0 deletions packages/enzyme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"in-publish": "^2.0.0",
"jsdom": "^6.5.1",
"rimraf": "^2.6.2",
"safe-publish-latest": "^1.1.1"
}
Expand Down

0 comments on commit b56c640

Please sign in to comment.