chore: update deps

This commit is contained in:
41666 2022-01-22 19:52:09 -05:00
parent 4e2616c1a7
commit 9ef8202259
9 changed files with 2721 additions and 3429 deletions

View file

@ -11,25 +11,26 @@
"@reach/router": "^1.3.4",
"@roleypoly/design-system": "*",
"@roleypoly/misc-utils": "*",
"memoize-one": "^5.2.1",
"memoize-one": "^6.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scripts": "4.0.3",
"typescript": "^4.3.5",
"web-vitals": "^2.1.0"
"react-scripts": "^4.0.3",
"typescript": "^4.5.5",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@craco/craco": "^6.2.0",
"@roleypoly/types": "*",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.1.9",
"@types/jest": "^26.0.24",
"@types/node": "^16.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"@types/react-helmet": "^6.1.2",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@types/reach__router": "^1.3.10",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-helmet": "^6.1.5",
"babel-loader": "8.1.0",
"cross-env": "7.0.3",
"ts-loader": "^8.3.0",