Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Upgrade more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
peat-psuwit committed Aug 5, 2019
1 parent 2e13f42 commit df136e5
Show file tree
Hide file tree
Showing 2 changed files with 658 additions and 38 deletions.
15 changes: 9 additions & 6 deletions linkingProject/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,24 @@
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
"start": "react-native start",
"test": "jest",
"lint": "eslint ."
},
"dependencies": {
"linked-package": "link:../linked-package/",
"react": "16.8.6",
"react-native": "0.60.4"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"@babel/core": "^7.5.5",
"@babel/runtime": "^7.5.5",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.8.0",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.8.3"
"metro-react-native-babel-preset": "^0.55.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
Expand Down
Loading

0 comments on commit df136e5

Please sign in to comment.