Skip to content

Commit 84f7d23

Browse files
fix(deps): update all non-major dependencies (#27)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7052c22 commit 84f7d23

3 files changed

Lines changed: 283 additions & 291 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@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
2222
with:
23-
version: 10.33.0
23+
version: 10.33.2
2424

2525
- name: Setup Node.js
2626
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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.3",
27+
"@rspack/browser": "2.0.0",
2828
"ansis": "^4.2.0",
2929
"class-variance-authority": "^0.7.1",
3030
"clsx": "^2.1.1",
@@ -39,24 +39,24 @@
3939
"sonner": "^2.0.7",
4040
"source-map-js": "^1.2.1",
4141
"tailwind-merge": "^3.5.0",
42-
"terser-webpack-plugin": "^5.4.0",
42+
"terser-webpack-plugin": "^5.5.0",
4343
"tw-animate-css": "^1.4.0"
4444
},
4545
"devDependencies": {
4646
"@rsbuild/core": "^1.7.5",
4747
"@rsbuild/plugin-react": "^1.4.6",
48-
"@rslib/core": "^0.21.2",
49-
"@rslint/core": "^0.4.2",
50-
"@tailwindcss/postcss": "^4.2.2",
48+
"@rslib/core": "^0.21.3",
49+
"@rslint/core": "^0.5.0",
50+
"@tailwindcss/postcss": "^4.2.4",
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.45.0",
57+
"oxfmt": "^0.46.0",
5858
"simple-git-hooks": "^2.13.1",
59-
"tailwindcss": "^4.2.2",
59+
"tailwindcss": "^4.2.4",
6060
"typescript": "^5.9.3"
6161
},
6262
"simple-git-hooks": {

0 commit comments

Comments
 (0)