We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6833b8a commit fd89e1eCopy full SHA for fd89e1e
package.json
@@ -44,19 +44,20 @@
44
"license": "MIT",
45
"dependencies": {
46
"@babel/runtime": "^7.10.2",
47
- "@testing-library/dom": "^7.9.0"
+ "@testing-library/dom": "^7.14.2"
48
},
49
"devDependencies": {
50
"@reach/router": "^1.3.3",
51
- "@testing-library/jest-dom": "^5.9.0",
+ "@testing-library/jest-dom": "^5.10.0",
52
"@types/react-dom": "^16.9.8",
53
"dotenv-cli": "^3.1.0",
54
- "dtslint": "3.6.9",
55
- "kcd-scripts": "^6.2.0",
+ "dtslint": "3.6.12",
+ "kcd-scripts": "^6.2.3",
56
"npm-run-all": "^4.1.5",
57
"react": "^16.13.1",
58
"react-dom": "^16.13.1",
59
- "rimraf": "^3.0.2"
+ "rimraf": "^3.0.2",
60
+ "typescript": "^3.9.5"
61
62
"peerDependencies": {
63
"react": "*",
0 commit comments