Skip to content

Commit 865620a

Browse files
fix(deps): update all non-major dependencies (#25)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3465a96 commit 865620a

3 files changed

Lines changed: 226 additions & 213 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Node.js
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2727
with:
28-
node-version: 24.14.1
28+
node-version: 24.15.0
2929
cache: pnpm
3030

3131
- name: Install dependencies

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@radix-ui/react-select": "^2.2.6",
2525
"@radix-ui/react-slot": "^1.2.4",
2626
"@radix-ui/react-tooltip": "^1.2.8",
27-
"@rspack/browser": "2.0.0-rc.1",
27+
"@rspack/browser": "2.0.0-rc.3",
2828
"ansis": "^4.2.0",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
3131
"jotai": "^2.19.1",
3232
"jszip": "^3.10.1",
3333
"lodash-es": "^4.18.1",
3434
"lucide-react": "^0.577.0",
35-
"prettier": "^3.8.2",
35+
"prettier": "^3.8.3",
3636
"react": "^19.2.5",
3737
"react-dom": "^19.2.5",
3838
"react-resizable-panels": "^3.0.6",
@@ -45,16 +45,16 @@
4545
"devDependencies": {
4646
"@rsbuild/core": "^1.7.5",
4747
"@rsbuild/plugin-react": "^1.4.6",
48-
"@rslib/core": "^0.21.0",
49-
"@rslint/core": "^0.4.1",
48+
"@rslib/core": "^0.21.2",
49+
"@rslint/core": "^0.4.2",
5050
"@tailwindcss/postcss": "^4.2.2",
5151
"@types/lodash-es": "^4.17.12",
5252
"@types/react": "^19.2.14",
5353
"@types/react-dom": "^19.2.3",
5454
"lint-staged": "^16.4.0",
5555
"mime": "^4.1.0",
5656
"monaco-editor": "^0.55.1",
57-
"oxfmt": "^0.44.0",
57+
"oxfmt": "^0.45.0",
5858
"simple-git-hooks": "^2.13.1",
5959
"tailwindcss": "^4.2.2",
6060
"typescript": "^5.9.3"

0 commit comments

Comments
 (0)