Skip to content

Commit

Permalink
Make peerDependencies loose again (see lerna/lerna#1018)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hypnosphi committed Mar 10, 2018
1 parent c51d0de commit 9f3abba
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"faker": "^4.1.0"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"uuid": "^3.2.1"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/background/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*"
}
}
2 changes: 1 addition & 1 deletion addons/events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-textarea-autosize": "^5.2.1"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*"
}
}
2 changes: 1 addition & 1 deletion addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/knobs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vue": "^2.5.13"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-dom": "^16.1.0"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/notes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/react": "^16.0.20"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*"
}
}
2 changes: 1 addition & 1 deletion addons/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@storybook/react": "3.4.0-rc.0"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
4 changes: 2 additions & 2 deletions addons/storyshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"devDependencies": {
"@storybook/addon-actions": "3.4.0-rc.0",
"@storybook/addon-links": "3.4.0-rc.0",
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"@storybook/react": "3.4.0-rc.0",
"enzyme-to-json": "^3.3.1",
"react": "^16.1.0",
"react-dom": "^16.1.0"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"babel-core": "^6.26.0 || ^7.0.0-0"
}
}
2 changes: 1 addition & 1 deletion addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"react-syntax-highlighter": "^7.0.2"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*",
"react-dom": "*"
}
Expand Down
2 changes: 1 addition & 1 deletion addons/viewport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"prop-types": "^15.6.1"
},
"peerDependencies": {
"@storybook/addons": "3.4.0-rc.0",
"@storybook/addons": "^3.3.0",
"react": "*"
}
}

0 comments on commit 9f3abba

Please sign in to comment.