mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-21 09:18:45 +00:00
Bumps [express](https://github.com/expressjs/express) from 4.18.1 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.1...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
22 lines
500 B
JSON
22 lines
500 B
JSON
{
|
|
"name": "@uppy-example/xhr-bundle",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"@uppy/xhr-upload": "workspace:*",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.19.2",
|
|
"multer": "^1.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"npm-run-all": "^4.1.5",
|
|
"vite": "^5.0.0"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "run-p start:server start:client",
|
|
"start:client": "vite",
|
|
"start:server": "node server.cjs"
|
|
}
|
|
}
|