Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.

Commit a49e9d7

Browse files
committed
.
1 parent 8b33586 commit a49e9d7

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

.yarnrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
disturl "https://electronjs.org/headers"
2-
target "25.0.0-nightly.20230224"
2+
target "25.0.0-nightly.20230303"
33
runtime "electron"
44
build_from_source "true"

build.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set NODE_OPTIONS=--openssl-legacy-provider
2-
yarn --force
2+
cmd /k yarn --force
33
yarn run gulp vscode-win32-x64

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"@typescript-eslint/eslint-plugin": "^5.39.0",
131131
"@typescript-eslint/experimental-utils": "^5.39.0",
132132
"@typescript-eslint/parser": "^5.39.0",
133-
"@vscode/l10n-dev": "0.0.21",
133+
"@vscode/l10n-dev": "0.0.18",
134134
"@vscode/telemetry-extractor": "^1.9.8",
135135
"@vscode/test-web": "^0.0.34",
136136
"@vscode/vscode-perf": "^0.0.6",

yarn.lock

+9-14
Original file line numberDiff line numberDiff line change
@@ -1221,15 +1221,15 @@
12211221
resolved "https://registry.yarnpkg.com/@vscode/iconv-lite-umd/-/iconv-lite-umd-0.7.0.tgz#d2f1e0664ee6036408f9743fee264ea0699b0e48"
12221222
integrity sha512-bRRFxLfg5dtAyl5XyiVWz/ZBPahpOpPrNYnnHpOpUZvam4tKH35wdhP4Kj6PbM0+KdliOsPzbGWpkxcdpNB/sg==
12231223

1224-
"@vscode/[email protected].21":
1225-
version "0.0.21"
1226-
resolved "https://registry.yarnpkg.com/@vscode/l10n-dev/-/l10n-dev-0.0.21.tgz#c25a29c7d1484b1dacf4ba98fbd16c1b32a0087e"
1227-
integrity sha512-KR3OvvLs8AGCWM3LHAAKUfltltANdGjX4fn2jfY13Eb5z4c6smR81p7a9yTo6Kr///zSZuBHQ/hXMmMRtuPTBw==
1224+
"@vscode/[email protected].18":
1225+
version "0.0.18"
1226+
resolved "https://registry.yarnpkg.com/@vscode/l10n-dev/-/l10n-dev-0.0.18.tgz#80a8cf6ef13c7fe1796be7b0007d71993bd1832f"
1227+
integrity sha512-pEKLMnlg7hlxFrZLqcyJe08olmj6KVs2Rof7MVB5rN0D6NOKPBRtkQ176TuMUmW863EDV5WQUgNzOGa2nHBSSQ==
12281228
dependencies:
12291229
deepmerge-json "^1.5.0"
12301230
glob "^8.0.3"
12311231
pseudo-localization "^2.4.0"
1232-
web-tree-sitter "^0.20.7"
1232+
typescript "^4.7.4"
12331233
xml2js "^0.4.23"
12341234
yargs "^17.5.1"
12351235

@@ -10988,10 +10988,10 @@ typescript@^4.7.4:
1098810988
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
1098910989
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
1099010990

10991-
typescript@^5.0.0-dev.20230224:
10992-
version "5.0.0-dev.20230226"
10993-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.0-dev.20230226.tgz#39a3f67ee47b3f8eed21a4b4ca110c510dbe7430"
10994-
integrity sha512-JThVuZ1oAbEqUEN2xvLcO++QpyUcH6Ru6ppL6Q0PStHGjRmSoeJZgOgEdM34jVKv8f1lDpUXQK1cZ1zxbrZaSA==
10991+
typescript@^5.1.0-dev.20230227:
10992+
version "5.1.0-dev.20230303"
10993+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.0-dev.20230303.tgz#9dff8f4863e98ac9d44c81f23fb58980ad7fd4e4"
10994+
integrity sha512-aDocbsouqGny1M8Kjxn8svqDUy5xoINdPpuh4t0UDoitl6nsHZ61suF1HLfMj9P/A1Bl6Tpjq6GTaRtrElq4aQ==
1099510995

1099610996
typical@^4.0.0:
1099710997
version "4.0.0"
@@ -11472,11 +11472,6 @@ watchpack@^2.2.0:
1147211472
glob-to-regexp "^0.4.1"
1147311473
graceful-fs "^4.1.2"
1147411474

11475-
web-tree-sitter@^0.20.7:
11476-
version "0.20.7"
11477-
resolved "https://registry.yarnpkg.com/web-tree-sitter/-/web-tree-sitter-0.20.7.tgz#b0ddb78e8244221a3100f432c7e162516cd9cd09"
11478-
integrity sha512-flC9JJmTII9uAeeYpWF8hxDJ7bfY+leldQryetll8Nv4WgI+MXc6h7TiyAZASWl9uC9TvmfdgOjZn1DAQecb3A==
11479-
1148011475
webidl-conversions@^3.0.0:
1148111476
version "3.0.1"
1148211477
resolved "https://registry.yarnpkg.com/webidl-conversions/-/webidl-conversions-3.0.1.tgz#24534275e2a7bc6be7bc86611cc16ae0a5654871"

0 commit comments

Comments
 (0)