chore: upgrade to astro v3.1

Upgrade astro version from v3.0.13 to v3.1 to solve the issue of ViewTransitions api not working properly on prod mode.
This commit is contained in:
satnaing
2023-09-15 09:28:46 +06:30
committed by Sat Naing
parent 08e4f545a0
commit 6b8bba1612
2 changed files with 158 additions and 27 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
"@astrojs/check": "^0.2.0",
"@astrojs/rss": "^3.0.0",
"@resvg/resvg-js": "^2.4.1",
"astro": "^3.0.13",
"astro": "^3.1.0",
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",
@@ -32,7 +32,7 @@
"@astrojs/react": "^3.0.2",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
"@divriots/jampack": "^0.20.1",
"@divriots/jampack": "^0.20.2",
"@tailwindcss/typography": "^0.5.10",
"@types/github-slugger": "^1.3.0",
"@types/react": "^18.2.21",