Skip to content

Commit 8d98840

Browse files
committed
Update dependencies, fix typo
1 parent 2d9432d commit 8d98840

File tree

5 files changed

+5939
-4609
lines changed

5 files changed

+5939
-4609
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: pnpm/action-setup@v2
2020
with:
21-
version: 8
21+
version: 9
2222
run_install: false
2323
- uses: actions/setup-node@v3
2424
with:

blog/2023-12-06-reintroducing-moonlight.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ Our roadmap for what we want to do with moonlight is powered by the community. W
5050
- Please report bugs [on GitHub issues](https://github.com/moonlight-mod/moonlight/issues), or if you must, in [the Discord server](https://discord.gg/FdZBTFCP6F).
5151
- Please **don't** share this with all of your friends and go "OMG NEW CLIENT MOD". Having a bunch of end users trying to use a client mod that's an active work in progress is a massive headache.
5252

53-
Thanks for reading, and hopefully you enjoy moonlight! <3
53+
Thanks for reading, and hopefully you enjoy moonlight! \<3
5454

5555
<!-- meow -->

docs/ext-dev/webpack.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const patches: Patch[] = [
5454
];
5555
```
5656

57-
### Using a function as a replacement
57+
#### Using a function as a replacement
5858

5959
```ts
6060
// From Settings

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414
"write-heading-ids": "docusaurus write-heading-ids"
1515
},
1616
"dependencies": {
17-
"@docusaurus/core": "3.2.1",
18-
"@docusaurus/preset-classic": "3.2.1",
19-
"@mdx-js/react": "^1.6.22",
17+
"@docusaurus/core": "3.5.2",
18+
"@docusaurus/preset-classic": "3.5.2",
19+
"@mdx-js/react": "^3.0.1",
2020
"clsx": "^1.2.1",
2121
"prism-react-renderer": "^1.3.5",
22-
"react": "^17.0.2",
23-
"react-dom": "^17.0.2"
22+
"react": "^18.3.1",
23+
"react-dom": "^18.3.1"
2424
},
2525
"devDependencies": {
26-
"@docusaurus/module-type-aliases": "3.2.1",
27-
"@docusaurus/types": "^3.2.1"
26+
"@docusaurus/module-type-aliases": "3.5.2",
27+
"@docusaurus/types": "^3.5.2"
2828
},
2929
"browserslist": {
3030
"production": [

0 commit comments

Comments
 (0)