Skip to content

Commit 332db15

Browse files
authored
feat: update homepage (#485)
1 parent 9e1eb77 commit 332db15

File tree

10 files changed

+5974
-40
lines changed

10 files changed

+5974
-40
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ dist-ssr
2222
coverage
2323
*.local
2424

25-
package-lock.json
26-
pnpm-lock.yaml
27-
2825
/cypress/videos/
2926
/cypress/screenshots/
3027

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@
3636
"eslint-plugin-vue": "9.32.0",
3737
"gh-pages": "6.2.0",
3838
"globals": "15.13.0",
39+
"typescript": "5.5.4",
3940
"typescript-eslint": "8.18.0"
4041
},
4142
"prettier": {
4243
"singleQuote": true,
4344
"trailingComma": "all"
4445
},
45-
"packageManager": "[email protected].0"
46+
"packageManager": "[email protected].1"
4647
}

0 commit comments

Comments
 (0)