We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419348f commit ab5ef30Copy full SHA for ab5ef30
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-async-script-loader",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "A decorator for script lazy loading on react component",
5
"main": "lib/index.js",
6
"scripts": {
@@ -24,7 +24,7 @@
24
},
25
"homepage": "https://github.com/leozdgao/react-script-loader#readme",
26
"peerDependencies": {
27
- "react": "^0.14.0"
+ "react": "^15.0.1"
28
29
"devDependencies": {
30
"babel-cli": "^6.1.18",
@@ -46,9 +46,9 @@
46
"karma-webpack": "~1.7.0",
47
"mocha": "~2.4.5",
48
"phantomjs-prebuilt": "~2.1.7",
49
- "react": "^0.14.7",
50
- "react-addons-test-utils": "^0.14.7",
51
- "react-dom": "^0.14.7",
+ "react": "^15.0.1",
+ "react-addons-test-utils": "^15.0.1",
+ "react-dom": "^15.0.1",
52
"webpack": "~1.12.14"
53
54
"dependencies": {
0 commit comments