We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 089a3d9 commit a54eeb3Copy full SHA for a54eeb3
package.json
@@ -53,8 +53,8 @@
53
"react-error-boundary": "^3.1.0"
54
},
55
"devDependencies": {
56
- "@typescript-eslint/eslint-plugin": "^4.9.1",
57
- "@typescript-eslint/parser": "^4.9.1",
+ "@typescript-eslint/eslint-plugin": "4.28.5",
+ "@typescript-eslint/parser": "4.28.5",
58
"all-contributors-cli": "6.20.0",
59
"codecov": "3.8.3",
60
"docz": "2.3.1",
@@ -63,11 +63,11 @@
63
"eslint": "7.31.0",
64
"get-pkg-repo": "4.1.1",
65
"kcd-scripts": "11.2.0",
66
- "prettier": "^2.2.1",
+ "prettier": "2.3.2",
67
"react": "17.0.2",
68
- "react-dom": "^17.0.1",
+ "react-dom": "17.0.2",
69
"react-test-renderer": "17.0.2",
70
- "ts-node": "^10.0.0",
+ "ts-node": "10.1.0",
71
"typescript": "4.3.5"
72
73
"peerDependencies": {
0 commit comments