Skip to content

Commit b625302

Browse files
chore(docs): upgrade Docusaurus (#575)
1 parent 68f00aa commit b625302

3 files changed

Lines changed: 2974 additions & 2767 deletions

File tree

.github/workflows/nx-affected.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
node-version: [12.x]
15+
node-version: [16.x]
1616

1717
env:
1818
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [12.x]
37+
node-version: [16.x]
3838

3939
env:
4040
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
@@ -56,7 +56,7 @@ jobs:
5656

5757
strategy:
5858
matrix:
59-
node-version: [12.x]
59+
node-version: [16.x]
6060

6161
env:
6262
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}
@@ -78,7 +78,7 @@ jobs:
7878

7979
strategy:
8080
matrix:
81-
node-version: [12.x]
81+
node-version: [16.x]
8282

8383
env:
8484
NX_CLOUD_AUTH_TOKEN: ${{ secrets.NX_CLOUD_AUTH_TOKEN }}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
},
3838
"private": true,
3939
"dependencies": {
40-
"@docusaurus/core": "2.0.0-alpha.70",
41-
"@docusaurus/preset-classic": "2.0.0-alpha.70",
40+
"@docusaurus/core": "2.0.0-beta.9",
41+
"@docusaurus/preset-classic": "2.0.0-beta.9",
42+
"@mdx-js/react": "^1.6.21",
4243
"classnames": "^2.2.6",
4344
"react": "17.0.2",
4445
"react-dom": "17.0.2"
@@ -57,7 +58,7 @@
5758
"@nrwl/tao": "12.8.0",
5859
"@nrwl/web": "12.8.0",
5960
"@nrwl/workspace": "12.8.0",
60-
"@nx-plus/docusaurus": "10.2.0",
61+
"@nx-plus/docusaurus": "12.2.0",
6162
"@types/jest": "26.0.8",
6263
"@types/node": "14.14.33",
6364
"@typescript-eslint/eslint-plugin": "4.19.0",

0 commit comments

Comments
 (0)