Skip to content

Commit

Permalink
Update root, peer deps to 6.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Aug 11, 2020
1 parent ba55375 commit de37d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/puppeteer": "^2.0.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "6.0.0-rc.30",
"@storybook/addon-storyshots": "6.0.0",
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -61,4 +61,4 @@
]
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/root",
"version": "6.0.0-rc.30",
"version": "6.0.0",
"private": true,
"description": "Storybook is an open source tool for developing UI components in isolation for React, Vue and Angular. It makes building stunning UIs organized and efficient.",
"keywords": [
Expand Down

0 comments on commit de37d6f

Please sign in to comment.