Skip to content

Commit

Permalink
Upgrade to Astro v5 (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouage authored Dec 31, 2024
1 parent cd555a3 commit 1378013
Show file tree
Hide file tree
Showing 4 changed files with 1,011 additions and 611 deletions.
8 changes: 4 additions & 4 deletions apps/cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/tailwind": "^5.1.4",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xprtz/cms": "file:../../libs/cms",
"@xprtz/ui": "file:../../libs/ui",
"astro": "^4.16.10",
"astro": "^5.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3"
},
"author": "Alex Schouls"
}
}
8 changes: 4 additions & 4 deletions apps/dotnet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^3.6.2",
"@astrojs/react": "^4.1.2",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/tailwind": "^5.1.2",
"@astrojs/tailwind": "^5.1.4",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@xprtz/cms": "file:../../libs/cms",
"@xprtz/ui": "file:../../libs/ui",
"astro": "^4.16.10",
"astro": "^5.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwindcss": "^3.4.3"
},
"author": "Alex Schouls"
}
}
6 changes: 3 additions & 3 deletions libs/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"author": "Alex Schouls",
"main": "index.ts",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/react": "^3.4.0",
"@astrojs/check": "^0.9.4",
"@astrojs/react": "^4.1.2",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.9.2",
"astro": "^5.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
Loading

0 comments on commit 1378013

Please sign in to comment.