generated from BiscuitTin/project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: update dependencies * chore: allow js * feat: update typegen import * fix: prevent typescript warn overwrite input file * chore: dont remove files array
- Loading branch information
1 parent
b23ce6f
commit 3d12e69
Showing
8 changed files
with
477 additions
and
563 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 |
---|---|---|
|
@@ -21,7 +21,7 @@ | |
"test": "vitest --run --logHeapUsage", | ||
"coverage": "vitest run --coverage", | ||
"typegen": "tsx scripts/typegen.ts", | ||
"lint": "eslint --cache --flag unstable_ts_config .", | ||
"lint": "eslint --cache .", | ||
"prepare": "husky" | ||
}, | ||
"devDependencies": { | ||
|
@@ -33,11 +33,11 @@ | |
"@types/node": "^22.10.5", | ||
"@vitest/coverage-v8": "^2.1.8", | ||
"dprint": "^0.48.0", | ||
"eslint": "^9.17.0", | ||
"eslint": "^9.18.0", | ||
"eslint-typegen": "^1.0.0", | ||
"happy-dom": "^16.5.3", | ||
"husky": "^9.1.7", | ||
"jiek": "2.2.7", | ||
"jiek": "^2.3.3", | ||
"jiti": "^2.4.2", | ||
"lint-staged": "^15.3.0", | ||
"tsx": "^4.19.2", | ||
|
@@ -46,8 +46,6 @@ | |
}, | ||
"pnpm": { | ||
"overrides": { | ||
"@jiek/pkger": "npm:@jiek/[email protected]", | ||
"@jiek/rollup-plugin-dts": "npm:@jiek/[email protected]", | ||
"deep-equal": "npm:@nolyfill/deep-equal@^1", | ||
"is-core-module": "npm:@nolyfill/is-core-module@^1", | ||
"is-generator-function": "npm:@nolyfill/is-generator-function@^1", | ||
|
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
Oops, something went wrong.