Skip to content

Commit 9789b21

Browse files
Update dependencies (#160)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6e7c03 commit 9789b21

File tree

4 files changed

+29
-27
lines changed

4 files changed

+29
-27
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.3.0"
8+
kotlin("jvm") version "2.3.10"
99
id("com.expediagroup.graphql") version "8.8.1"
1010
}
1111

bun.lock

Lines changed: 23 additions & 21 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
@@ -13,7 +13,7 @@
1313
"@docusaurus/tsconfig": "3.9.2",
1414
"@docusaurus/types": "3.9.2",
1515
"@mdx-js/react": "3.1.1",
16-
"ajv": "8.17.1",
16+
"ajv": "8.18.0",
1717
"clsx": "2.1.1",
1818
"docusaurus-lunr-search": "3.6.1",
1919
"lunr": "2.3.9",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expediagroup/graphql-kotlin-codegen",
3-
"packageManager": "bun@1.3.8",
3+
"packageManager": "bun@1.3.9",
44
"main": "dist/plugin.cjs",
55
"types": "dist/plugin.d.cts",
66
"files": [
@@ -21,20 +21,20 @@
2121
"dependencies": {
2222
"@graphql-codegen/java-common": "3.0.1",
2323
"@graphql-codegen/plugin-helpers": "6.1.0",
24-
"@graphql-codegen/visitor-plugin-common": "6.2.2",
24+
"@graphql-codegen/visitor-plugin-common": "6.2.3",
2525
"ts-deepmerge": "7.0.3",
2626
"valibot": "1.2.0"
2727
},
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "6.1.1",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"@types/bun": "1.3.8",
31+
"@types/bun": "1.3.9",
3232
"eslint": "10.0.0",
3333
"husky": "9.1.7",
3434
"prettier": "3.8.1",
3535
"tsup": "8.5.1",
3636
"typescript": "5.9.3",
37-
"typescript-eslint": "8.54.0"
37+
"typescript-eslint": "8.56.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)