Skip to content

Commit

Permalink
Remove jest-plugins as a peerDependency from individual packages
Browse files Browse the repository at this point in the history
  • Loading branch information
negativetwelve committed Feb 19, 2018
1 parent cb88add commit 0d197ba
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 20 deletions.
3 changes: 1 addition & 2 deletions packages/jest-plugin-action/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"jest-plugin-set": "^2.6.0"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"devDependencies": {
"jest-plugin-context": "^2.6.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-clock/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"mockdate": "^2.0.2"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"devDependencies": {
"jest-plugin-context": "^2.6.0"
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-console-matchers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
"setup.js"
],
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"devDependencies": {
"jest-plugin-action": "^2.6.0",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"setup.js"
],
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-for-each/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
"jest-plugin-set": "^2.6.0"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@
"memfs": "^2.5.5"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"devDependencies": {
"fs-extra": "^4.0.1",
Expand Down
1 change: 0 additions & 1 deletion packages/jest-plugin-it-renders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*",
"react": "*"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion packages/jest-plugin-it-shallow-renders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*",
"react": "*"
},
"devDependencies": {
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-its/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"jest-plugin-set": "^2.6.0"
},
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-set/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
"setup.js"
],
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"scripts": {
"build": "babel src --out-dir build --ignore '**/*.spec.js'",
Expand Down
3 changes: 1 addition & 2 deletions packages/jest-plugin-unhandled-promise/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"setup.js"
],
"peerDependencies": {
"jest": "*",
"jest-plugins": "*"
"jest": "*"
},
"devDependencies": {
"jest-plugin-action": "^2.6.0",
Expand Down

0 comments on commit 0d197ba

Please sign in to comment.