Skip to content

Commit e5a0973

Browse files
chore(deps): update all dependencies (#1993)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 40db6e1 commit e5a0973

File tree

5 files changed

+108
-108
lines changed

5 files changed

+108
-108
lines changed

.github/workflows/bundles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v4
2020

2121
- name: Install pnpm
22-
uses: pnpm/action-setup@v4.0.0
22+
uses: pnpm/action-setup@v4.1.0
2323
with:
2424
run_install: false
2525

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Install pnpm
23-
uses: pnpm/action-setup@v4.0.0
23+
uses: pnpm/action-setup@v4.1.0
2424
with:
2525
run_install: false
2626

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Install pnpm
18-
uses: pnpm/action-setup@v4.0.0
18+
uses: pnpm/action-setup@v4.1.0
1919
with:
2020
run_install: false
2121

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@
136136
"@testing-library/jest-dom": "6.6.3",
137137
"@types/jest": "29.5.14",
138138
"@types/lodash": "4.17.15",
139-
"@types/node": "22.13.0",
139+
"@types/node": "22.13.1",
140140
"@vitejs/plugin-react": "4.3.4",
141-
"@vitest/coverage-v8": "3.0.4",
142-
"@vitest/ui": "3.0.4",
141+
"@vitest/coverage-v8": "3.0.5",
142+
"@vitest/ui": "3.0.5",
143143
"babel-plugin-transform-dynamic-import": "2.1.0",
144144
"check-node-version": "4.2.1",
145145
"colors": "1.4.0",
@@ -157,8 +157,8 @@
157157
"ts-node": "10.9.2",
158158
"tslib": "2.8.1",
159159
"typescript": "5.7.3",
160-
"vite": "6.0.11",
161-
"vitest": "3.0.4",
160+
"vite": "6.1.0",
161+
"vitest": "3.0.5",
162162
"vitest-localstorage-mock": "0.1.2"
163163
}
164164
}

0 commit comments

Comments
 (0)