Skip to content

Commit

Permalink
yarn-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Jun 5, 2019
1 parent ae29cb9 commit e6caabb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ node_modules
coverage
build
scripts/workshop-setup.js
src/babel.js
src/react-dom.development.js
src/react.development.js
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
coverage
build
scripts/workshop-setup.js
src/babel.js
src/react-dom.development.js
src/react.development.js
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
},
"dependencies": {
"@reach/router": "^1.2.1",
"@testing-library/react": "^8.0.1",
"history": "^4.9.0",
"jest-dom": "^3.4.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"@testing-library/react": "^8.0.1",
"stop-runaway-react-effects": "^1.2.0"
},
"devDependencies": {
"cross-spawn": "^6.0.5",
"husky": "^2.3.0",
"husky": "^2.4.0",
"inquirer": "^6.3.1",
"is-ci": "^2.0.0",
"npm-run-all": "^4.1.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4710,10 +4710,10 @@ https-browserify@^1.0.0:
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=

husky@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-2.3.0.tgz#8b78ed24d763042df7fd899991985d65a976dd13"
integrity sha512-A/ZQSEILoq+mQM3yC3RIBSaw1bYXdkKnyyKVSUiJl+iBjVZc5LQEXdGY1ZjrDxC4IzfRPiJ0IqzEQGCN5TQa/A==
husky@^2.4.0:
version "2.4.0"
resolved "https://registry.yarnpkg.com/husky/-/husky-2.4.0.tgz#1bac7c44588f6e91f808b72efc82d24a57194f36"
integrity sha512-3k1wuZU20gFkphNWMjh2ISCFaqfbaLY7R9FST2Mj9HeRhUK9ydj9qQR8qfXlog3EctVGsyeilcZkIT7uBZDDVA==
dependencies:
cosmiconfig "^5.2.0"
execa "^1.0.0"
Expand Down

0 comments on commit e6caabb

Please sign in to comment.