Skip to content

Commit 463d594

Browse files
committed
Update project name and dependencies in package.json
Renamed the project to 'lucky-lillia-doc' and updated devDependencies: @types/node to 25.0.3, vitepress to 1.6.4, vue to 3.5.26, and yarn packageManager to 4.12.0.
1 parent ef490d5 commit 463d594

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "llonebotdoc",
2+
"name": "lucky-lillia-doc",
33
"version": "1.0.0",
44
"type": "module",
55
"scripts": {
@@ -9,9 +9,9 @@
99
},
1010
"author": "",
1111
"devDependencies": {
12-
"@types/node": "^24.1.0",
13-
"vitepress": "^1.6.3",
14-
"vue": "^3.5.18"
12+
"@types/node": "^25.0.3",
13+
"vitepress": "^1.6.4",
14+
"vue": "^3.5.26"
1515
},
16-
"packageManager": "yarn@4.9.2"
16+
"packageManager": "yarn@4.12.0"
1717
}

0 commit comments

Comments
 (0)