Skip to content

Commit

Permalink
feat(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2025
1 parent 21cb737 commit 64526f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
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.12.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@graphql-codegen/java-common": "3.0.0",
"@graphql-codegen/plugin-helpers": "5.1.0",
"@graphql-codegen/visitor-plugin-common": "5.6.1",
"@graphql-codegen/visitor-plugin-common": "5.7.1",
"ts-deepmerge": "7.0.2",
"valibot": "0.42.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.4",
"@graphql-codegen/cli": "5.0.5",
"@total-typescript/ts-reset": "0.6.1",
"bun-types": "1.2.2",
"eslint": "9.20.0",
"bun-types": "1.2.4",
"eslint": "9.21.0",
"husky": "9.1.7",
"prettier": "3.5.0",
"tsup": "8.3.6",
"prettier": "3.5.2",
"tsup": "8.4.0",
"typescript": "5.7.3",
"typescript-eslint": "8.23.0"
"typescript-eslint": "8.25.0"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit 64526f1

Please sign in to comment.