chore: update some dev packages

This commit is contained in:
41666 2021-03-22 00:22:57 -04:00
parent 93d2dba8e8
commit f4165f8055
4 changed files with 42 additions and 22 deletions

View file

@ -11,12 +11,12 @@
"isomorphic-unfetch": "^3.1.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react": "^17.0.2",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.1",
"react-is": "^17.0.2",
"react-tooltip": "^4.2.15",
"styled-components": "^5.2.1",
"styled-normalize": "^8.0.7"

View file

@ -14,14 +14,14 @@
"@roleypoly/types": "*",
"@testing-library/jest-dom": "^5.11.9",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.6",
"@testing-library/user-event": "^13.0.7",
"@types/jest": "^26.0.21",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"memoize-one": "^5.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3",