Skip to content

Commit 1ff3e88

Browse files
committed
Update to astro v5
1 parent 91314b4 commit 1ff3e88

File tree

4 files changed

+1188
-751
lines changed

4 files changed

+1188
-751
lines changed

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"version": "0.0.1",
55
"scripts": {
66
"dev": "astro dev",
7-
"start": "astro dev",
87
"build": "astro check && astro build",
98
"preview": "astro preview",
109
"astro": "astro",
@@ -13,13 +12,13 @@
1312
},
1413
"dependencies": {
1514
"@astrojs/check": "^0.9.4",
16-
"@astrojs/tailwind": "^5.1.2",
17-
"astro": "^4.16.13",
18-
"tailwindcss": "^3.4.15",
15+
"@astrojs/tailwind": "^5.1.4",
16+
"astro": "^5.1.1",
17+
"tailwindcss": "^3.4.17",
1918
"typescript": "^5.7.2"
2019
},
2120
"devDependencies": {
22-
"prettier": "^3.3.3",
21+
"prettier": "^3.4.2",
2322
"prettier-plugin-astro": "^0.14.1",
2423
"prettier-plugin-tailwindcss": "^0.6.9"
2524
},

0 commit comments

Comments
 (0)