Skip to content

Commit 800c79c

Browse files
fix(deps): update all non-major dependencies (#45)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b295471 commit 800c79c

3 files changed

Lines changed: 834 additions & 865 deletions

File tree

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup pnpm
2121
uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6
2222
with:
23-
version: 11.3.0
23+
version: 11.6.0
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,24 @@
1616
},
1717
"dependencies": {
1818
"@monaco-editor/react": "4.7.0",
19-
"@radix-ui/react-alert-dialog": "^1.1.15",
20-
"@radix-ui/react-checkbox": "^1.3.3",
21-
"@radix-ui/react-dialog": "^1.1.15",
22-
"@radix-ui/react-dropdown-menu": "^2.1.16",
23-
"@radix-ui/react-label": "^2.1.8",
24-
"@radix-ui/react-select": "^2.2.6",
25-
"@radix-ui/react-slot": "^1.2.4",
26-
"@radix-ui/react-tooltip": "^1.2.8",
27-
"ansis": "^4.3.0",
19+
"@radix-ui/react-alert-dialog": "^1.1.17",
20+
"@radix-ui/react-checkbox": "^1.3.5",
21+
"@radix-ui/react-dialog": "^1.1.17",
22+
"@radix-ui/react-dropdown-menu": "^2.1.18",
23+
"@radix-ui/react-label": "^2.1.10",
24+
"@radix-ui/react-select": "^2.3.1",
25+
"@radix-ui/react-slot": "^1.3.0",
26+
"@radix-ui/react-tooltip": "^1.2.10",
27+
"ansis": "^4.3.1",
2828
"class-variance-authority": "^0.7.1",
2929
"clsx": "^2.1.1",
30-
"jotai": "^2.20.0",
30+
"jotai": "^2.20.1",
3131
"jszip": "^3.10.1",
3232
"lodash-es": "^4.18.1",
33-
"lucide-react": "^1.17.0",
34-
"prettier": "^3.8.3",
35-
"react": "^19.2.6",
36-
"react-dom": "^19.2.6",
33+
"lucide-react": "^1.21.0",
34+
"prettier": "^3.8.4",
35+
"react": "^19.2.7",
36+
"react-dom": "^19.2.7",
3737
"react-resizable-panels": "^3.0.6",
3838
"sonner": "^2.0.7",
3939
"source-map-js": "^1.2.1",
@@ -42,21 +42,21 @@
4242
"tw-animate-css": "^1.4.0"
4343
},
4444
"devDependencies": {
45-
"@rsbuild/core": "^2.0.9",
46-
"@rsbuild/plugin-react": "^2.0.1",
47-
"@rslib/core": "^0.22.0",
48-
"@rslint/core": "^0.5.3",
49-
"@rspack/browser": "2.0.5",
50-
"@tailwindcss/postcss": "^4.3.0",
45+
"@rsbuild/core": "^2.0.15",
46+
"@rsbuild/plugin-react": "^2.1.0",
47+
"@rslib/core": "^0.23.0",
48+
"@rslint/core": "^0.6.2",
49+
"@rspack/browser": "2.0.8",
50+
"@tailwindcss/postcss": "^4.3.1",
5151
"@types/lodash-es": "^4.17.12",
52-
"@types/react": "^19.2.15",
52+
"@types/react": "^19.2.17",
5353
"@types/react-dom": "^19.2.3",
54-
"lint-staged": "^17.0.6",
54+
"lint-staged": "^17.0.8",
5555
"mime": "^4.1.0",
5656
"monaco-editor": "^0.55.1",
57-
"oxfmt": "^0.52.0",
57+
"oxfmt": "^0.55.0",
5858
"simple-git-hooks": "^2.13.1",
59-
"tailwindcss": "^4.3.0",
59+
"tailwindcss": "^4.3.1",
6060
"typescript": "^6.0.3"
6161
},
6262
"simple-git-hooks": {

0 commit comments

Comments
 (0)