Skip to content

Commit

Permalink
fix: upgrade dependencies, typescript, @testing-library/dom etc (#816)
Browse files Browse the repository at this point in the history
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
  • Loading branch information
weyert and tapico-weyert committed Nov 3, 2020
1 parent 48d2e73 commit e07e641
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -43,20 +43,20 @@
"author": "Kent C. Dodds <me@kentcdodds.com> (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

0 comments on commit e07e641

Please sign in to comment.