mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
15.6.2
This commit is contained in:
committed by
Sophie Alpert
parent
8c3cececb7
commit
5634f0d113
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "create-react-class",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"description": "Legacy API for creating React components.",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-create-fragment",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-css-transition-group",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-linked-state-mixin",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-pure-render-mixin",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-shallow-compare",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-test-utils",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-transition-group",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-addons-update",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
"keywords": [
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-linked-input",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"description": "LinkedInput supports the ReactLink semantics",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react-build",
|
||||
"private": true,
|
||||
"version": "15.6.1",
|
||||
"version": "15.6.2",
|
||||
"devDependencies": {
|
||||
"aliasify": "^2.0.0",
|
||||
"art": "^0.10.1",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dom-factories",
|
||||
"version": "15.6.0",
|
||||
"version": "15.6.2",
|
||||
"description": "React package for DOM factory methods.",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-dom",
|
||||
"version": "15.6.1",
|
||||
"version": "15.6.2",
|
||||
"description": "React package for working with the DOM.",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
@@ -19,7 +19,7 @@
|
||||
"prop-types": "^15.5.10"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^15.6.1"
|
||||
"react": "^15.6.2"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-test-renderer",
|
||||
"version": "15.6.1",
|
||||
"version": "15.6.2",
|
||||
"description": "React package for snapshot testing.",
|
||||
"main": "index.js",
|
||||
"repository": "facebook/react",
|
||||
@@ -19,7 +19,7 @@
|
||||
"object-assign": "^4.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^15.6.1"
|
||||
"react": "^15.6.2"
|
||||
},
|
||||
"files": [
|
||||
"LICENSE",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "react",
|
||||
"description": "React is a JavaScript library for building user interfaces.",
|
||||
"version": "15.6.1",
|
||||
"version": "15.6.2",
|
||||
"keywords": [
|
||||
"react"
|
||||
],
|
||||
|
||||
+1
-1
@@ -9,4 +9,4 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
module.exports = '15.6.1';
|
||||
module.exports = '15.6.2';
|
||||
|
||||
Reference in New Issue
Block a user