Skip to content

Commit 22c22ef

Browse files
chore(deps): update dependencies (#115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bb7a9d2 commit 22c22ef

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

bun.lockb

1.04 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.jar

79 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
"@graphql-codegen/plugin-helpers": "5.0.4",
2424
"@graphql-codegen/visitor-plugin-common": "5.3.1",
2525
"ts-deepmerge": "7.0.1",
26-
"valibot": "0.41.0"
26+
"valibot": "0.42.0"
2727
},
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.2",
3030
"@total-typescript/ts-reset": "0.6.1",
3131
"bun-types": "1.1.27",
3232
"eslint": "9.10.0",
33-
"husky": "9.1.5",
33+
"husky": "9.1.6",
3434
"prettier": "3.3.3",
35-
"tsup": "8.2.4",
36-
"typescript": "5.5.4",
37-
"typescript-eslint": "8.4.0"
35+
"tsup": "8.3.0",
36+
"typescript": "5.6.2",
37+
"typescript-eslint": "8.6.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)