This commit is contained in:
Nicolas Gallagher
2020-11-09 15:57:38 -08:00
parent e5ded58972
commit 6928fab9e0
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.14.7",
"version": "0.14.8",
"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.7"
"react-native-web": "0.14.8"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.14.7",
"babel-plugin-react-native-web": "0.14.8",
"url-loader": "^3.0.0",
"webpack": "^4.41.5"
}