Skip to content

Commit

Permalink
chore(deps): update all non-major devdependencies (#221)
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] authored Jan 16, 2025
1 parent 541b52a commit 2c5740f
Show file tree
Hide file tree
Showing 4 changed files with 170 additions and 166 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
},
"packageManager": "pnpm@8.15.9",
"devDependencies": {
"@types/node": "^16.18.119",
"@types/node": "^16.18.123",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.1",
"lint-staged": "^15.2.10",
"lint-staged": "^15.3.0",
"simple-git-hooks": "^2.11.1",
"typescript": "5.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@vtsls/language-service": "0.2.8"
},
"devDependencies": {
"esbuild": "^0.24.0"
"esbuild": "^0.24.2"
},
"scripts": {
"build": "node build.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"devDependencies": {
"@types/semver": "^7.5.0",
"esbuild": "^0.24.0",
"vitest": "^2.1.5"
"esbuild": "^0.24.2",
"vitest": "^2.1.8"
},
"scripts": {
"build": "node scripts/build.js && tsc",
Expand Down
Loading

0 comments on commit 2c5740f

Please sign in to comment.