Skip to content

Commit dec62ab

Browse files
authored
chore: bump vscode to 1.80.0 (#506)
1 parent cbcf062 commit dec62ab

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": "lib"
88
},
99
"devDependencies": {
10-
"@github1s/vscode-web": "0.10.0",
10+
"@github1s/vscode-web": "0.11.0",
1111
"@typescript-eslint/eslint-plugin": "^5.40.1",
1212
"@typescript-eslint/parser": "^5.40.1",
1313
"chokidar": "^3.5.3",

public/analytics.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(function () {
2-
const mid = 'G-D3LJNF4DN0';
2+
let mid = 'G-D3LJNF4DN0';
33
if (window.location.hostname.match(/\.?gitlab1s\.com$/i)) {
44
mid = 'G-1F70ST6944';
55
} else if (window.location.hostname.match(/\.?bitbucket1s\.org$/i)) {
-6.24 KB
Loading
3.91 KB
Loading
-2.16 KB
Loading

vscode-web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@github1s/vscode-web",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "VS Code web for GitHub1s",
55
"author": "github1s",
66
"license": "MIT",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
minimatch "^3.1.2"
3232
strip-json-comments "^3.1.1"
3333

34-
"@github1s/vscode-web@0.10.0":
35-
version "0.10.0"
36-
resolved "https://registry.yarnpkg.com/@github1s/vscode-web/-/vscode-web-0.10.0.tgz#ea0616b3f14f5321a73faf8796c857cd2d6b5d33"
37-
integrity sha512-BaD1LvnphjZ4ZI5BupoDH5FDwBeccXke/tIsfX1DIOphz2YplrAkGETbA2+pFFx2/Y5lkmUvyt5Y+XgxHbhYQA==
34+
"@github1s/vscode-web@0.11.0":
35+
version "0.11.0"
36+
resolved "https://registry.yarnpkg.com/@github1s/vscode-web/-/vscode-web-0.11.0.tgz#aa8ff5389c7f615ceecc5a851035e3c8ca677282"
37+
integrity sha512-8n5BaCrF+C6sykfswGobZkYcYw2Qw7znX5a9rgxh9NcRbYxAV9AY+jlxpDjnr21e7qUWWdTn0RTWsxF7x91LqA==
3838
dependencies:
3939
"@vscode/iconv-lite-umd" "0.7.0"
4040
"@vscode/vscode-languagedetection" "1.0.21"

0 commit comments

Comments
 (0)