Skip to content

Commit

Permalink
Upgrade to React 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanbrainard committed Oct 23, 2019
1 parent 3ff94cf commit 5e32b58
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 119 deletions.
148 changes: 33 additions & 115 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@
"jsdom": "^7.2.2",
"mocha": "^6.2.2",
"prop-types": "^15.7.2",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-test-renderer": "^16.8.6",
"rimraf": "^2.3.4",
"whatwg-fetch": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion test/components/connect.spec.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable no-unused-vars */
import expect from 'expect'
import React, { Component } from 'react'
import TestUtils from 'react-addons-test-utils'
import TestUtils from 'react-dom/test-utils'
import PropTypes from 'prop-types'
import { connect, PromiseState } from '../../src/index'
import buildRequest from '../../src/utils/buildRequest'
Expand Down

0 comments on commit 5e32b58

Please sign in to comment.