From d2fea430b199e1b0d05f3f9c4a79480d89df33b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 19:50:04 +0000 Subject: [PATCH] build(deps): bump react from 18.0.0 to 18.1.0 in /docs Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 18.0.0 to 18.1.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/v18.1.0/packages/react) --- updated-dependencies: - dependency-name: react dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/package-lock.json | 28 ++++++++++++++-------------- docs/package.json | 4 ++-- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/package-lock.json b/docs/package-lock.json index 5da9beec1785..36cbe5926f28 100644 --- a/docs/package-lock.json +++ b/docs/package-lock.json @@ -17,7 +17,7 @@ "gatsby-alias-imports": "^1.0.6", "gatsby-plugin-canonical-urls": "^4.13.0", "gatsby-plugin-catch-links": "^4.11.0", - "gatsby-plugin-emotion": "^7.11.0", + "gatsby-plugin-emotion": "^7.13.0", "gatsby-plugin-google-analytics": "^4.13.0", "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-mdx": "^3.13.0", @@ -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.0.0", "react-headroom": "^3.2.0", "react-helmet": "^6.1.0", @@ -12487,9 +12487,9 @@ } }, "node_modules/gatsby-plugin-emotion": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-7.11.0.tgz", - "integrity": "sha512-DQwY5sSuWgPypoxc6wLlaXKN2dMWH4vV1zfFcM9AQIew+SVwf1OPTR12YU0siO2At2WFjHu+AwsUCgvSAHHslg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-7.13.0.tgz", + "integrity": "sha512-CsulpyUurhdDpeHdoHgZeDHQGk8+V2lvm/nVr9I6y13CMIYLwabq0RYjQiQ0WFmZhaZ9F3QaFWw0owyBj4K9CA==", "dependencies": { "@babel/runtime": "^7.15.4", "@emotion/babel-preset-css-prop": "^11.2.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" }, @@ -35350,9 +35350,9 @@ } }, "gatsby-plugin-emotion": { - "version": "7.11.0", - "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-7.11.0.tgz", - "integrity": "sha512-DQwY5sSuWgPypoxc6wLlaXKN2dMWH4vV1zfFcM9AQIew+SVwf1OPTR12YU0siO2At2WFjHu+AwsUCgvSAHHslg==", + "version": "7.13.0", + "resolved": "https://registry.npmjs.org/gatsby-plugin-emotion/-/gatsby-plugin-emotion-7.13.0.tgz", + "integrity": "sha512-CsulpyUurhdDpeHdoHgZeDHQGk8+V2lvm/nVr9I6y13CMIYLwabq0RYjQiQ0WFmZhaZ9F3QaFWw0owyBj4K9CA==", "requires": { "@babel/runtime": "^7.15.4", "@emotion/babel-preset-css-prop": "^11.2.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" } diff --git a/docs/package.json b/docs/package.json index 133d97a1e2a7..7e0ebe1a19ea 100644 --- a/docs/package.json +++ b/docs/package.json @@ -14,7 +14,7 @@ "gatsby-alias-imports": "^1.0.6", "gatsby-plugin-canonical-urls": "^4.13.0", "gatsby-plugin-catch-links": "^4.11.0", - "gatsby-plugin-emotion": "^7.11.0", + "gatsby-plugin-emotion": "^7.13.0", "gatsby-plugin-google-analytics": "^4.13.0", "gatsby-plugin-manifest": "^4.13.0", "gatsby-plugin-mdx": "^3.13.0", @@ -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.0.0", "react-headroom": "^3.2.0", "react-helmet": "^6.1.0",