Skip to content

Commit

Permalink
chore(deps-dev): update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
uiolee committed Feb 10, 2024
1 parent b655990 commit bec6ffd
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 361 deletions.
25 changes: 14 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@
"!hexo-starter/.git"
],
"scripts": {
"build": "tsc -b -f",
"dev": "tsc -b -w -v",
"build": "pnpm run esb",
"esb": "rm -rf bin && node ./scripts/esb.mjs ",
"hash": "bash ./scripts/gethash.sh",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"lint:type": "tsc --noEmit",
"sort": "pnpm dlx sort-package-json",
"test": "jest",
"test:cov": "jest --coverage --coverageReporters=html text",
"test:lcov": "jest --coverage --coverageReporters=lcovonly text"
"test:cov": "jest --coverage --coverageReporters html --coverageReporters text",
"test:lcov": "jest --coverage --coverageReporters lcovonly --coverageReporters text-summary",
"tsb": "tsc -b -v",
"tsbf": "tsc -b -v -f",
"tsbw": "tsc -b -v -w"
},
"dependencies": {
"chalk": "^5.3.0",
Expand All @@ -52,20 +55,20 @@
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"esbuild": "^0.19.10",
"@types/node": "^20.11.17",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"esbuild": "^0.20.0",
"esbuild-jest": "^0.5.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"typescript": "^5.3.3"
},
"engines": {
"node": ">=20"
},
"#packageManager": "pnpm@8.13.1+sha256.9e5f62ce5f2b7d4ceb3c2848f41cf0b33032c24d683c7088b53f62b1885fb246"
"packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5"
}
Loading

0 comments on commit bec6ffd

Please sign in to comment.