This commit is contained in:
Nicolas Gallagher
2018-01-16 11:15:45 -08:00
parent d5e8d85ce9
commit 5cd533e6cc
5 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"lerna": "2.5.1", "lerna": "2.5.1",
"version": "0.3.0", "version": "0.3.1",
"npmClient": "yarn", "npmClient": "yarn",
"useWorkspaces": true, "useWorkspaces": true,
"packages": [ "packages": [
@@ -1,6 +1,6 @@
{ {
"name": "babel-plugin-react-native-web", "name": "babel-plugin-react-native-web",
"version": "0.3.0", "version": "0.3.1",
"description": "Babel plugin for React Native for Web", "description": "Babel plugin for React Native for Web",
"main": "index.js", "main": "index.js",
"devDependencies": { "devDependencies": {
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "benchmarks", "name": "benchmarks",
"version": "0.3.0", "version": "0.3.1",
"scripts": { "scripts": {
"benchmark": "webpack --config ./webpack.config.js && open index.html" "benchmark": "webpack --config ./webpack.config.js && open index.html"
}, },
@@ -17,14 +17,14 @@
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-jss": "^8.2.0", "react-jss": "^8.2.0",
"react-native-web": "^0.3.0", "react-native-web": "^0.3.1",
"reactxp": "^0.46.6", "reactxp": "^0.46.6",
"styled-components": "^2.3.2", "styled-components": "^2.3.2",
"styletron-client": "^3.0.0-rc.5", "styletron-client": "^3.0.0-rc.5",
"styletron-utils": "^3.0.0-rc.3" "styletron-utils": "^3.0.0-rc.3"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-react-native-web": "^0.3.0", "babel-plugin-react-native-web": "^0.3.1",
"css-loader": "^0.28.7", "css-loader": "^0.28.7",
"style-loader": "^0.19.1", "style-loader": "^0.19.1",
"webpack": "^3.10.0", "webpack": "^3.10.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "react-native-web", "name": "react-native-web",
"version": "0.3.0", "version": "0.3.1",
"description": "React Native for Web", "description": "React Native for Web",
"main": "dist/index.js", "main": "dist/index.js",
"files": [ "files": [
+3 -3
View File
@@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "website", "name": "website",
"version": "0.3.0", "version": "0.3.1",
"scripts": { "scripts": {
"build": "build-storybook -o ./dist -c ./storybook/.storybook", "build": "build-storybook -o ./dist -c ./storybook/.storybook",
"start": "start-storybook -p 9001 -c ./storybook/.storybook", "start": "start-storybook -p 9001 -c ./storybook/.storybook",
@@ -12,10 +12,10 @@
"@storybook/react": "^3.3.6", "@storybook/react": "^3.3.6",
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-native-web": "^0.3.0" "react-native-web": "^0.3.1"
}, },
"devDependencies": { "devDependencies": {
"babel-plugin-react-native-web": "^0.3.0", "babel-plugin-react-native-web": "^0.3.1",
"url-loader": "^0.6.2", "url-loader": "^0.6.2",
"webpack": "^3.10.0" "webpack": "^3.10.0"
} }