Skip to content

Commit 3bdade2

Browse files
Update dependencies
1 parent 243e02e commit 3bdade2

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
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: 21 additions & 17 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: 3 additions & 3 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": [
@@ -28,13 +28,13 @@
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": "9.39.2",
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.55.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)