Skip to content

Commit 85a3257

Browse files
chore(deps): update dependencies (#117)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7b6a35c commit 85a3257

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ repositories {
55
}
66

77
plugins {
8-
kotlin("jvm") version "2.0.20"
9-
id("com.expediagroup.graphql") version "8.1.0"
8+
kotlin("jvm") version "2.0.21"
9+
id("com.expediagroup.graphql") version "8.2.0"
1010
}
1111

1212
dependencies {
13-
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.1.0")
14-
implementation("com.expediagroup", "graphql-kotlin-server", "8.1.0")
15-
implementation("com.expediagroup", "graphql-kotlin-federation", "8.1.0")
13+
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.0")
14+
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.0")
15+
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.0")
1616
}
1717

1818
sourceSets {

bun.lockb

-4.15 KB
Binary file not shown.

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"@docusaurus/preset-classic": "3.5.2",
1313
"@docusaurus/tsconfig": "3.5.2",
1414
"@docusaurus/types": "3.5.2",
15-
"@mdx-js/react": "3.0.1",
15+
"@mdx-js/react": "3.1.0",
1616
"ajv": "8.17.1",
1717
"clsx": "2.1.1",
18-
"jsdoc-to-markdown": "9.0.2",
18+
"jsdoc-to-markdown": "9.0.4",
1919
"prism-react-renderer": "2.4.0",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"dependencies": {
2222
"@graphql-codegen/java-common": "3.0.0",
2323
"@graphql-codegen/plugin-helpers": "5.0.4",
24-
"@graphql-codegen/visitor-plugin-common": "5.3.1",
24+
"@graphql-codegen/visitor-plugin-common": "5.4.0",
2525
"ts-deepmerge": "7.0.1",
2626
"valibot": "0.42.1"
2727
},
2828
"devDependencies": {
29-
"@graphql-codegen/cli": "5.0.2",
29+
"@graphql-codegen/cli": "5.0.3",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"bun-types": "1.1.29",
32-
"eslint": "9.12.0",
31+
"bun-types": "1.1.32",
32+
"eslint": "9.13.0",
3333
"husky": "9.1.6",
3434
"prettier": "3.3.3",
3535
"tsup": "8.3.0",
36-
"typescript": "5.6.2",
37-
"typescript-eslint": "8.8.0"
36+
"typescript": "5.6.3",
37+
"typescript-eslint": "8.11.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)