-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b91cfb
commit c12a375
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,7 +45,8 @@ | |
"test": "rc-test run test", | ||
"chrome-test": "rc-test run chrome-test", | ||
"coverage": "rc-test run coverage", | ||
"rn-start": "node node_modules/react-native/local-cli/cli.js start" | ||
"rn-start": "node node_modules/react-native/local-cli/cli.js start", | ||
"rn-init": "rc-tools run react-native-init" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "6.x", | ||
|
@@ -57,8 +58,9 @@ | |
}, | ||
"devDependencies": { | ||
"@types/mocha": "~2.2.32", | ||
"@types/react": "^15.0.27", | ||
"@types/react-dom": "^15.5.0", | ||
"@types/react": "^16.0.0", | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
paranoidjk
Author
Member
|
||
"@types/react-dom": "^15.5.1", | ||
"@types/react-native": "^0.46.9", | ||
"array-tree-filter": "1.x", | ||
"expect.js": "0.3.x", | ||
"fastclick": "^1.0.6", | ||
|
@@ -67,8 +69,8 @@ | |
"rc-tools": "6.x", | ||
"react": "15.5.x", | ||
"react-dom": "15.5.x", | ||
"react-native": "0.41.x", | ||
"react-native-index-page": "~0.2.0" | ||
"react-native": "~0.42.0", | ||
"react-native-index-page": "~0.2.1" | ||
}, | ||
"typings": "./lib/index.d.ts", | ||
"pre-commit": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@types/react
写了 16 ,但下边 "react": "15.5.x", 是这个没有问题吗?