Skip to content

Commit 6137ebf

Browse files
committed
Update root, peer deps, version.ts/json to 6.2.0-beta.13
1 parent b234030 commit 6137ebf

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
@@ -131,9 +131,9 @@
131131
},
132132
"peerDependencies": {
133133
"@babel/core": "^7.11.5",
134-
"@storybook/angular": "6.2.0-beta.12",
135-
"@storybook/vue": "6.2.0-beta.12",
136-
"@storybook/vue3": "6.2.0-beta.12",
134+
"@storybook/angular": "6.2.0-beta.13",
135+
"@storybook/vue": "6.2.0-beta.13",
136+
"@storybook/vue3": "6.2.0-beta.13",
137137
"babel-loader": "^8.0.0",
138138
"react": "^16.8.0 || ^17.0.0",
139139
"react-dom": "^16.8.0 || ^17.0.0",
@@ -182,4 +182,4 @@
182182
"react-native"
183183
]
184184
}
185-
}
185+
}

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-beta.12",
59+
"@storybook/vue": "6.2.0-beta.13",
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": "2151d99b4ea5e2bdd9634055f55e05e46ab50c74"
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-beta.12",
52+
"@storybook/addon-storyshots": "6.2.0-beta.13",
5353
"puppeteer": "^2.0.0 || ^3.0.0"
5454
},
5555
"peerDependenciesMeta": {
@@ -61,4 +61,4 @@
6161
"access": "public"
6262
},
6363
"gitHead": "2151d99b4ea5e2bdd9634055f55e05e46ab50c74"
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-beta.12';
1+
export const version = '6.2.0-beta.13';

lib/core-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"jest-specific-snapshot": "^4.0.0"
106106
},
107107
"peerDependencies": {
108-
"@storybook/builder-webpack5": "6.2.0-beta.12",
108+
"@storybook/builder-webpack5": "6.2.0-beta.13",
109109
"react": "^16.8.0 || ^17.0.0",
110110
"react-dom": "^16.8.0 || ^17.0.0"
111111
},
@@ -121,4 +121,4 @@
121121
"access": "public"
122122
},
123123
"gitHead": "2151d99b4ea5e2bdd9634055f55e05e46ab50c74"
124-
}
124+
}

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-beta.12"
4141
},
4242
"peerDependencies": {
43-
"@storybook/builder-webpack5": "6.2.0-beta.12",
43+
"@storybook/builder-webpack5": "6.2.0-beta.13",
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": "2151d99b4ea5e2bdd9634055f55e05e46ab50c74"
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-beta.12",
3+
"version": "6.2.0-beta.13",
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)