forked from antfu/starter-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
bdf1bdd
commit f800d37
Showing
4 changed files
with
495 additions
and
428 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "starter-ts", | ||
"type": "module", | ||
"version": "0.1.0", | ||
"packageManager": "pnpm@9.7.0", | ||
"packageManager": "pnpm@9.8.0", | ||
"description": "", | ||
"author": "Thomas Champagne <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -52,24 +52,24 @@ | |
"upgrade:package-manager": "tsx -e \"const fs=require('fs');const packageJson=JSON.parse(fs.readFileSync('package.json'));packageJson.packageManager='pnpm@' + packageJson.devDependencies.pnpm.replaceAll(/\\^|\\~/g, '');fs.writeFileSync('package.json',JSON.stringify(packageJson,null,2));\"" | ||
}, | ||
"devDependencies": { | ||
"@eslint/js": "^9.8.0", | ||
"@eslint/js": "^9.9.1", | ||
"@jest/globals": "^29.7.0", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22.1.0", | ||
"@typescript-eslint/eslint-plugin": "^8.0.1", | ||
"@typescript-eslint/parser": "^8.0.1", | ||
"bumpp": "^9.4.2", | ||
"eslint": "^9.8.0", | ||
"@types/node": "^22.5.0", | ||
"@typescript-eslint/eslint-plugin": "^8.2.0", | ||
"@typescript-eslint/parser": "^8.2.0", | ||
"bumpp": "^9.5.2", | ||
"eslint": "^9.9.1", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"jest": "^29.7.0", | ||
"lefthook": "^1.7.12", | ||
"lefthook": "^1.7.14", | ||
"markdown-toc-gen": "^1.0.1", | ||
"pnpm": "^9.7.0", | ||
"pnpm": "^9.8.0", | ||
"prettier": "^3.3.3", | ||
"ts-jest": "^29.2.4", | ||
"tsx": "^4.17.0", | ||
"typedoc": "^0.26.5", | ||
"ts-jest": "^29.2.5", | ||
"tsx": "^4.18.0", | ||
"typedoc": "^0.26.6", | ||
"typescript": "^5.5.4", | ||
"unbuild": "^2.0.0" | ||
} | ||
|
Oops, something went wrong.