build(deps): bump react from 16.13.1 to 16.14.0 in /docs ()

* build(deps): bump react from 16.13.1 to 16.14.0 in /docs

Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react)

Signed-off-by: dependabot[bot] <support@github.com>

* fix by using jsxRuntime classic

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com>
This commit is contained in:
dependabot[bot] 2020-12-29 00:01:31 -06:00 committed by GitHub
parent 750b4babc7
commit d7dd2332d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 27759 additions and 4127 deletions

31882
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -42,7 +42,7 @@
"prism-react-renderer": "^1.1.1", "prism-react-renderer": "^1.1.1",
"prop-types": "^15.7.2", "prop-types": "^15.7.2",
"puppeteer": "^5.4.1", "puppeteer": "^5.4.1",
"react": "^16.12.0", "react": "^16.14.0",
"react-dom": "^16.12.0", "react-dom": "^16.12.0",
"react-headroom": "^3.0.1", "react-headroom": "^3.0.1",
"react-helmet": "^6.1.0", "react-helmet": "^6.1.0",

@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */ /** @jsx jsx */
import { css, jsx } from "@emotion/core"; import { css, jsx } from "@emotion/core";

@ -1,3 +1,4 @@
/** @jsxRuntime classic */
/** @jsx jsx */ /** @jsx jsx */
import { css, jsx } from "@emotion/core"; import { css, jsx } from "@emotion/core";