Skip to content

Commit a1e9ab1

Browse files
chore(deps): update dependencies (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 355009d commit a1e9ab1

File tree

5 files changed

+28
-26
lines changed

5 files changed

+28
-26
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.10"
8+
kotlin("jvm") version "2.2.20"
99
id("com.expediagroup.graphql") version "8.8.1"
1010
}
1111

bun.lock

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@docusaurus/preset-classic": "3.8.1",
1313
"@docusaurus/tsconfig": "3.8.1",
1414
"@docusaurus/types": "3.8.1",
15-
"@mdx-js/react": "3.1.0",
15+
"@mdx-js/react": "3.1.1",
1616
"ajv": "8.17.1",
1717
"clsx": "2.1.1",
1818
"docusaurus-lunr-search": "3.6.1",

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.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-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
@@ -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.21",
32-
"eslint": "9.34.0",
31+
"bun-types": "1.2.22",
32+
"eslint": "9.36.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.41.0"
37+
"typescript-eslint": "8.44.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)