Skip to content

Commit 263ce09

Browse files
chore(deps): update devdependencies (#20)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5da5586 commit 263ce09

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bun.lockb

0 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.jar

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"devDependencies": {
2828
"@graphql-codegen/cli": "5.0.2",
2929
"@total-typescript/ts-reset": "0.5.1",
30-
"@typescript-eslint/eslint-plugin": "7.2.0",
31-
"bun-types": "1.0.32",
30+
"@typescript-eslint/eslint-plugin": "7.3.1",
31+
"bun-types": "1.0.35",
3232
"eslint": "8.57.0",
3333
"husky": "9.0.11",
3434
"prettier": "3.2.5",
3535
"tsup": "8.0.2",
36-
"typescript": "5.4.2"
36+
"typescript": "5.4.3"
3737
},
3838
"scripts": {
3939
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)