Skip to content

Commit bdeae1f

Browse files
chore(deps): update dependencies (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Dan Adajian <dadajian@expediagroup.com>
1 parent 4832698 commit bdeae1f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

bun.lockb

0 Bytes
Binary file not shown.

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"clsx": "2.1.1",
1818
"jsdoc-to-markdown": "9.1.1",
1919
"prism-react-renderer": "2.4.1",
20-
"react": "19.0.0",
21-
"react-dom": "19.0.0",
20+
"react": "19.1.0",
21+
"react-dom": "19.1.0",
2222
"react-loadable": "5.5.0"
2323
}
2424
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expediagroup/graphql-kotlin-codegen",
3-
"packageManager": "bun@1.2.2",
3+
"packageManager": "bun@1.2.7",
44
"main": "dist/plugin.cjs",
55
"types": "dist/plugin.d.cts",
66
"files": [
@@ -21,20 +21,20 @@
2121
"dependencies": {
2222
"@graphql-codegen/java-common": "3.0.0",
2323
"@graphql-codegen/plugin-helpers": "5.1.0",
24-
"@graphql-codegen/visitor-plugin-common": "5.7.1",
24+
"@graphql-codegen/visitor-plugin-common": "5.8.0",
2525
"ts-deepmerge": "7.0.2",
2626
"valibot": "1.0.0"
2727
},
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.5",
3030
"@total-typescript/ts-reset": "0.6.1",
31-
"bun-types": "1.2.5",
31+
"bun-types": "1.2.7",
3232
"eslint": "9.23.0",
3333
"husky": "9.1.7",
3434
"prettier": "3.5.3",
3535
"tsup": "8.4.0",
3636
"typescript": "5.8.2",
37-
"typescript-eslint": "8.27.0"
37+
"typescript-eslint": "8.28.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)