This commit is contained in:
Nicolas Gallagher
2018-03-07 19:56:46 -08:00
parent 74e1a196b6
commit eae3ee9dca
5 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"name": "react-native-web-monorepo",
"scripts": {
"clean": "del ./packages/*/dist",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-plugin-react-native-web",
"version": "0.5.1",
"version": "0.5.2",
"description": "Babel plugin for React Native for Web",
"main": "index.js",
"devDependencies": {

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "benchmarks",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"build": "mkdir -p dist && cp -f index.html dist/index.html && webpack --config ./webpack.config.js",
"release": "yarn build && git checkout gh-pages && rm -rf ../../benchmarks && mv dist ../../benchmarks && git add -A && git commit -m \"Benchmarks deploy\" && git push origin gh-pages && git checkout -"
@@ -19,7 +19,7 @@
"react-dom": "^16.2.0",
"react-fela": "^7.0.1",
"react-jss": "^8.3.3",
"react-native-web": "0.5.1",
"react-native-web": "0.5.2",
"reactxp": "^1.0.0",
"styled-components": "^3.2.0",
"styled-jsx": "^2.2.5",
@@ -27,7 +27,7 @@
"styletron-react": "^4.0.0"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.5.1",
"babel-plugin-react-native-web": "0.5.2",
"css-loader": "^0.28.10",
"style-loader": "^0.20.2",
"webpack": "^3.10.0",

View File

@@ -1,6 +1,6 @@
{
"name": "react-native-web",
"version": "0.5.1",
"version": "0.5.2",
"description": "React Native for Web",
"main": "dist/index.js",
"files": [

View File

@@ -1,7 +1,7 @@
{
"private": true,
"name": "website",
"version": "0.5.1",
"version": "0.5.2",
"scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -12,10 +12,10 @@
"@storybook/react": "^3.3.6",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-native-web": "0.5.1"
"react-native-web": "0.5.2"
},
"devDependencies": {
"babel-plugin-react-native-web": "0.5.1",
"babel-plugin-react-native-web": "0.5.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}