Skip to content

Commit e07e641

Browse files
weyerttapico-weyert
andauthoredNov 3, 2020
fix: upgrade dependencies, typescript, @testing-library/dom etc (#816)
Co-authored-by: Weyert de Boer <weyert.deboer@tapico.io>
1 parent 48d2e73 commit e07e641

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,20 @@
4343
"author": "Kent C. Dodds <me@kentcdodds.com> (https://kentcdodds.com)",
4444
"license": "MIT",
4545
"dependencies": {
46-
"@babel/runtime": "^7.11.2",
47-
"@testing-library/dom": "^7.26.0"
46+
"@babel/runtime": "^7.12.1",
47+
"@testing-library/dom": "^7.26.4"
4848
},
4949
"devDependencies": {
50-
"@testing-library/jest-dom": "^5.11.4",
50+
"@testing-library/jest-dom": "^5.11.5",
5151
"@types/react-dom": "^16.9.8",
52-
"dotenv-cli": "^3.2.0",
53-
"dtslint": "4.0.0",
54-
"kcd-scripts": "^6.3.0",
52+
"dotenv-cli": "^4.0.0",
53+
"dtslint": "4.0.4",
54+
"kcd-scripts": "^6.6.0",
5555
"npm-run-all": "^4.1.5",
5656
"react": "^16.13.1",
5757
"react-dom": "^16.13.1",
5858
"rimraf": "^3.0.2",
59-
"typescript": "^4.0.2"
59+
"typescript": "^4.0.5"
6060
},
6161
"peerDependencies": {
6262
"react": "*",

0 commit comments

Comments
 (0)