Skip to content

Commit

Permalink
chore(upgrade): bump version & new dps
Browse files Browse the repository at this point in the history
  • Loading branch information
HunteRoi committed Apr 10, 2024
1 parent 68fbd9c commit 0bbdaf8
Show file tree
Hide file tree
Showing 24 changed files with 1,612 additions and 1,925 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16.x'
node-version: '20.x'
registry-url: https://npm.pkg.github.com
- run: yarn install
- run: yarn build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
registry-url: https://registry.npmjs.org/
scope: '@hunteroi'
- run: yarn install
Expand Down
18 changes: 9 additions & 9 deletions docs/api-docs/assets/highlight.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
:root {
--light-hl-0: #000000;
--dark-hl-0: #D4D4D4;
--light-hl-0: #795E26;
--dark-hl-0: #DCDCAA;
--light-hl-1: #000000;
--dark-hl-1: #C8C8C8;
--dark-hl-1: #D4D4D4;
--light-hl-2: #A31515;
--dark-hl-2: #CE9178;
--light-hl-3: #001080;
--dark-hl-3: #9CDCFE;
--light-hl-4: #795E26;
--dark-hl-4: #DCDCAA;
--light-hl-5: #0000FF;
--dark-hl-5: #569CD6;
--light-hl-3: #0000FF;
--dark-hl-3: #569CD6;
--light-hl-4: #000000;
--dark-hl-4: #C8C8C8;
--light-hl-5: #001080;
--dark-hl-5: #9CDCFE;
--light-code-background: #FFFFFF;
--dark-code-background: #1E1E1E;
}
Expand Down
15 changes: 15 additions & 0 deletions docs/api-docs/assets/icons.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0bbdaf8

Please sign in to comment.