build(deps): bump react from 18.0.0 to 18.1.0 in /docs (#2822)

This commit is contained in:
dependabot[bot] 2022-05-02 22:20:18 +02:00 committed by GitHub
parent e2f45f6596
commit 6964ff23fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
docs/package-lock.json generated
View File

@ -44,7 +44,7 @@
"prism-react-renderer": "^1.3.1",
"prop-types": "^15.8.1",
"puppeteer": "^13.7.0",
"react": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",
@ -20279,9 +20279,9 @@
}
},
"node_modules/react": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/react/-/react-18.0.0.tgz",
"integrity": "sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/react/-/react-18.1.0.tgz",
"integrity": "sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==",
"dependencies": {
"loose-envify": "^1.1.0"
},
@ -41089,9 +41089,9 @@
}
},
"react": {
"version": "18.0.0",
"resolved": "https://registry.npmjs.org/react/-/react-18.0.0.tgz",
"integrity": "sha512-x+VL6wbT4JRVPm7EGxXhZ8w8LTROaxPXOqhlGyVSrv0sB1jkyFGgXxJ8LVoPRLvPR6/CIZGFmfzqUa2NYeMr2A==",
"version": "18.1.0",
"resolved": "https://registry.npmjs.org/react/-/react-18.1.0.tgz",
"integrity": "sha512-4oL8ivCz5ZEPyclFQXaNksK3adutVS8l2xzZU0cqEFrE9Sb7fC0EFK5uEk74wIreL1DERyjvsU915j1pcT2uEQ==",
"requires": {
"loose-envify": "^1.1.0"
}

View File

@ -41,7 +41,7 @@
"prism-react-renderer": "^1.3.1",
"prop-types": "^15.8.1",
"puppeteer": "^13.7.0",
"react": "^18.0.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-headroom": "^3.2.0",
"react-helmet": "^6.1.0",