1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-06-27 00:51:33 +02:00

Merge pull request #1565 from oauth2-proxy/update-docusaurus

Update Docusaurus to 2.0.0-beta.15
This commit is contained in:
Joel Speed
2022-02-19 23:10:02 +00:00
committed by GitHub
3 changed files with 17285 additions and 9296 deletions

View File

@ -16,9 +16,11 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '17.x'
- name: Test Build - name: Test Build
working-directory: ./docs working-directory: ./docs
env:
NODE_OPTIONS: --openssl-legacy-provider
run: | run: |
if [ -e yarn.lock ]; then if [ -e yarn.lock ]; then
yarn install --frozen-lockfile yarn install --frozen-lockfile
@ -35,10 +37,11 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
with: with:
node-version: '12.x' node-version: '17.x'
- name: Add key to allow access to repository - name: Add key to allow access to repository
env: env:
SSH_AUTH_SOCK: /tmp/ssh_agent.sock SSH_AUTH_SOCK: /tmp/ssh_agent.sock
NODE_OPTIONS: --openssl-legacy-provider
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh
ssh-keyscan github.com >> ~/.ssh/known_hosts ssh-keyscan github.com >> ~/.ssh/known_hosts

26416
docs/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,12 +11,12 @@
"serve": "docusaurus serve" "serve": "docusaurus serve"
}, },
"dependencies": { "dependencies": {
"@docusaurus/core": "2.0.0-alpha.66", "@docusaurus/core": "^2.0.0-beta.15",
"@docusaurus/preset-classic": "2.0.0-alpha.66", "@docusaurus/preset-classic": "^2.0.0-beta.15",
"@mdx-js/react": "^1.5.8", "@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1", "clsx": "^1.1.1",
"react": "^16.8.4", "react": "^16.14.0",
"react-dom": "^16.8.4" "react-dom": "^16.14.0"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [