Skip to content

Commit ded1746

Browse files
authored
fix(standard-schema): move @standard-schema/utils to dependencies (#748)
* fix(standard-schema): move @standard-schema/utils to dependencies * chore: compressed size action
1 parent 8ffada0 commit ded1746

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/compressedSize.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ jobs:
1616
- uses: preactjs/compressed-size-action@v2
1717
with:
1818
repo-token: '${{ secrets.GITHUB_TOKEN }}'
19-
install-script: 'bun i'
20-
build-script: 'bun run build'

bun.lock

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44
"": {
55
"name": "@hookform/resolvers",
66
"dependencies": {
7-
"caniuse-lite": "^1.0.30001698",
7+
"@standard-schema/utils": "^0.3.0",
88
},
99
"devDependencies": {
1010
"@sinclair/typebox": "^0.34.15",
1111
"@standard-schema/spec": "^1.0.0",
12-
"@standard-schema/utils": "^0.3.0",
1312
"@testing-library/dom": "^10.4.0",
1413
"@testing-library/jest-dom": "^6.6.3",
1514
"@testing-library/react": "^16.2.0",

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@
269269
"devDependencies": {
270270
"@sinclair/typebox": "^0.34.15",
271271
"@standard-schema/spec": "^1.0.0",
272-
"@standard-schema/utils": "^0.3.0",
273272
"@testing-library/dom": "^10.4.0",
274273
"@testing-library/jest-dom": "^6.6.3",
275274
"@testing-library/react": "^16.2.0",
@@ -321,6 +320,6 @@
321320
"react-hook-form": "^7.0.0"
322321
},
323322
"dependencies": {
324-
"caniuse-lite": "^1.0.30001698"
323+
"@standard-schema/utils": "^0.3.0"
325324
}
326325
}

0 commit comments

Comments
 (0)