Skip to content

Commit 5e32b58

Browse files
committed
Upgrade to React 16
1 parent 3ff94cf commit 5e32b58

File tree

3 files changed

+37
-119
lines changed

3 files changed

+37
-119
lines changed

package-lock.json

Lines changed: 33 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@
6969
"jsdom": "^7.2.2",
7070
"mocha": "^6.2.2",
7171
"prop-types": "^15.7.2",
72-
"react": "^15.0.1",
73-
"react-addons-test-utils": "^15.0.1",
74-
"react-dom": "^15.0.1",
72+
"react": "^16.8.6",
73+
"react-dom": "^16.8.6",
74+
"react-test-renderer": "^16.8.6",
7575
"rimraf": "^2.3.4",
7676
"whatwg-fetch": "*"
7777
},

test/components/connect.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* eslint-disable no-unused-vars */
22
import expect from 'expect'
33
import React, { Component } from 'react'
4-
import TestUtils from 'react-addons-test-utils'
4+
import TestUtils from 'react-dom/test-utils'
55
import PropTypes from 'prop-types'
66
import { connect, PromiseState } from '../../src/index'
77
import buildRequest from '../../src/utils/buildRequest'

0 commit comments

Comments
 (0)