Skip to content

Commit

Permalink
chore: yarn upgrade --latest / moved np to devDepenencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Jun 29, 2020
1 parent 0715c3d commit b795259
Show file tree
Hide file tree
Showing 2 changed files with 320 additions and 176 deletions.
10 changes: 4 additions & 6 deletions package.json
Expand Up @@ -33,19 +33,17 @@
],
"devDependencies": {
"@react-native-community/eslint-config": "^2.0.0",
"@types/react": "16.9.38",
"@types/react-native": "0.62.13",
"@types/react": "16.9.41",
"@types/react-native": "0.62.14",
"genversion": "^2.2.1",
"np": "^6.2.5",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typedoc": "^0.17.7",
"typedoc": "^0.17.8",
"typedoc-plugin-markdown": "^2.3.1",
"typescript": "^3.9.5"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"np": "^6.2.4"
}
}

0 comments on commit b795259

Please sign in to comment.