Skip to content

Commit 35eddff

Browse files
Update dependencies
1 parent b76a2ac commit 35eddff

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

bun.lock

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"lunr": "2.3.9",
2020
"jsdoc-to-markdown": "9.1.3",
2121
"prism-react-renderer": "2.4.1",
22-
"react": "19.2.3",
23-
"react-dom": "19.2.3",
22+
"react": "19.2.4",
23+
"react-dom": "19.2.4",
2424
"react-loadable": "5.5.0"
2525
}
2626
}

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

package.json

Lines changed: 4 additions & 4 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.6",
3+
"packageManager": "bun@1.3.8",
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.6",
31+
"@types/bun": "1.3.7",
3232
"eslint": "9.39.2",
3333
"husky": "9.1.7",
34-
"prettier": "3.7.4",
34+
"prettier": "3.8.1",
3535
"tsup": "8.5.1",
3636
"typescript": "5.9.3",
37-
"typescript-eslint": "8.53.0"
37+
"typescript-eslint": "8.54.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)