Skip to content

Commit

Permalink
chore(deps): update dependencies (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 18, 2024
1 parent bb7a9d2 commit 22c22ef
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified bun.lockb
Binary file not shown.
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"@graphql-codegen/plugin-helpers": "5.0.4",
"@graphql-codegen/visitor-plugin-common": "5.3.1",
"ts-deepmerge": "7.0.1",
"valibot": "0.41.0"
"valibot": "0.42.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@total-typescript/ts-reset": "0.6.1",
"bun-types": "1.1.27",
"eslint": "9.10.0",
"husky": "9.1.5",
"husky": "9.1.6",
"prettier": "3.3.3",
"tsup": "8.2.4",
"typescript": "5.5.4",
"typescript-eslint": "8.4.0"
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit 22c22ef

Please sign in to comment.