Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: upgrade dependencies, typescript, @testing-library/dom etc
  • Loading branch information
tapico-weyert committed Nov 3, 2020
commit 517722335f14a436b765ef06b6d2ab71e3a2ce60
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 <[email protected]> (https://kentcdodds.com)",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.11.2",
"@testing-library/dom": "^7.26.0"
"@babel/runtime": "^7.12.1",
"@testing-library/dom": "^7.26.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/jest-dom": "^5.11.5",
"@types/react-dom": "^16.9.8",
"dotenv-cli": "^3.2.0",
"dtslint": "4.0.0",
"kcd-scripts": "^6.3.0",
"dotenv-cli": "^4.0.0",
"dtslint": "4.0.4",
"kcd-scripts": "^6.6.0",
"npm-run-all": "^4.1.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"rimraf": "^3.0.2",
"typescript": "^4.0.2"
"typescript": "^4.0.5"
},
"peerDependencies": {
"react": "*",
Expand Down