Skip to content

Commit

Permalink
chore(deps): update dependencies (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 25, 2024
1 parent 75895a1 commit 50791c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.10"
kotlin("jvm") version "2.0.20"
id("com.expediagroup.graphql") version "7.1.4"
}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
"@graphql-codegen/plugin-helpers": "5.0.4",
"@graphql-codegen/visitor-plugin-common": "5.3.1",
"ts-deepmerge": "7.0.1",
"valibot": "0.37.0"
"valibot": "0.39.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@total-typescript/ts-reset": "0.5.1",
"bun-types": "1.1.24",
"eslint": "9.9.0",
"husky": "9.1.4",
"@total-typescript/ts-reset": "0.6.0",
"bun-types": "1.1.26",
"eslint": "9.9.1",
"husky": "9.1.5",
"prettier": "3.3.3",
"tsup": "8.2.4",
"typescript": "5.5.4",
"typescript-eslint": "8.1.0"
"typescript-eslint": "8.2.0"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit 50791c2

Please sign in to comment.