Skip to content
This repository was archived by the owner on Dec 30, 2024. It is now read-only.

Commit d026709

Browse files
committed
⬆️ Upgrade website dependencies
1 parent 636b39e commit d026709

22 files changed

+3738
-4078
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 16.x
17+
node-version: 18.x
1818
cache: yarn
1919
cache-dependency-path: website/yarn.lock
2020
- name: Build website
@@ -36,4 +36,4 @@ jobs:
3636
# The GH actions bot is used by default if you didn't specify the two fields.
3737
# You can swap them out with your own user credentials.
3838
user_name: github-actions[bot]
39-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
39+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

.github/workflows/test-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- uses: actions/checkout@v2
1414
- uses: actions/setup-node@v2
1515
with:
16-
node-version: 16.x
16+
node-version: 18.x
1717
cache: yarn
1818
cache-dependency-path: website/yarn.lock
1919
- name: Test build
2020
working-directory: website
2121
run: |
2222
yarn install --frozen-lockfile
23-
yarn build
23+
yarn build

website/blog/2021-08-31-what-i-hate-about-sor.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ author_url: https://github.com/Chasmical
66
author_image_url: https://github.com/Chasmical.png
77
tags: [blog, sor2]
88
description: The code is really hard and wet.
9-
hide_table_of_contents: false
109
---
1110

1211
## The code is really hard and wet
@@ -107,7 +106,7 @@ Why would you try to repeat the operation, if you know that the results will be
107106
![An unnecessary for loop](https://imgur.com/vjCshb5.png)
108107

109108
Why the hell would you write all of these giant `for` loops with a ton of conditions, `break`s and `continue`s and stuff like that, when there are already methods that do exactly that?
110-
**Just use System.Linq extensions and List<T\> methods!**
109+
**Just use System.Linq extensions and List&lt;T&gt; methods!**
111110

112111
## Conclusion
113112

website/docs/dev/items/combinable-items.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export function PreviewTooltip ({props}) {
7272
<input type="color" value={tooltipColor} onChange={e => setTooltipColor(e.target.value)}/>
7373
</div>
7474
);
75-
};
75+
}
7676

7777
<PreviewTooltip/>
7878

website/docs/site/components/InventoryGrid.mdx

Lines changed: 0 additions & 155 deletions
This file was deleted.

0 commit comments

Comments
 (0)