Skip to content

Commit 3055ca6

Browse files
committed
Minor fixes
1 parent d6ebc24 commit 3055ca6

File tree

3 files changed

+206
-148
lines changed

3 files changed

+206
-148
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "astro-base",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"scripts": {
66
"dev": "astro dev",
77
"start": "astro dev",
@@ -14,15 +14,15 @@
1414
"dependencies": {
1515
"@astrojs/rss": "^4.0.10",
1616
"@astrojs/sitemap": "^3.2.1",
17-
"astro": "^5.0.4"
17+
"astro": "^5.0.5"
1818
},
1919
"devDependencies": {
2020
"@astrojs/check": "^0.9.4",
2121
"@eslint/markdown": "^6.2.1",
2222
"@iconify-json/heroicons": "^1.2.1",
2323
"@iconify-json/logos": "^1.2.3",
2424
"@julr/unocss-preset-forms": "^0.1.0",
25-
"@types/node": "^22.10.1",
25+
"@types/node": "^22.10.2",
2626
"@typescript-eslint/parser": "^8.18.0",
2727
"@unocss/eslint-config": "^0.65.1",
2828
"@unocss/reset": "^0.65.1",

0 commit comments

Comments
 (0)