mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 09:05:55 +00:00
meta: use workspace:^ instead of workspace:* (#3278)
This commit is contained in:
parent
4cc89594e7
commit
9fe02400ae
39 changed files with 293 additions and 293 deletions
10
.github/CONTRIBUTING.md
vendored
10
.github/CONTRIBUTING.md
vendored
|
|
@ -326,11 +326,11 @@ Your `package.json` should resemble something like this:
|
|||
{
|
||||
"name": "@uppy/framework",
|
||||
"dependencies": {
|
||||
"@uppy/dashboard": "workspace:*",
|
||||
"@uppy/drag-drop": "workspace:*",
|
||||
"@uppy/progress-bar": "workspace:*",
|
||||
"@uppy/status-bar": "workspace:*",
|
||||
"@uppy/utils": "workspace:*",
|
||||
"@uppy/dashboard": "workspace:^",
|
||||
"@uppy/drag-drop": "workspace:^",
|
||||
"@uppy/progress-bar": "workspace:^",
|
||||
"@uppy/status-bar": "workspace:^",
|
||||
"@uppy/utils": "workspace:^",
|
||||
"prop-types": "^15.6.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue