Skip to content

Commit ae6e91b

Browse files
committed
cleanup deps
1 parent 3895f19 commit ae6e91b

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

package.json

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-currency-input",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "React component for inputing currency amounts",
55
"main": "lib/react-currency-input.cjs.js",
66
"jsnext:main": "lib/react-currency-input.es.js",
@@ -37,9 +37,9 @@
3737
},
3838
"homepage": "https://github.com/jsillitoe/react-currency-input#readme",
3939
"peerDependencies": {
40-
"prop-types": ">=15",
41-
"react": ">=15",
42-
"react-dom": ">=15"
40+
"prop-types": "^16.0.0",
41+
"react": "^16.0.0",
42+
"react-dom": "^16.0.0"
4343
},
4444
"devDependencies": {
4545
"babel-cli": "^6.18.0",
@@ -56,9 +56,6 @@
5656
"jsdom": "^9.2.1",
5757
"mocha": "^2.5.3",
5858
"prop-types": "^15.6.0",
59-
"react": "^16.0.0",
60-
"react-addons-test-utils": "^15.1.0",
61-
"react-dom": "^16.0.0",
6259
"rimraf": "^2.5.2",
6360
"rollup": "^0.50.0",
6461
"rollup-plugin-buble": "^0.16.0",
@@ -79,9 +76,7 @@
7976
"babel-register": "6.26.0",
8077
"browserify": "13.3.0",
8178
"jsdom": "9.12.0",
82-
"react": "16.2.0",
83-
"react-addons-test-utils": "15.6.2",
84-
"react-dom": "16.2.0",
79+
"prop-types": "15.6.0",
8580
"rimraf": "2.6.2",
8681
"sinon": "1.17.7",
8782
"sinon-chai": "2.14.0"

0 commit comments

Comments
 (0)