Skip to content

Commit

Permalink
fix(api): pin api generator
Browse files Browse the repository at this point in the history
it was giving weird errors in newer versions
  • Loading branch information
wmertens committed Jun 6, 2024
1 parent 5f7bb66 commit fec1c41
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 94 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
"@clack/prompts": "^0.7.0",
"@eslint/eslintrc": "^3.0.2",
"@mdx-js/mdx": "^3.0.1",
"@microsoft/api-documenter": "^7.25.3",
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/api-documenter": "7.24.2",
"@microsoft/api-extractor": "7.43.1",
"@napi-rs/cli": "^2.18.2",
"@napi-rs/triples": "^1.2.0",
"@node-rs/helper": "^1.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/qwik-city/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@azure/functions": "^3.5.1",
"@builder.io/qwik": "workspace:^",
"@microsoft/api-extractor": "^7.47.0",
"@microsoft/api-extractor": "7.43.1",
"@netlify/edge-functions": "^2.3.1",
"@types/mdast": "^4.0.1",
"@types/node": "^20.14.1",
Expand Down
132 changes: 41 additions & 91 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fec1c41

Please sign in to comment.