Skip to content

Commit

Permalink
Fix yarn.lock (#15367)
Browse files Browse the repository at this point in the history
* Fix yarn.lock

* Clean up yarn.lock following deduplication
  • Loading branch information
fcollonval committed Nov 8, 2023
1 parent 2c9dff7 commit c0e8646
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions buildutils/src/update-core-mode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ upgradeLock('@jupyterlab/*', {
utils.run('jlpm dlx yarn-berry-deduplicate --strategy fewerHighest', {
cwd: staging
});
utils.run('jlpm', { cwd: staging });

// Build the core assets.
utils.run('jlpm run build:prod:release', { cwd: staging });
Expand Down
20 changes: 10 additions & 10 deletions jupyterlab/staging/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8418,16 +8418,7 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^5.4.1":
version: 5.7.1
resolution: "semver@npm:5.7.1"
bin:
semver: ./bin/semver
checksum: 57fd0acfd0bac382ee87cd52cd0aaa5af086a7dc8d60379dfe65fea491fb2489b6016400813930ecd61fd0952dae75c115287a1b16c234b1550887117744dfaf
languageName: node
linkType: hard

"semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8, semver@npm:7.5.1":
"semver@npm:7.5.1, semver@npm:^7.1.2, semver@npm:^7.3.2, semver@npm:^7.3.5, semver@npm:^7.3.8":
version: 7.5.1
resolution: "semver@npm:7.5.1"
dependencies:
Expand All @@ -8438,6 +8429,15 @@ __metadata:
languageName: node
linkType: hard

"semver@npm:^5.4.1":
version: 5.7.1
resolution: "semver@npm:5.7.1"
bin:
semver: ./bin/semver
checksum: 57fd0acfd0bac382ee87cd52cd0aaa5af086a7dc8d60379dfe65fea491fb2489b6016400813930ecd61fd0952dae75c115287a1b16c234b1550887117744dfaf
languageName: node
linkType: hard

"send@npm:0.18.0":
version: 0.18.0
resolution: "send@npm:0.18.0"
Expand Down

0 comments on commit c0e8646

Please sign in to comment.