diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 379791e..b0de6e7 100644 --- a/package.json +++ b/package.json @@ -9,10 +9,10 @@ "@fortawesome/react-fontawesome": "^0.1.14", "@react-pdf/renderer": "^2.0.16", "@testing-library/jest-dom": "^5.11.10", - "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.8.3", + "@testing-library/react": "^12.0.0", + "@testing-library/user-event": "^13.1.9", "@types/jest": "^26.0.22", - "@types/node": "^14.14.37", + "@types/node": "^16.3.1", "@types/react": "^17.0.3", "@types/react-datepicker": "^4.1.1", "@types/react-dom": "^17.0.3", @@ -27,7 +27,7 @@ "react-router-dom": "^5.2.0", "react-scripts": "4.0.3", "typescript": "^4.3.5", - "web-vitals": "^1.1.1", + "web-vitals": "^2.1.0", "yarn": "^1.22.10" }, "scripts": { |