Skip to content

Commit

Permalink
Update dependencies, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Sep 30, 2024
1 parent 2d9432d commit 8d98840
Show file tree
Hide file tree
Showing 5 changed files with 5,939 additions and 4,609 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
version: 9
run_install: false
- uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion blog/2023-12-06-reintroducing-moonlight.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Our roadmap for what we want to do with moonlight is powered by the community. W
- 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).
- 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.

Thanks for reading, and hopefully you enjoy moonlight! <3
Thanks for reading, and hopefully you enjoy moonlight! \<3

<!-- meow -->
2 changes: 1 addition & 1 deletion docs/ext-dev/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const patches: Patch[] = [
];
```

### Using a function as a replacement
#### Using a function as a replacement

```ts
// From Settings
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "3.2.1",
"@docusaurus/preset-classic": "3.2.1",
"@mdx-js/react": "^1.6.22",
"@docusaurus/core": "3.5.2",
"@docusaurus/preset-classic": "3.5.2",
"@mdx-js/react": "^3.0.1",
"clsx": "^1.2.1",
"prism-react-renderer": "^1.3.5",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/types": "^3.2.1"
"@docusaurus/module-type-aliases": "3.5.2",
"@docusaurus/types": "^3.5.2"
},
"browserslist": {
"production": [
Expand Down
Loading

0 comments on commit 8d98840

Please sign in to comment.