Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test-project to yarn 4.9.4 and eexplicitly write packageManage…
…r 4.9.4
  • Loading branch information
devcontainers-bot committed Sep 17, 2025
commit 517b7d29a5f3f0ba0b8de5644c631e9937976578
Binary file modified .yarn/install-state.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"jsonc": "^2.0.0",
"mkdirp": "0.5.5",
"rimraf": "^3.0.2"
}
},
"packageManager": "yarn@4.9.4"
}
Binary file not shown.
3 changes: 2 additions & 1 deletion src/universal/test-project/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"dependencies": {
"puppeteer": "^5.5.0"
}
},
"packageManager": "yarn@4.9.4"
}
Loading