Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 14, 2024
1 parent 7b6a35c commit 4d06671
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ repositories {
}

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

Expand Down
Binary file modified bun.lockb
Binary file not shown.
10 changes: 5 additions & 5 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",
"bun-types": "1.1.30",
"eslint": "9.12.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.8.1"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit 4d06671

Please sign in to comment.