Skip to content

Commit

Permalink
example: fix dependencies of bundled example (#4005)
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Aug 18, 2022
1 parent 45bebfe commit b8a8945
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions examples/bundled/package.json
Expand Up @@ -2,14 +2,15 @@
"name": "@uppy-example/bundled",
"version": "0.0.0",
"dependencies": {
"@babel/core": "^7.4.4",
"@uppy/core": "workspace:*",
"@uppy/dashboard": "workspace:*",
"@uppy/google-drive": "workspace:*",
"@uppy/instagram": "workspace:*",
"@uppy/tus": "workspace:*",
"@uppy/url": "workspace:*",
"@uppy/webcam": "workspace:*",
"@uppy/webcam": "workspace:*"
},
"devDependencies": {
"parcel": "^2.0.0"
},
"private": true,
Expand Down
1 change: 0 additions & 1 deletion yarn.lock
Expand Up @@ -8333,7 +8333,6 @@ __metadata:
version: 0.0.0-use.local
resolution: "@uppy-example/bundled@workspace:examples/bundled"
dependencies:
"@babel/core": ^7.4.4
"@uppy/core": "workspace:*"
"@uppy/dashboard": "workspace:*"
"@uppy/google-drive": "workspace:*"
Expand Down

0 comments on commit b8a8945

Please sign in to comment.