File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ repositories {
5
5
}
6
6
7
7
plugins {
8
- kotlin(" jvm" ) version " 2.0.21 "
8
+ kotlin(" jvm" ) version " 2.1.0 "
9
9
id(" com.expediagroup.graphql" ) version " 8.2.1"
10
10
}
11
11
Original file line number Diff line number Diff line change 15
15
"@mdx-js/react" : " 3.1.0" ,
16
16
"ajv" : " 8.17.1" ,
17
17
"clsx" : " 2.1.1" ,
18
- "jsdoc-to-markdown" : " 9.0.5 " ,
18
+ "jsdoc-to-markdown" : " 9.1.1 " ,
19
19
"prism-react-renderer" : " 2.4.0" ,
20
20
"react" : " 18.3.1" ,
21
21
"react-dom" : " 18.3.1" ,
Original file line number Diff line number Diff line change 28
28
"devDependencies" : {
29
29
"@graphql-codegen/cli" : " 5.0.3" ,
30
30
"@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" ,
33
33
"husky" : " 9.1.7" ,
34
- "prettier" : " 3.3.3 " ,
34
+ "prettier" : " 3.4.2 " ,
35
35
"tsup" : " 8.3.5" ,
36
36
"typescript" : " 5.7.2" ,
37
- "typescript-eslint" : " 8.15 .0"
37
+ "typescript-eslint" : " 8.17 .0"
38
38
},
39
39
"scripts" : {
40
40
"build" : " tsup src/plugin.ts --clean --dts --external graphql" ,
You can’t perform that action at this time.
0 commit comments