Skip to content

Commit 8bdaf92

Browse files
Update dependencies
1 parent b76a2ac commit 8bdaf92

File tree

6 files changed

+18
-22
lines changed

6 files changed

+18
-22
lines changed

bun.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradle/wrapper/gradle-wrapper.jar

718 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-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
"@types/bun": "1.3.6",
3232
"eslint": "9.39.2",
3333
"husky": "9.1.7",
34-
"prettier": "3.7.4",
34+
"prettier": "3.8.1",
3535
"tsup": "8.5.1",
3636
"typescript": "5.9.3",
37-
"typescript-eslint": "8.53.0"
37+
"typescript-eslint": "8.54.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)