Skip to content

Commit

Permalink
Astro v3 (#269)
Browse files Browse the repository at this point in the history
* Upgrade to v3

* use View Transitions API
  • Loading branch information
InkoHX authored Sep 23, 2023
1 parent 04638cd commit 696a81f
Show file tree
Hide file tree
Showing 5 changed files with 1,898 additions and 1,156 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:

- run: pnpm format:check

- run: pnpm astro:check

deploy:
needs: [test]
runs-on: ubuntu-latest
Expand Down
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,22 @@
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w --plugin-search-dir=. .",
"format:check": "prettier -c --plugin-search-dir=. ."
"astro:check": "astro check",
"format": "prettier -w --plugin=prettier-plugin-astro .",
"format:check": "prettier -c --plugin=prettier-plugin-astro ."
},
"dependencies": {
"@astrojs/mdx": "^0.18.2",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.1.9",
"tailwindcss": "^3.3.1"
"@astrojs/check": "^0.2.0",
"@astrojs/mdx": "^1.1.0",
"@astrojs/tailwind": "^5.0.0",
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.1.2",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2"
},
"devDependencies": {
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"prettier-plugin-tailwindcss": "^0.2.6"
"prettier": "^3.0.3",
"prettier-plugin-astro": "^0.12.0",
"prettier-plugin-tailwindcss": "^0.5.4"
}
}
Loading

0 comments on commit 696a81f

Please sign in to comment.