Skip to content

Commit 68b6578

Browse files
chore(deps): update devdependencies (#100)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db5625d commit 68b6578

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

bun.lockb

112 Bytes
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.0.1",
1616
"ajv": "8.17.1",
1717
"clsx": "2.1.1",
18-
"jsdoc-to-markdown": "8.0.2",
18+
"jsdoc-to-markdown": "8.0.3",
1919
"prism-react-renderer": "2.3.1",
2020
"react": "18.3.1",
2121
"react-dom": "18.3.1",

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
"devDependencies": {
2929
"@graphql-codegen/cli": "5.0.2",
3030
"@total-typescript/ts-reset": "0.5.1",
31-
"bun-types": "1.1.20",
32-
"eslint": "9.7.0",
33-
"husky": "9.1.1",
31+
"bun-types": "1.1.21",
32+
"eslint": "9.8.0",
33+
"husky": "9.1.3",
3434
"prettier": "3.3.3",
35-
"tsup": "8.2.2",
36-
"typescript": "5.5.3",
37-
"typescript-eslint": "7.16.1"
35+
"tsup": "8.2.3",
36+
"typescript": "5.5.4",
37+
"typescript-eslint": "7.17.0"
3838
},
3939
"scripts": {
4040
"build": "tsup src/plugin.ts --clean --dts --external graphql",

0 commit comments

Comments
 (0)