Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 48398b6

Browse files
author
fritz-c
committed
Update react dependency
1 parent 8aa5c86 commit 48398b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"radium": "^0.17.1"
2121
},
2222
"peerDependencies": {
23-
"react": "^0.14.0"
23+
"react": "^15.0.1"
2424
},
2525
"devDependencies": {
2626
"gulp": "^3.9.1",
27-
"react": "^0.14.0",
27+
"react": "^15.0.1",
2828
"react-component-gulp-tasks": "^0.7.7",
29-
"react-dom": "^0.14.0",
29+
"react-dom": "^15.0.1",
3030
"rf-release": "^0.4.0"
3131
},
3232
"keywords": [
@@ -40,4 +40,4 @@
4040
"react-dom": "global:ReactDOM",
4141
"radium": "global:Radium"
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)