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

Commit

Permalink
⬆️ Upgrade website dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jan 25, 2024
1 parent 636b39e commit d026709
Show file tree
Hide file tree
Showing 22 changed files with 3,738 additions and 4,078 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Build website
Expand All @@ -36,4 +36,4 @@ jobs:
# The GH actions bot is used by default if you didn't specify the two fields.
# You can swap them out with your own user credentials.
user_name: github-actions[bot]
user_email: 41898282+github-actions[bot]@users.noreply.github.com
user_email: 41898282+github-actions[bot]@users.noreply.github.com
4 changes: 2 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: yarn
cache-dependency-path: website/yarn.lock
- name: Test build
working-directory: website
run: |
yarn install --frozen-lockfile
yarn build
yarn build
3 changes: 1 addition & 2 deletions website/blog/2021-08-31-what-i-hate-about-sor.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ author_url: https://github.com/Chasmical
author_image_url: https://github.com/Chasmical.png
tags: [blog, sor2]
description: The code is really hard and wet.
hide_table_of_contents: false
---

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

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?
**Just use System.Linq extensions and List<T\> methods!**
**Just use System.Linq extensions and List&lt;T&gt; methods!**

## Conclusion

Expand Down
2 changes: 1 addition & 1 deletion website/docs/dev/items/combinable-items.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function PreviewTooltip ({props}) {
<input type="color" value={tooltipColor} onChange={e => setTooltipColor(e.target.value)}/>
</div>
);
};
}

<PreviewTooltip/>

Expand Down
155 changes: 0 additions & 155 deletions website/docs/site/components/InventoryGrid.mdx

This file was deleted.

Loading

0 comments on commit d026709

Please sign in to comment.