Skip to content

Commit ae5a719

Browse files
fix(deps): update dependencies
1 parent 0fe10a1 commit ae5a719

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repositories {
55
}
66

77
plugins {
8-
kotlin("jvm") version "2.2.0"
8+
kotlin("jvm") version "2.2.10"
99
id("com.expediagroup.graphql") version "8.8.1"
1010
}
1111

bun.lock

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.7",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"bun-types": "1.2.19",
32-
"eslint": "9.32.0",
31+
"bun-types": "1.2.20",
32+
"eslint": "9.33.0",
3333
"husky": "9.1.7",
3434
"prettier": "3.6.2",
3535
"tsup": "8.5.0",
3636
"typescript": "5.9.2",
37-
"typescript-eslint": "8.38.0"
37+
"typescript-eslint": "8.40.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)