Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 6e5a985 commit bf04d24
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.21"
kotlin("jvm") version "2.1.0"
id("com.expediagroup.graphql") version "8.2.1"
}

Expand Down
Binary file modified bun.lockb
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@mdx-js/react": "3.1.0",
"ajv": "8.17.1",
"clsx": "2.1.1",
"jsdoc-to-markdown": "9.0.5",
"jsdoc-to-markdown": "9.1.1",
"prism-react-renderer": "2.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
"devDependencies": {
"@graphql-codegen/cli": "5.0.3",
"@total-typescript/ts-reset": "0.6.1",
"bun-types": "1.1.36",
"eslint": "9.15.0",
"bun-types": "1.1.38",
"eslint": "9.16.0",
"husky": "9.1.7",
"prettier": "3.3.3",
"prettier": "3.4.1",
"tsup": "8.3.5",
"typescript": "5.7.2",
"typescript-eslint": "8.15.0"
"typescript-eslint": "8.17.0"
},
"scripts": {
"build": "tsup src/plugin.ts --clean --dts --external graphql",
Expand Down

0 comments on commit bf04d24

Please sign in to comment.