1
0
Fork 0
mirror of https://github.com/kou029w/_.git synced 2025-04-15 01:01:23 +00:00
_/ts/package.json
dependabot[bot] e1f3dee954
Bump express from 4.18.2 to 4.19.2 in /ts
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-29 04:57:39 +00:00

15 lines
310 B
JSON

{
"name": "ts",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@types/express": "^4.17.21",
"@types/node": "^20.10.5",
"esbuild": "^0.18.20",
"esbuild-register": "^3.5.0",
"express": "^4.19.2",
"tsup": "^7.2.0",
"tsx": "^4.6.2",
"typescript": "^5.3.3"
}
}