This commit is contained in:
Nicolas Gallagher
2020-10-09 12:59:41 -07:00
parent 38fd574984
commit 78174d7b48
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.13.18",
"version": "0.14.0",
"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.13.18"
"react-native-web": "0.14.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.13.18",
"babel-plugin-react-native-web": "0.14.0",
"url-loader": "^3.0.0",
"webpack": "^4.41.5"
}