This commit is contained in:
Nicolas Gallagher
2020-12-04 11:47:36 -08:00
parent 624b9ddec0
commit c4e0fd7ab5
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.14.8",
"version": "0.14.9",
"scripts": {
"build": "build-storybook --docs -o ./dist -c ./.storybook",
"start": "start-storybook --docs -p 9001 -c ./.storybook",
@@ -13,10 +13,10 @@
"@storybook/cli": "^5.3.9",
"@storybook/react": "^5.3.9",
"@storybook/theming": "^5.3.9",
"react-native-web": "0.14.8"
"react-native-web": "0.14.9"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.14.8",
"babel-plugin-react-native-web": "0.14.9",
"url-loader": "^3.0.0",
"webpack": "^4.41.5"
}