Skip to content

Commit

Permalink
chore: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jun 14, 2020
1 parent 6833b8a commit fd89e1e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,20 @@
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.2",
"@testing-library/dom": "^7.9.0"
"@testing-library/dom": "^7.14.2"
},
"devDependencies": {
"@reach/router": "^1.3.3",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/jest-dom": "^5.10.0",
"@types/react-dom": "^16.9.8",
"dotenv-cli": "^3.1.0",
"dtslint": "3.6.9",
"kcd-scripts": "^6.2.0",
"dtslint": "3.6.12",
"kcd-scripts": "^6.2.3",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit fd89e1e

Please sign in to comment.