Skip to content

Commit

Permalink
Update root, peer deps, version.ts/json to 6.2.0-alpha.26
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Feb 13, 2021
1 parent 0e575e9 commit f95aaae
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
},
"peerDependencies": {
"@babel/core": "^7.11.5",
"@storybook/angular": "6.2.0-alpha.25",
"@storybook/vue": "6.2.0-alpha.25",
"@storybook/vue3": "6.2.0-alpha.25",
"@storybook/angular": "6.2.0-alpha.26",
"@storybook/vue": "6.2.0-alpha.26",
"@storybook/vue3": "6.2.0-alpha.26",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
Expand Down Expand Up @@ -165,4 +165,4 @@
"access": "public"
},
"gitHead": "d4ff49b2dee7c5a3c50e992832bd0ae4d3e52e41"
}
}
4 changes: 2 additions & 2 deletions addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"peerDependencies": {
"@babel/core": "^7.9.6",
"@storybook/vue": "6.2.0-alpha.25",
"@storybook/vue": "6.2.0-alpha.26",
"babel-loader": "^8.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0",
Expand All @@ -80,4 +80,4 @@
"access": "public"
},
"gitHead": "d4ff49b2dee7c5a3c50e992832bd0ae4d3e52e41"
}
}
4 changes: 2 additions & 2 deletions addons/storyshots/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@types/puppeteer": "^2.1.5"
},
"peerDependencies": {
"@storybook/addon-storyshots": "6.2.0-alpha.25",
"@storybook/addon-storyshots": "6.2.0-alpha.26",
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependenciesMeta": {
Expand All @@ -61,4 +61,4 @@
"access": "public"
},
"gitHead": "d4ff49b2dee7c5a3c50e992832bd0ae4d3e52e41"
}
}
2 changes: 1 addition & 1 deletion lib/api/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '6.2.0-alpha.25';
export const version = '6.2.0-alpha.26';
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.2.0-alpha.25",
"version": "6.2.0-alpha.26",
"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 f95aaae

Please sign in to comment.