Skip to content

Commit 274ce58

Browse files
committed
Update root, peer deps, version.ts/json to 6.2.0-alpha.27
1 parent 9f4ce43 commit 274ce58

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

addons/docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@
130130
},
131131
"peerDependencies": {
132132
"@babel/core": "^7.11.5",
133-
"@storybook/angular": "6.2.0-alpha.26",
134-
"@storybook/vue": "6.2.0-alpha.26",
135-
"@storybook/vue3": "6.2.0-alpha.26",
133+
"@storybook/angular": "6.2.0-alpha.27",
134+
"@storybook/vue": "6.2.0-alpha.27",
135+
"@storybook/vue3": "6.2.0-alpha.27",
136136
"babel-loader": "^8.0.0",
137137
"react": "^16.8.0 || ^17.0.0",
138138
"react-dom": "^16.8.0 || ^17.0.0",
@@ -181,4 +181,4 @@
181181
"react-native"
182182
]
183183
}
184-
}
184+
}

addons/essentials/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
},
5757
"peerDependencies": {
5858
"@babel/core": "^7.9.6",
59-
"@storybook/vue": "6.2.0-alpha.26",
59+
"@storybook/vue": "6.2.0-alpha.27",
6060
"babel-loader": "^8.0.0",
6161
"react": "^16.8.0 || ^17.0.0",
6262
"react-dom": "^16.8.0 || ^17.0.0",
@@ -80,4 +80,4 @@
8080
"access": "public"
8181
},
8282
"gitHead": "dc281516a86ed63016caa2861f32f59d642adac7"
83-
}
83+
}

addons/storyshots/storyshots-puppeteer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@types/puppeteer": "^2.1.5"
5050
},
5151
"peerDependencies": {
52-
"@storybook/addon-storyshots": "6.2.0-alpha.26",
52+
"@storybook/addon-storyshots": "6.2.0-alpha.27",
5353
"puppeteer": "^2.0.0 || ^3.0.0"
5454
},
5555
"peerDependenciesMeta": {
@@ -61,4 +61,4 @@
6161
"access": "public"
6262
},
6363
"gitHead": "dc281516a86ed63016caa2861f32f59d642adac7"
64-
}
64+
}

lib/api/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '6.2.0-alpha.26';
1+
export const version = '6.2.0-alpha.27';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storybook/root",
3-
"version": "6.2.0-alpha.26",
3+
"version": "6.2.0-alpha.27",
44
"private": true,
55
"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.",
66
"keywords": [

0 commit comments

Comments
 (0)