Skip to content

Commit d3fce22

Browse files
committed
🔧 chore(package): add package name, update version string
1 parent 1d59689 commit d3fce22

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
2-
"name": "",
2+
"$schema": "https://www.schemastore.org/package.json",
3+
"name": "retrozinndev.github.io",
34
"type": "module",
4-
"version": "0.0.1",
5+
"version": "1.5.1",
56
"scripts": {
67
"dev": "astro dev",
78
"start": "astro dev",
@@ -13,16 +14,16 @@
1314
"@astrojs/check": "^0.9.4",
1415
"@astrojs/react": "^4.3.0",
1516
"@octokit/rest": "github:octokit/rest.js",
16-
"@types/react": "^19.1.9",
17+
"@types/react": "^19.1.10",
1718
"@types/react-dom": "^19.1.7",
18-
"astro": "^5.12.8",
19+
"astro": "^5.13.2",
1920
"nanostores": "^1.0.1",
2021
"react": "^19.1.1",
2122
"react-dom": "^19.1.1",
2223
"react-icons": "^5.5.0",
2324
"typescript": "^5.9.2"
2425
},
2526
"devDependencies": {
26-
"sass": "^1.89.2"
27+
"sass": "^1.90.0"
2728
}
2829
}

0 commit comments

Comments
 (0)