mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.25.0. - [Release notes](https://github.com/evanw/esbuild/releases) - [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md) - [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0) --- updated-dependencies: - dependency-name: esbuild dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"name": "@uppy-example/aws-php",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"@uppy/aws-s3": "workspace:*",
|
|
"@uppy/core": "workspace:*",
|
|
"@uppy/dashboard": "workspace:*",
|
|
"uppy": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0"
|
|
},
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "php -S localhost:8080 serve.php",
|
|
"outputBundle": "esbuild --format=esm --sourcemap=inline --bundle ./main.js"
|
|
}
|
|
}
|