We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d551142 commit e0d044bCopy full SHA for e0d044b
.github/workflows/test.yaml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/setup-node@v4
21
with:
22
node-version: ${{ matrix.node-version }}
23
- - uses: pnpm/action-setup@v4.1.0
+ - uses: pnpm/action-setup@v4.2.0
24
25
version: 9.*
26
- run: pnpm install
app/package.json
@@ -75,7 +75,7 @@
75
"@types/turndown": "^5.0.5",
76
"@vitejs/plugin-react": "^4.2.1",
77
"jsdom": "^26.0.0",
78
- "openapi-typescript": "7.8.0",
+ "openapi-typescript": "7.10.0",
79
"tailwindcss": "^4.1.10",
80
"tailwindcss-animate": "^1.0.7",
81
"vite": "^6.0.0",
0 commit comments