Skip to content

Commit e51e017

Browse files
feat(deps)!: support esbuild 0.22
Bumps the all group with 2 updates: [esbuild](https://github.com/evanw/esbuild) and [typescript](https://github.com/Microsoft/TypeScript). Updates `esbuild` from 0.21.5 to 0.22.0 - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md) - [Commits](evanw/esbuild@v0.21.5...v0.22.0) Updates `typescript` from 5.5.2 to 5.5.3 - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.2...v5.5.3) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4ec7050 commit e51e017

File tree

2 files changed

+121
-111
lines changed

2 files changed

+121
-111
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"peerDependencies": {
2929
"browserslist": "^4.21.8",
30-
"esbuild": "~0.21.5"
30+
"esbuild": "~0.22.0"
3131
},
3232
"dependencies": {
3333
"debug": "^4.3.5",
@@ -42,12 +42,12 @@
4242
"@vitest/coverage-v8": "^1.6.0",
4343
"@vitest/ui": "^1.6.0",
4444
"browserslist": "^4.23.1",
45-
"esbuild": "~0.21.5",
45+
"esbuild": "~0.22.0",
4646
"eslint": "^8.57.0",
4747
"eslint-plugin-vitest": "~0.4.1",
4848
"lefthook": "^1.6.18",
4949
"prettier": "^3.3.2",
50-
"typescript": "^5.5.2",
50+
"typescript": "^5.5.3",
5151
"vitest": "^1.6.0"
5252
},
5353
"packageManager": "[email protected]+sha256.f3cc0eda8e5560e529c7147565b30faa43b4e472d90e8634d7134a37c7f59781"

0 commit comments

Comments
 (0)