Skip to content

Commit 232b72e

Browse files
authored
Update dev deps for technical currency (#3872)
* Update dev deps for technical currency Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> * Remove dependency on Internet connection for ZE build Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> * Update packageManager field Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> * Fix version mismatch in pnpm lockfile Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Timothy Johnson <[email protected]> --------- Signed-off-by: Timothy Johnson <[email protected]> Signed-off-by: Timothy Johnson <[email protected]>
1 parent f48f4ca commit 232b72e

File tree

3 files changed

+3282
-3039
lines changed

3 files changed

+3282
-3039
lines changed

package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"engines": {
1616
"vscode": "^1.79.0"
1717
},
18-
"packageManager": "pnpm@10.0.0",
18+
"packageManager": "pnpm@10.17.1",
1919
"dependencies": {
2020
"@vscode/l10n": "^0.0.18",
2121
"disposablestack": "^1.1.4"
@@ -61,11 +61,9 @@
6161
"pnpm": {
6262
"neverBuiltDependencies": [],
6363
"overrides": {
64-
"tar-fs@2": "^2.1.3",
65-
"tar-fs@3": "^3.0.9",
66-
"ws": "^8.17.1",
67-
"undici": "^5.29.0",
68-
"tmp": "^0.2.4"
64+
"tar-fs@3": "^3.1.1",
65+
"tmp": "^0.2.4",
66+
"ws": "^8.17.1"
6967
}
7068
},
7169
"scripts": {

packages/zowe-explorer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2185,10 +2185,10 @@
21852185
"fresh-clone": "pnpm clean:bundle && pnpm clean:dependencies",
21862186
"madge": "madge -c --no-color --no-spinner --exclude __mocks__ --extensions js,ts src/",
21872187
"pretty": "prettier --write .",
2188-
"generateLocalization": "pnpm dlx @vscode/l10n-dev export --o ./l10n ./src && node ./scripts/generatePoeditorJson.js",
2188+
"generateLocalization": "pnpm exec vscode-l10n-dev export --o ./l10n ./src && node ./scripts/generatePoeditorJson.js",
21892189
"fetchLocalizations": "node ./scripts/downloadLocalizations.js",
21902190
"copy-secrets": "node ./scripts/getSecretsPrebuilds.js",
2191-
"build:nlsPseudo": "pnpm dlx @vscode/l10n-dev generate-pseudo -o ./l10n/ ./l10n/bundle.l10n.json ./package.nls.json",
2191+
"build:nlsPseudo": "pnpm exec vscode-l10n-dev generate-pseudo -o ./l10n/ ./l10n/bundle.l10n.json ./package.nls.json",
21922192
"build:nls": "pnpm run build:nlsPseudo"
21932193
},
21942194
"engines": {

0 commit comments

Comments
 (0)