Skip to content

Commit

Permalink
chore: upgrade pnpm, turbo and astro packages (#33)
Browse files Browse the repository at this point in the history
* chore: upgrade astro and related packages

* chore: upgrade turbo

* chore: upgrade pnpm via corepack
  • Loading branch information
stefanofa authored Apr 16, 2024
1 parent 48001fa commit edd85df
Show file tree
Hide file tree
Showing 4 changed files with 1,211 additions and 715 deletions.
9 changes: 6 additions & 3 deletions apps/website/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import react from "@astrojs/react";
import starlight from "@astrojs/starlight";
import tailwind from "@astrojs/tailwind";
import playformCompress from "@playform/compress";
import { defineConfig, squooshImageService } from "astro/config";
import compress from "astro-compress";
import starlightOpenAPI, { openAPISidebarGroups } from "starlight-openapi";
import { FileSystemIconLoader } from "unplugin-icons/loaders";
import Icons from "unplugin-icons/vite";
Expand Down Expand Up @@ -36,7 +36,10 @@ export default defineConfig({
label: "SDK",
collapsed: true,
items: [
{ label: "Overview", link: "docs/sdk/overview" },
{
label: "Overview",
link: "docs/sdk/overview",
},
{
label: "Methods",
collapsed: true,
Expand Down Expand Up @@ -83,8 +86,8 @@ export default defineConfig({
}),
tailwind({ applyBaseStyles: false }),
react(),
compress(),
starlightOpenAPI(),
playformCompress(),
],
vite: {
plugins: [
Expand Down
16 changes: 8 additions & 8 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"lint": "eslint ."
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/starlight": "^0.19.0",
"@astrojs/starlight-tailwind": "^2.0.1",
"@astrojs/react": "^3.3.0",
"@astrojs/starlight": "^0.21.5",
"@astrojs/starlight-tailwind": "^2.0.2",
"@astrojs/tailwind": "^5.1.0",
"@fontsource/poppins": "^5.0.8",
"@playform/compress": "^0.0.3",
"@tanstack/react-query": "^5.21.7",
"@tanstack/react-query-devtools": "^5.21.7",
"@tremor/react": "^3.8.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^4.4.0",
"astro-compress": "^2.2.10",
"astro-seo": "^0.8.2",
"astro": "^4.6.1",
"astro-seo": "^0.8.3",
"clsx": "^2.0.0",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand All @@ -32,7 +32,7 @@
"react-dom": "^18.0.0",
"shiki": "^0.14.4",
"spin-delay": "^1.2.0",
"starlight-openapi": "^0.5.0",
"starlight-openapi": "^0.6.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"ts-pattern": "^5.0.5"
Expand All @@ -58,5 +58,5 @@
"typescript": "^5.2.2",
"unplugin-icons": "^0.17.0"
},
"packageManager": "pnpm@8.7.6"
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prettier": "^3.1.0",
"prettier-plugin-astro": "^0.12.2",
"tsconfig": "workspace:*",
"turbo": "^1.12.4"
"turbo": "^1.13.2"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@8.15.7+sha256.50783dd0fa303852de2dd1557cd4b9f07cb5b018154a6e76d0f40635d6cee019"
}
Loading

0 comments on commit edd85df

Please sign in to comment.