Skip to content

Commit

Permalink
Upgrade starlight-openapi to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanofa committed Oct 10, 2023
1 parent c15387b commit 51d769a
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 200 deletions.
6 changes: 3 additions & 3 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@astrojs/react": "^3.0.3",
"@astrojs/starlight": "^0.10.4",
"@astrojs/starlight": "^0.11.0",
"@astrojs/starlight-tailwind": "^2.0.0",
"@astrojs/tailwind": "^5.0.1",
"@fontsource/poppins": "^5.0.8",
Expand All @@ -29,7 +29,7 @@
"react-dom": "^18.0.0",
"sharp": "^0.32.5",
"shiki": "^0.14.4",
"starlight-openapi": "^0.2.1",
"starlight-openapi": "^0.3.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3"
},
Expand All @@ -43,7 +43,7 @@
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-node": "^0.3.9",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-astro": "^0.29.0",
"eslint-plugin-astro": "^0.29.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
Expand Down
Loading

0 comments on commit 51d769a

Please sign in to comment.