Skip to content

Commit ab5ef30

Browse files
committed
update to react 15
1 parent 419348f commit ab5ef30

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-async-script-loader",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "A decorator for script lazy loading on react component",
55
"main": "lib/index.js",
66
"scripts": {
@@ -24,7 +24,7 @@
2424
},
2525
"homepage": "https://github.com/leozdgao/react-script-loader#readme",
2626
"peerDependencies": {
27-
"react": "^0.14.0"
27+
"react": "^15.0.1"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.1.18",
@@ -46,9 +46,9 @@
4646
"karma-webpack": "~1.7.0",
4747
"mocha": "~2.4.5",
4848
"phantomjs-prebuilt": "~2.1.7",
49-
"react": "^0.14.7",
50-
"react-addons-test-utils": "^0.14.7",
51-
"react-dom": "^0.14.7",
49+
"react": "^15.0.1",
50+
"react-addons-test-utils": "^15.0.1",
51+
"react-dom": "^15.0.1",
5252
"webpack": "~1.12.14"
5353
},
5454
"dependencies": {

0 commit comments

Comments
 (0)