Skip to content

Commit d7732bd

Browse files
committed
Update root, peer deps, version.ts/json to 6.2.0-alpha.30
1 parent 02fc6be commit d7732bd

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
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.29",
134-
"@storybook/vue": "6.2.0-alpha.29",
135-
"@storybook/vue3": "6.2.0-alpha.29",
133+
"@storybook/angular": "6.2.0-alpha.30",
134+
"@storybook/vue": "6.2.0-alpha.30",
135+
"@storybook/vue3": "6.2.0-alpha.30",
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.29",
59+
"@storybook/vue": "6.2.0-alpha.30",
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": "66dbae1b4f46f0a654cca2a32410f4654ca48821"
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": "^5.4.0"
5050
},
5151
"peerDependencies": {
52-
"@storybook/addon-storyshots": "6.2.0-alpha.29",
52+
"@storybook/addon-storyshots": "6.2.0-alpha.30",
5353
"puppeteer": "^2.0.0 || ^3.0.0"
5454
},
5555
"peerDependenciesMeta": {
@@ -61,4 +61,4 @@
6161
"access": "public"
6262
},
6363
"gitHead": "66dbae1b4f46f0a654cca2a32410f4654ca48821"
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.29';
1+
export const version = '6.2.0-alpha.30';

lib/core-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
"webpack-bundle-analyzer": "^4.3.0"
102102
},
103103
"peerDependencies": {
104-
"@storybook/builder-webpack5": "6.2.0-alpha.29",
104+
"@storybook/builder-webpack5": "6.2.0-alpha.30",
105105
"react": "^16.8.0 || ^17.0.0",
106106
"react-dom": "^16.8.0 || ^17.0.0"
107107
},
@@ -117,4 +117,4 @@
117117
"access": "public"
118118
},
119119
"gitHead": "20db16edcd0c76c54f0d80970a288ec94ebd19e6"
120-
}
120+
}

lib/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@storybook/core-server": "6.2.0-alpha.29"
4141
},
4242
"peerDependencies": {
43-
"@storybook/builder-webpack5": "6.2.0-alpha.29",
43+
"@storybook/builder-webpack5": "6.2.0-alpha.30",
4444
"react": "^16.8.0 || ^17.0.0",
4545
"react-dom": "^16.8.0 || ^17.0.0"
4646
},
@@ -56,4 +56,4 @@
5656
"access": "public"
5757
},
5858
"gitHead": "66dbae1b4f46f0a654cca2a32410f4654ca48821"
59-
}
59+
}

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.29",
3+
"version": "6.2.0-alpha.30",
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)