Skip to content

Commit

Permalink
chore: update all deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Sep 2, 2020
1 parent 693228c commit 534ea33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.10.3",
"@testing-library/dom": "^7.22.3"
"@babel/runtime": "^7.11.2",
"@testing-library/dom": "^7.23.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/jest-dom": "^5.11.4",
"@types/react-dom": "^16.9.8",
"dotenv-cli": "^3.1.0",
"dtslint": "3.6.12",
"kcd-scripts": "^6.2.3",
"dotenv-cli": "^3.2.0",
"dtslint": "4.0.0",
"kcd-scripts": "^6.3.0",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
"typescript": "^4.0.2"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 534ea33

Please sign in to comment.