Skip to content

Commit

Permalink
chore(deps): update all non-major devdependencies (#211)
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 Nov 16, 2024
1 parent 3bff9f5 commit 6dfe432
Show file tree
Hide file tree
Showing 4 changed files with 211 additions and 218 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@types/node": "^16.18.108",
"@types/node": "^16.18.119",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint": "^8.57.1",
"lint-staged": "^15.2.10",
"simple-git-hooks": "^2.11.1",
"typescript": "5.6.3"
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.6"
},
"devDependencies": {
"esbuild": "^0.23.1"
"esbuild": "^0.24.0"
},
"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.23.1",
"vitest": "^2.1.1"
"esbuild": "^0.24.0",
"vitest": "^2.1.5"
},
"scripts": {
"build": "node scripts/build.js && tsc",
Expand Down
Loading

0 comments on commit 6dfe432

Please sign in to comment.