File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1515 - name : Setup Bun
1616 uses : oven-sh/setup-bun@v1
1717
18+ - name : Setup Node
19+ uses : actions/setup-node@v4
20+ with :
21+ node-version : latest
22+
1823 - name : Install Dependencies
1924 run : bun install
2025
Original file line number Diff line number Diff line change 1313 "docusaurus-theme-github-codeblock" : " 2.0.2" ,
1414 "prism-react-renderer" : " 2.3.1" ,
1515 "react" : " 18.2.0" ,
16- "react-dom" : " 18.2.0"
16+ "react-dom" : " 18.2.0" ,
17+ "react-loadable" : " 5.5.0"
1718 },
1819 "devDependencies" : {
1920 "@docusaurus/module-type-aliases" : " 3.1.1" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " graphql-kotlin-codegen" ,
3- "packageManager" : " bun@1.0.29 " ,
3+ "packageManager" : " bun@1.0.30 " ,
44 "main" : " dist/plugin.js" ,
55 "types" : " dist/plugin.d.ts" ,
66 "files" : [
2525 "@graphql-codegen/cli" : " 5.0.2" ,
2626 "@total-typescript/ts-reset" : " 0.5.1" ,
2727 "@typescript-eslint/eslint-plugin" : " 7.0.2" ,
28- "bun-types" : " 1.0.29 " ,
28+ "bun-types" : " 1.0.30 " ,
2929 "eslint" : " 8.57.0" ,
3030 "husky" : " 9.0.11" ,
3131 "prettier" : " 3.2.5" ,
You can’t perform that action at this time.
0 commit comments