Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent a86d11b commit 7b5f04e
Show file tree
Hide file tree
Showing 3 changed files with 134 additions and 131 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,33 +20,33 @@
"bench": "node --expose-gc -max-old-space-size=4096 scripts/bench.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.11",
"@eslint/js": "^9.18.0",
"@changesets/cli": "^2.27.12",
"@eslint/js": "^9.19.0",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"dts-buddy": "^0.5.4",
"esbuild": "^0.24.2",
"eslint": "^9.18.0",
"eslint": "^9.19.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.15.1",
"eslint-plugin-prettier": "^5.2.3",
"get-tsconfig": "^4.10.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.1",
"lint-staged": "^15.4.3",
"npm-run-all2": "^7.0.2",
"prettier": "^3.4.2",
"publint": "^0.3.2",
"tiny-glob": "^0.2.9",
"tinybench": "^3.1.0",
"tinybench": "^3.1.1",
"tsconfck": "workspace:^",
"tsconfck-2": "npm:tsconfck@^2.1.2",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"lint-staged": {
"*.{js,md}": "eslint --cache --fix",
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write"
},
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@9.15.5",
"engines": {
"node": "^18 || >=20"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/tsconfck/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@vitest/coverage-v8": "^3.0.3",
"@vitest/coverage-v8": "^3.0.4",
"esbuild": "^0.24.2",
"isaacscript-tsconfig": "^7.0.1",
"tiny-glob": "^0.2.9",
"typescript": "^5.7.3",
"vitest": "^3.0.3"
"vitest": "^3.0.4"
},
"engines": {
"node": "^18 || >=20"
Expand Down
Loading

0 comments on commit 7b5f04e

Please sign in to comment.