Skip to content

Commit 6667682

Browse files
authored
Merge pull request #9 from Maarten-Dekker/Astro-2.0
Astro 2.0. Fixes #10
2 parents 789e127 + b9a2192 commit 6667682

16 files changed

+538
-602
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# build output
22
dist/
33
.output/
4+
.astro
45

56
# dependencies
67
node_modules/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"astro": "astro"
1212
},
1313
"dependencies": {
14-
"@astrojs/image": "^0.11.6",
15-
"@astrojs/mdx": "^0.11.6",
14+
"@astrojs/image": "^0.13.0",
15+
"@astrojs/mdx": "^0.15.0",
1616
"@astrojs/sitemap": "^1.0.0",
17-
"@astrojs/tailwind": "^2.1.3",
17+
"@astrojs/tailwind": "^3.0.0",
1818
"@fontsource/inter": "^4.5.14",
19-
"astro": "^1.9.1",
19+
"astro": "^2.0.1",
2020
"astro-feather-icons": "^1.0.2",
2121
"astro-icon": "^0.8.0",
2222
"astro-navbar": "^1.1.5",
23-
"astro-seo": "^0.6.1",
23+
"astro-seo": "^0.7.0",
2424
"tailwindcss": "^3.2.4"
2525
},
2626
"devDependencies": {

0 commit comments

Comments
 (0)