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 Oct 9, 2024
1 parent e45d31e commit a8a4390
Show file tree
Hide file tree
Showing 3 changed files with 359 additions and 345 deletions.
22 changes: 11 additions & 11 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.8",
"@eslint/js": "^9.10.0",
"@changesets/cli": "^2.27.9",
"@eslint/js": "^9.12.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"dts-buddy": "^0.5.3",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"esbuild": "^0.24.0",
"eslint": "^9.12.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-prettier": "^5.2.1",
"get-tsconfig": "^4.8.0",
"husky": "^9.1.5",
"get-tsconfig": "^4.8.1",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"npm-run-all2": "^6.2.2",
"npm-run-all2": "^6.2.3",
"prettier": "^3.3.3",
"publint": "^0.2.10",
"publint": "^0.2.11",
"tiny-glob": "^0.2.9",
"tinybench": "^2.9.0",
"tsconfck": "workspace:^",
"tsconfck-2": "npm:tsconfck@^2.1.2",
"vitest": "^2.0.5"
"vitest": "^2.1.2"
},
"lint-staged": {
"*.{js,md}": "eslint --cache --fix",
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write"
},
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.12.1",
"engines": {
"node": "^18 || >=20"
}
Expand Down
8 changes: 4 additions & 4 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": "^2.0.5",
"esbuild": "^0.23.1",
"@vitest/coverage-v8": "^2.1.2",
"esbuild": "^0.24.0",
"isaacscript-tsconfig": "^6.0.0",
"tiny-glob": "^0.2.9",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
"typescript": "^5.6.3",
"vitest": "^2.1.2"
},
"engines": {
"node": "^18 || >=20"
Expand Down
Loading

0 comments on commit a8a4390

Please sign in to comment.