Skip to content

Commit 67a8db3

Browse files
author
Brian Vaughn
committed
Removed 'peerDependencies' block from package.json for add-ons we think will continue to work for the forseeable future
1 parent fe4a5b4 commit 67a8db3

File tree

5 files changed

+1
-18
lines changed

5 files changed

+1
-18
lines changed

addons/react-addons-create-fragment/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,5 @@
2222
],
2323
"scripts": {
2424
"test": "jest"
25-
},
26-
"devDependencies": {
27-
"jest": "^19.0.2",
28-
"react": "^16.0.0-alpha.4",
29-
"react-dom": "^16.0.0-alpha.4"
3025
}
3126
}

addons/react-addons-linked-state-mixin/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"fbjs": "^0.8.4",
1313
"object-assign": "^4.1.0"
1414
},
15-
"peerDependencies": {
16-
"react": "^15.4.2"
17-
},
1815
"scripts": {
1916
"test": "jest"
2017
},

addons/react-addons-shallow-compare/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"fbjs": "^0.8.4",
1313
"object-assign": "^4.1.0"
1414
},
15-
"peerDependencies": {
16-
"react": "^15.5.0"
17-
},
1815
"files": [
1916
"LICENSE",
2017
"PATENTS",

addons/react-addons-update/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212
"fbjs": "^0.8.9",
1313
"object-assign": "^4.1.0"
1414
},
15-
"peerDependencies": {
16-
"react": "^15.4.2"
17-
},
1815
"files": [
1916
"LICENSE",
2017
"PATENTS",

addons/react-linked-input/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,5 @@
1717
"linked",
1818
"reactlink"
1919
],
20-
"license": "BSD-3-Clause",
21-
"peerDependencies": {
22-
"react": "^15.0.1"
23-
}
20+
"license": "BSD-3-Clause"
2421
}

0 commit comments

Comments
 (0)