File tree 3 files changed +2
-6
lines changed
3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 16
16
- uses : preactjs/compressed-size-action@v2
17
17
with :
18
18
repo-token : ' ${{ secrets.GITHUB_TOKEN }}'
19
- install-script : ' bun i'
20
- build-script : ' bun run build'
Original file line number Diff line number Diff line change 4
4
"" : {
5
5
"name" : " @hookform/resolvers" ,
6
6
"dependencies" : {
7
- "caniuse-lite " : " ^1.0.30001698 " ,
7
+ "@standard-schema/utils " : " ^0.3.0 " ,
8
8
},
9
9
"devDependencies" : {
10
10
"@sinclair/typebox" : " ^0.34.15" ,
11
11
"@standard-schema/spec" : " ^1.0.0" ,
12
- "@standard-schema/utils" : " ^0.3.0" ,
13
12
"@testing-library/dom" : " ^10.4.0" ,
14
13
"@testing-library/jest-dom" : " ^6.6.3" ,
15
14
"@testing-library/react" : " ^16.2.0" ,
Original file line number Diff line number Diff line change 269
269
"devDependencies" : {
270
270
"@sinclair/typebox" : " ^0.34.15" ,
271
271
"@standard-schema/spec" : " ^1.0.0" ,
272
- "@standard-schema/utils" : " ^0.3.0" ,
273
272
"@testing-library/dom" : " ^10.4.0" ,
274
273
"@testing-library/jest-dom" : " ^6.6.3" ,
275
274
"@testing-library/react" : " ^16.2.0" ,
321
320
"react-hook-form" : " ^7.0.0"
322
321
},
323
322
"dependencies" : {
324
- "caniuse-lite " : " ^1.0.30001698 "
323
+ "@standard-schema/utils " : " ^0.3.0 "
325
324
}
326
325
}
You can’t perform that action at this time.
0 commit comments