Skip to content

Commit

Permalink
Update yarn.lock file
Browse files Browse the repository at this point in the history
I used something like:

<edit package.json to update the @types/react resolution>

git clean -dfx
yarn install
yarn check
yarn-tools fix-duplicates yarn.lock > a
mv a yarn.lock
git clean -dfx
yarn install
  • Loading branch information
jasongrout committed Oct 4, 2018
1 parent 24b5fd2 commit ba4f0f8
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 356 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"tslint-plugin-prettier": "^1.3.0"
},
"resolutions": {
"@types/react": "16.3.13",
"@types/react": "~16.4.13",
"@types/react-dom": "16.0.3"
},
"workspaces": [
Expand Down
Loading

0 comments on commit ba4f0f8

Please sign in to comment.