This commit is contained in:
Nicolas Gallagher
2021-02-04 12:47:23 -08:00
parent 29b13262c3
commit 4b8cd20aaa
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "docs",
"version": "0.14.11",
"version": "0.14.12",
"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.11"
"react-native-web": "0.14.12"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.14.11",
"babel-plugin-react-native-web": "0.14.12",
"url-loader": "^3.0.0",
"webpack": "^4.41.5"
}