Skip to content

Commit

Permalink
try removing resolution for @typesd/puppeteer, msgpackr
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
  • Loading branch information
marcdumais-work committed Jun 19, 2023
1 parent e78297d commit 7ad5a79
Show file tree
Hide file tree
Showing 2 changed files with 1,023 additions and 784 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"build": "yarn build:extensions && yarn build:applications && yarn download:plugins",
"build:extensions": "lerna run --scope=\"blueprint*ext\" build",
"build:applications": "lerna run --scope=\"blueprint*app\" build --concurrency 1",
"download:plugins": "theia download:plugins --rate-limit=15 --parallel=false",
"download:plugins": "theia download:plugins --rate-limit=5 --parallel=false",
"watch": "lerna run --parallel watch",
"test": "lerna run test",
"electron": "yarn --cwd applications/electron",
Expand Down Expand Up @@ -68,8 +68,6 @@
"theia-extensions/*"
],
"resolutions": {
"@types/puppeteer": "^5.4.0",
"**/msgpackr": "1.8.3",
"**/multer": "1.4.4-lts.1"
}
}
Loading

0 comments on commit 7ad5a79

Please sign in to comment.