Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Jun 8, 2024
1 parent 42d9b2a commit c438436
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@clack/prompts": "^0.7.0",
"@tsslint/config": "0.0.13",
"@tsslint/core": "0.0.13",
"glob": "^10.3.10"
"glob": "^10.4.1"
},
"peerDependencies": {
"typescript": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"directory": "packages/config"
},
"dependencies": {
"esbuild": "^0.21.0"
"esbuild": "^0.21.4"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"error-stack-parser": "^2.1.4",
"source-map-support": "^0.5.19"
"source-map-support": "^0.5.21"
},
"devDependencies": {
"@tsslint/config": "0.0.13"
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@tsslint/typescript-plugin": "0.0.13",
"esbuild": "^0.21.0",
"esbuild": "^0.21.4",
"vsce": "latest"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c438436

Please sign in to comment.