Skip to content

Commit 7fb6a04

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

build.gradle.kts

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

77
plugins {
8-
kotlin("jvm") version "2.0.21"
8+
kotlin("jvm") version "2.1.0"
99
id("com.expediagroup.graphql") version "8.2.1"
1010
}
1111

bun.lockb

1.57 KB
Binary file not shown.

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@mdx-js/react": "3.1.0",
1616
"ajv": "8.17.1",
1717
"clsx": "2.1.1",
18-
"jsdoc-to-markdown": "9.0.5",
18+
"jsdoc-to-markdown": "9.1.1",
1919
"prism-react-renderer": "2.4.0",
2020
"react": "19.0.0",
2121
"react-dom": "19.0.0",

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.3",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"bun-types": "1.1.36",
32-
"eslint": "9.15.0",
31+
"bun-types": "1.1.38",
32+
"eslint": "9.16.0",
3333
"husky": "9.1.7",
34-
"prettier": "3.3.3",
34+
"prettier": "3.4.2",
3535
"tsup": "8.3.5",
3636
"typescript": "5.7.2",
37-
"typescript-eslint": "8.15.0"
37+
"typescript-eslint": "8.17.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)