build(deps): bump react from 16.13.1 to 16.14.0 in /docs (#1481)
Some checks failed
Extra / Vulnerability scanner (push) Failing after 1m58s
CI / go-mod (push) Failing after 17m32s
CI / golangci-lint (push) Failing after 17m30s
Release a tag / release (push) Failing after 17m28s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled

* 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

View File

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

View File

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

View File

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