diff --git a/package.json b/package.json index e59676467..714f641d9 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lib": "lib" }, "devDependencies": { - "@github1s/vscode-web": "0.10.0", + "@github1s/vscode-web": "0.11.0", "@typescript-eslint/eslint-plugin": "^5.40.1", "@typescript-eslint/parser": "^5.40.1", "chokidar": "^3.5.3", diff --git a/public/analytics.js b/public/analytics.js index 51f3c4990..710601490 100644 --- a/public/analytics.js +++ b/public/analytics.js @@ -1,5 +1,5 @@ (function () { - const mid = 'G-D3LJNF4DN0'; + let mid = 'G-D3LJNF4DN0'; if (window.location.hostname.match(/\.?gitlab1s\.com$/i)) { mid = 'G-1F70ST6944'; } else if (window.location.hostname.match(/\.?bitbucket1s\.org$/i)) { diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png index b29af02bd..81f6d450e 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-load-successfully-1-snap.png differ diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png index cfb1b92eb..1b2f170ac 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-open-file-correctly-1-snap.png differ diff --git a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-commit-files-1-snap.png b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-commit-files-1-snap.png index 36e2cd364..7d32fbc17 100644 Binary files a/tests/__tests__/__image_snapshots__/index-test-ts-should-show-commit-files-1-snap.png and b/tests/__tests__/__image_snapshots__/index-test-ts-should-show-commit-files-1-snap.png differ diff --git a/vscode-web/package.json b/vscode-web/package.json index 9370d0f71..e4a983162 100644 --- a/vscode-web/package.json +++ b/vscode-web/package.json @@ -1,6 +1,6 @@ { "name": "@github1s/vscode-web", - "version": "0.10.0", + "version": "0.11.0", "description": "VS Code web for GitHub1s", "author": "github1s", "license": "MIT", diff --git a/yarn.lock b/yarn.lock index 19457f192..634efe731 100644 --- a/yarn.lock +++ b/yarn.lock @@ -31,10 +31,10 @@ minimatch "^3.1.2" strip-json-comments "^3.1.1" -"@github1s/vscode-web@0.10.0": - version "0.10.0" - resolved "https://registry.yarnpkg.com/@github1s/vscode-web/-/vscode-web-0.10.0.tgz#ea0616b3f14f5321a73faf8796c857cd2d6b5d33" - integrity sha512-BaD1LvnphjZ4ZI5BupoDH5FDwBeccXke/tIsfX1DIOphz2YplrAkGETbA2+pFFx2/Y5lkmUvyt5Y+XgxHbhYQA== +"@github1s/vscode-web@0.11.0": + version "0.11.0" + resolved "https://registry.yarnpkg.com/@github1s/vscode-web/-/vscode-web-0.11.0.tgz#aa8ff5389c7f615ceecc5a851035e3c8ca677282" + integrity sha512-8n5BaCrF+C6sykfswGobZkYcYw2Qw7znX5a9rgxh9NcRbYxAV9AY+jlxpDjnr21e7qUWWdTn0RTWsxF7x91LqA== dependencies: "@vscode/iconv-lite-umd" "0.7.0" "@vscode/vscode-languagedetection" "1.0.21"