Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristineTham committed Dec 12, 2024
1 parent d6ebc24 commit 3055ca6
Show file tree
Hide file tree
Showing 3 changed files with 206 additions and 148 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "astro-base",
"type": "module",
"version": "0.0.1",
"version": "1.0.0",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
Expand All @@ -14,15 +14,15 @@
"dependencies": {
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.4"
"astro": "^5.0.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.4",
"@eslint/markdown": "^6.2.1",
"@iconify-json/heroicons": "^1.2.1",
"@iconify-json/logos": "^1.2.3",
"@julr/unocss-preset-forms": "^0.1.0",
"@types/node": "^22.10.1",
"@types/node": "^22.10.2",
"@typescript-eslint/parser": "^8.18.0",
"@unocss/eslint-config": "^0.65.1",
"@unocss/reset": "^0.65.1",
Expand Down
Loading

0 comments on commit 3055ca6

Please sign in to comment.