-
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update all non-major dependencies (#168)
* chore(deps): update all non-major dependencies * fix: remove unused option from snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dominikg <[email protected]>
- Loading branch information
1 parent
0f18da0
commit 10d41e7
Showing
10 changed files
with
233 additions
and
222 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,32 +20,32 @@ | |
"bench": "node --expose-gc -max-old-space-size=4096 scripts/bench.js" | ||
}, | ||
"devDependencies": { | ||
"@changesets/cli": "^2.27.1", | ||
"@changesets/cli": "^2.27.3", | ||
"@svitejs/changesets-changelog-github-compact": "^1.1.0", | ||
"dts-buddy": "^0.4.4", | ||
"esbuild": "^0.20.1", | ||
"dts-buddy": "^0.4.7", | ||
"esbuild": "^0.21.3", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-markdown": "^5.0.0", | ||
"eslint-plugin-n": "^17.7.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"get-tsconfig": "^4.7.3", | ||
"get-tsconfig": "^4.7.5", | ||
"husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | ||
"npm-run-all2": "^6.1.2", | ||
"lint-staged": "^15.2.4", | ||
"npm-run-all2": "^6.2.0", | ||
"prettier": "^3.2.5", | ||
"publint": "^0.2.7", | ||
"publint": "^0.2.8", | ||
"tiny-glob": "^0.2.9", | ||
"tinybench": "^2.6.0", | ||
"tinybench": "^2.8.0", | ||
"tsconfck": "workspace:^", | ||
"tsconfck-2": "npm:tsconfck@^2.1.2", | ||
"vitest": "^1.3.1" | ||
"vitest": "^1.6.0" | ||
}, | ||
"lint-staged": { | ||
"*.{js,md}": "eslint --cache --fix", | ||
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write" | ||
}, | ||
"packageManager": "[email protected].4", | ||
"packageManager": "[email protected].8", | ||
"engines": { | ||
"node": "^18 || >=20" | ||
} | ||
|
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
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
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.