Skip to content

Commit 517b7d2

Browse files
author
devcontainers-bot
committed
Update test-project to yarn 4.9.4 and eexplicitly write packageManager 4.9.4
1 parent f35054d commit 517b7d2

File tree

5 files changed

+509
-360
lines changed

5 files changed

+509
-360
lines changed

.yarn/install-state.gz

-181 Bytes
Binary file not shown.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
"jsonc": "^2.0.0",
99
"mkdirp": "0.5.5",
1010
"rimraf": "^3.0.2"
11-
}
11+
},
12+
"packageManager": "yarn@4.9.4"
1213
}
33.3 KB
Binary file not shown.
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
33
"puppeteer": "^5.5.0"
4-
}
4+
},
5+
"packageManager": "yarn@4.9.4"
56
}

0 commit comments

Comments
 (0)