chore: bump react-icons, @types/node

This commit is contained in:
41666 2021-03-13 21:23:58 -05:00
parent 637be8bfa1
commit e7702fbcac
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@
},
"dependencies": {
"@roleypoly/types": "*",
"chroma-js": "^2.1.0",
"chroma-js": "^2.1.1",
"isomorphic-unfetch": "^3.1.0",
"ksuid": "^2.0.0",
"lodash": "^4.17.21",
@ -15,7 +15,7 @@
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.1.0",
"react-icons": "^4.2.0",
"react-is": "^17.0.1",
"react-tooltip": "^4.2.15",
"styled-components": "^5.2.1",

View file

@ -16,7 +16,7 @@
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.33",
"@types/node": "^14.14.34",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"memoize-one": "^5.1.1",
@ -25,7 +25,7 @@
"react-helmet": "^6.1.0",
"react-scripts": "4.0.3",
"typescript": "^4.2.3",
"web-vitals": "^1.1.0"
"web-vitals": "^1.1.1"
},
"devDependencies": {
"@craco/craco": "^6.1.1",