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] committed Jul 18, 2024
1 parent 87e69fa commit 3abb643
Show file tree
Hide file tree
Showing 3 changed files with 315 additions and 1,439 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@
"bench": "node --expose-gc -max-old-space-size=4096 scripts/bench.js"
},
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@eslint/js": "^9.4.0",
"@changesets/cli": "^2.27.7",
"@eslint/js": "^9.7.0",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"dts-buddy": "^0.5.1",
"esbuild": "^0.21.5",
"eslint": "^9.4.0",
"esbuild": "^0.23.0",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-n": "^17.8.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.2.1",
"get-tsconfig": "^4.7.5",
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"npm-run-all2": "^6.2.0",
"prettier": "^3.3.1",
"publint": "^0.2.8",
"husky": "^9.1.1",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.2",
"prettier": "^3.3.3",
"publint": "^0.2.9",
"tiny-glob": "^0.2.9",
"tinybench": "^2.8.0",
"tsconfck": "workspace:^",
Expand All @@ -46,7 +46,7 @@
"*.{js,md}": "eslint --cache --fix",
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.5.0",
"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,9 +50,9 @@
"devDependencies": {
"@tsconfig/node18": "^18.2.4",
"@vitest/coverage-v8": "^1.6.0",
"esbuild": "^0.21.5",
"esbuild": "^0.23.0",
"tiny-glob": "^0.2.9",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vitest": "^1.6.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 3abb643

Please sign in to comment.