Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 8, 2024
1 parent 4421a3c commit b45b4b4
Show file tree
Hide file tree
Showing 3 changed files with 172 additions and 169 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,29 @@
"@changesets/cli": "^2.27.1",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"dts-buddy": "^0.4.4",
"esbuild": "^0.20.0",
"eslint": "^8.56.0",
"esbuild": "^0.20.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^3.0.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-prettier": "^5.1.3",
"get-tsconfig": "^4.7.2",
"get-tsconfig": "^4.7.3",
"husky": "^8.0.3",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"prettier": "^3.2.5",
"publint": "^0.2.7",
"tiny-glob": "^0.2.9",
"tinybench": "^2.6.0",
"tsconfck": "workspace:^",
"tsconfck-2": "npm:tsconfck@^2.1.2",
"vitest": "^1.2.2"
"vitest": "^1.3.1"
},
"lint-staged": {
"*.{js,md}": "eslint --cache --fix",
"*": "prettier --cache --ignore-path .prettierignore --ignore-unknown --write"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.4",
"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 @@ -49,11 +49,11 @@
},
"devDependencies": {
"@tsconfig/node18": "^18.2.2",
"@vitest/coverage-v8": "^1.2.2",
"esbuild": "^0.20.0",
"@vitest/coverage-v8": "^1.3.1",
"esbuild": "^0.20.1",
"tiny-glob": "^0.2.9",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"typescript": "^5.4.2",
"vitest": "^1.3.1"
},
"engines": {
"node": "^18 || >=20"
Expand Down
Loading

0 comments on commit b45b4b4

Please sign in to comment.