Skip to content

Commit

Permalink
build(deps-dev): bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 2 updates: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) and [esbuild](https://github.com/evanw/esbuild).


Updates `@types/node` from 20.10.5 to 20.10.6
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `esbuild` from 0.19.10 to 0.19.11
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.10...v0.19.11)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 1, 2024
1 parent 6a7307f commit 7eb4f5f
Show file tree
Hide file tree
Showing 3 changed files with 257 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@alwatr/tsconfig-base": "^1.0.5",
"@alwatr/type": "^1.2.4",
"@alwatr/util": "^1.4.1",
"@types/node": "^20.10.5",
"esbuild": "^0.19.10",
"@types/node": "^20.10.6",
"esbuild": "^0.19.11",
"npm-run-all": "^4.1.5",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@web/dev-server": "^0.4.1",
"alpinejs": "^3.13.3",
"cssnano": "^6.0.2",
"esbuild": "^0.19.10",
"esbuild": "^0.19.11",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
Expand Down
Loading

0 comments on commit 7eb4f5f

Please sign in to comment.