Skip to content

Commit b39d2b5

Browse files
authored
Upgrade to Docusaurus v3.7.0 (#145)
* `"packageManager": "[email protected]"` * `yarn up @docusaurus/core @docusaurus/plugin-content-docs @docusaurus/preset-classic @docusaurus/theme-common` * Update sites * CI
1 parent cabab43 commit b39d2b5

File tree

22 files changed

+51344
-31319
lines changed

22 files changed

+51344
-31319
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
env:
1515
YARN_IGNORE_NODE: 1
1616
YARN_ENABLE_IMMUTABLE_INSTALLS: false
17+
NODE_OPTIONS: --openssl-legacy-provider
1718

1819
jobs:
1920
deploy:
@@ -24,7 +25,7 @@ jobs:
2425

2526
- uses: actions/setup-node@v4
2627
with:
27-
node-version: 16
28+
node-version: 18
2829

2930
- uses: threeal/[email protected]
3031
with:

.github/workflows/preview.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ concurrency:
1010
env:
1111
YARN_IGNORE_NODE: 1
1212
YARN_ENABLE_IMMUTABLE_INSTALLS: false
13+
NODE_OPTIONS: --openssl-legacy-provider
1314

1415
jobs:
1516
deploy:
@@ -20,8 +21,7 @@ jobs:
2021

2122
- uses: actions/setup-node@v4
2223
with:
23-
node-version: 16
24-
cache: yarn
24+
node-version: 18
2525

2626
- uses: threeal/[email protected]
2727
with:

Blog/blog/2024-01-18-community-survey-2023.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ Didn't expect this section to turn into a testimonial, thank you for all the kin
337337
338338
> SeaQL are great products and it’s very enjoyable using them
339339
340-
> Thank you <3
340+
> Thank you!
341341
342342
> Thank you for awesome library!
343343

Blog/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "sea-ql-blog",
33
"version": "0.0.0",
44
"private": true,
5+
"packageManager": "[email protected]",
56
"scripts": {
67
"docusaurus": "docusaurus",
78
"start": "docusaurus start",
@@ -14,22 +15,24 @@
1415
"write-heading-ids": "docusaurus write-heading-ids"
1516
},
1617
"dependencies": {
17-
"@docusaurus/core": "^2.4.3",
18-
"@docusaurus/preset-classic": "^2.4.3",
18+
"@docusaurus/core": "^3.7.0",
19+
"@docusaurus/plugin-content-docs": "^3.7.0",
20+
"@docusaurus/preset-classic": "^3.7.0",
21+
"@docusaurus/theme-common": "^3.7.0",
1922
"@emotion/react": "^11.9.3",
2023
"@emotion/styled": "^11.9.3",
21-
"@mdx-js/react": "^1.6.21",
24+
"@mdx-js/react": "^3.0.0",
2225
"@mui/material": "^5.9.1",
2326
"@svgr/webpack": "^5.5.0",
2427
"chart.js": "^4.4.1",
2528
"chartjs-plugin-datalabels": "^2.2.0",
2629
"chartjs-plugin-deferred": "^2.0.0",
27-
"clsx": "^1.1.1",
30+
"clsx": "^2.0.0",
2831
"file-loader": "^6.2.0",
2932
"plugin-image-zoom": "^1.2.0",
3033
"prism-react-renderer": "^1.2.1",
31-
"react": "^17.0.1",
32-
"react-dom": "^17.0.1",
34+
"react": "^19.0.0",
35+
"react-dom": "^19.0.0",
3336
"react-icons": "^4.2.0",
3437
"url-loader": "^4.1.1"
3538
},

0 commit comments

Comments
 (0)