Skip to content

Commit 328a736

Browse files
committed
update dependencies to latest versions, including @rsbuild/core, @rsbuild/plugin-react, @rsbuild/plugin-sass, @rsbuild/plugin-svgr, @tanstack/react-query, react-router-dom, vanilla-jsoneditor, and @biomejs/biome
1 parent 3262899 commit 328a736

3 files changed

Lines changed: 75 additions & 87 deletions

File tree

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: github pages
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
concurrency:
99
group: "pages"
@@ -17,7 +17,7 @@ jobs:
1717
- uses: oven-sh/setup-bun@v2
1818
- uses: actions/setup-node@v4
1919
with:
20-
node-version: '20.x'
20+
node-version: "20.x"
2121

2222
- name: Build
2323
run: |

0 commit comments

Comments
 (0)