File tree 5 files changed +108
-108
lines changed
5 files changed +108
-108
lines changed Original file line number Diff line number Diff line change 19
19
uses : actions/checkout@v4
20
20
21
21
- name : Install pnpm
22
- uses : pnpm/action-setup@v4.0 .0
22
+ uses : pnpm/action-setup@v4.1 .0
23
23
with :
24
24
run_install : false
25
25
Original file line number Diff line number Diff line change 20
20
uses : actions/checkout@v4
21
21
22
22
- name : Install pnpm
23
- uses : pnpm/action-setup@v4.0 .0
23
+ uses : pnpm/action-setup@v4.1 .0
24
24
with :
25
25
run_install : false
26
26
Original file line number Diff line number Diff line change 15
15
uses : actions/checkout@v4
16
16
17
17
- name : Install pnpm
18
- uses : pnpm/action-setup@v4.0 .0
18
+ uses : pnpm/action-setup@v4.1 .0
19
19
with :
20
20
run_install : false
21
21
Original file line number Diff line number Diff line change 136
136
"@testing-library/jest-dom" : " 6.6.3" ,
137
137
"@types/jest" : " 29.5.14" ,
138
138
"@types/lodash" : " 4.17.15" ,
139
- "@types/node" : " 22.13.0 " ,
139
+ "@types/node" : " 22.13.1 " ,
140
140
"@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 " ,
143
143
"babel-plugin-transform-dynamic-import" : " 2.1.0" ,
144
144
"check-node-version" : " 4.2.1" ,
145
145
"colors" : " 1.4.0" ,
157
157
"ts-node" : " 10.9.2" ,
158
158
"tslib" : " 2.8.1" ,
159
159
"typescript" : " 5.7.3" ,
160
- "vite" : " 6.0.11 " ,
161
- "vitest" : " 3.0.4 " ,
160
+ "vite" : " 6.1.0 " ,
161
+ "vitest" : " 3.0.5 " ,
162
162
"vitest-localstorage-mock" : " 0.1.2"
163
163
}
164
164
}
You can’t perform that action at this time.
0 commit comments