Skip to content

Commit

Permalink
chore(deps): update dependencies (#117)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 22, 2024
1 parent 7b6a35c commit 85a3257
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ repositories {
}

plugins {
kotlin("jvm") version "2.0.20"
id("com.expediagroup.graphql") version "8.1.0"
kotlin("jvm") version "2.0.21"
id("com.expediagroup.graphql") version "8.2.0"
}

dependencies {
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.1.0")
implementation("com.expediagroup", "graphql-kotlin-server", "8.1.0")
implementation("com.expediagroup", "graphql-kotlin-federation", "8.1.0")
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "8.2.0")
implementation("com.expediagroup", "graphql-kotlin-server", "8.2.0")
implementation("com.expediagroup", "graphql-kotlin-federation", "8.2.0")
}

sourceSets {
Expand Down
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"@docusaurus/preset-classic": "3.5.2",
"@docusaurus/tsconfig": "3.5.2",
"@docusaurus/types": "3.5.2",
"@mdx-js/react": "3.0.1",
"@mdx-js/react": "3.1.0",
"ajv": "8.17.1",
"clsx": "2.1.1",
"jsdoc-to-markdown": "9.0.2",
"jsdoc-to-markdown": "9.0.4",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,20 @@
"dependencies": {
"@graphql-codegen/java-common": "3.0.0",
"@graphql-codegen/plugin-helpers": "5.0.4",
"@graphql-codegen/visitor-plugin-common": "5.3.1",
"@graphql-codegen/visitor-plugin-common": "5.4.0",
"ts-deepmerge": "7.0.1",
"valibot": "0.42.1"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/cli": "5.0.3",
"@total-typescript/ts-reset": "0.6.1",
"bun-types": "1.1.29",
"eslint": "9.12.0",
"bun-types": "1.1.32",
"eslint": "9.13.0",
"husky": "9.1.6",
"prettier": "3.3.3",
"tsup": "8.3.0",
"typescript": "5.6.2",
"typescript-eslint": "8.8.0"
"typescript": "5.6.3",
"typescript-eslint": "8.11.0"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit 85a3257

Please sign in to comment.