chore(deps): bump react to 17.0.2

This commit is contained in:
Jean-Philippe Sirois
2021-06-01 00:51:05 -04:00
parent 3a91682c32
commit aa04970c61
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -18532,13 +18532,12 @@
}
},
"react": {
"version": "16.14.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.14.0.tgz",
"integrity": "sha512-0X2CImDkJGApiAlcf0ODKIneSwBPhqJawOa5wCtKbu7ZECrmS26NvtSILynQ66cgkT/RJ4LidJOc3bUESwmU8g==",
"version": "17.0.2",
"resolved": "https://registry.npmjs.org/react/-/react-17.0.2.tgz",
"integrity": "sha512-gnhPt75i/dq/z3/6q/0asP78D0u592D5L1pd7M8P+dck6Fu/jJeL6iVVK23fptSUZj8Vjf++7wXA8UNclGQcbA==",
"requires": {
"loose-envify": "^1.1.0",
"object-assign": "^4.1.1",
"prop-types": "^15.6.2"
"object-assign": "^4.1.1"
}
},
"react-dev-utils": {
+1 -1
View File
@@ -52,7 +52,7 @@
"polished": "^4.1.3",
"prismjs": "^1.23.0",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react": "^17.0.2",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-highlight": "^0.12.0",