Updating packages for 16.0.0-alpha.6 release

This commit is contained in:
Brian Vaughn
2017-03-24 15:44:09 -07:00
committed by Dan Abramov
parent c5156eb0be
commit 71a87bcfee
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react-build",
"private": true,
"version": "16.0.0-alpha.5",
"version": "16.0.0-alpha.6",
"devDependencies": {
"aliasify": "^2.0.0",
"art": "^0.10.1",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-dom",
"version": "16.0.0-alpha.5",
"version": "16.0.0-alpha.6",
"description": "React package for working with the DOM.",
"main": "index.js",
"repository": "facebook/react",
@@ -18,7 +18,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha.5"
"react": "^16.0.0-alpha.6"
},
"files": [
"LICENSE",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "react-noop-renderer",
"version": "16.0.0-alpha.5",
"version": "16.0.0-alpha.6",
"private": true,
"description": "React package for testing the Fiber reconciler.",
"main": "index.js",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "react-test-renderer",
"version": "16.0.0-alpha.5",
"version": "16.0.0-alpha.6",
"description": "React package for snapshot testing.",
"main": "index.js",
"repository": "facebook/react",
@@ -19,7 +19,7 @@
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-alpha.5"
"react": "^16.0.0-alpha.6"
},
"files": [
"LICENSE",
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "react",
"description": "React is a JavaScript library for building user interfaces.",
"version": "16.0.0-alpha.5",
"version": "16.0.0-alpha.6",
"keywords": [
"react"
],
+1 -1
View File
@@ -11,4 +11,4 @@
'use strict';
module.exports = '16.0.0-alpha.5';
module.exports = '16.0.0-alpha.6';