File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 3131 "postpack" : " clean-package restore" ,
3232 "prepare" : " husky" ,
3333 "prepublishOnly" : " npm run build" ,
34+ "release" : " semantic-release" ,
3435 "test" : " vitest" ,
3536 "test:coverage" : " vitest run --coverage --passWithNoTests" ,
3637 "test:watch" : " vitest --watch" ,
5859 ]
5960 },
6061 "devDependencies" : {
61- "@commitlint/cli" : " ^19.8.0 " ,
62- "@lobehub/lint" : " ^1.26.1 " ,
63- "dotenv" : " ^16.4.5 " ,
62+ "@commitlint/cli" : " ^19.8.1 " ,
63+ "@lobehub/lint" : " ^1.26.2 " ,
64+ "dotenv" : " ^16.5.0 " ,
6465 "dpdm" : " ^3.14.0" ,
6566 "eslint" : " ^8.57.1" ,
6667 "husky" : " ^9.1.7" ,
67- "lint-staged" : " ^15.5.0 " ,
68+ "lint-staged" : " ^16.1.2 " ,
6869 "prettier" : " ^3.5.3" ,
6970 "remark" : " ^15.0.1" ,
7071 "remark-cli" : " ^12.0.1" ,
7172 "semantic-release" : " ^21.1.2" ,
72- "tsup" : " ^8.4.0" ,
73+ "tsup" : " ^8.5.0" ,
74+ "tsx" : " ^4.20.3" ,
7375 "typescript" : " ^5.8.3" ,
74- "vitest" : " ^3.1.2 "
76+ "vitest" : " ^3.2.4 "
7577 },
7678 "packageManager" : " pnpm@10.11.0" ,
7779 "publishConfig" : {
You can’t perform that action at this time.
0 commit comments