diff --git a/gatsby-config.ts b/gatsby-config.ts index 1cf57168..29ba7130 100644 --- a/gatsby-config.ts +++ b/gatsby-config.ts @@ -72,7 +72,10 @@ const config: GatsbyConfig = { parentSelector: { 'html.dark': 'Nord' } }, injectStyles: false, - extensions: ['nord-visual-studio-code', 'polar'], + extensions: [ + 'nord-visual-studio-code', + `${__dirname}/vendor/polar-0.0.6.vsix` + ], languageAliases: {} } } diff --git a/package-lock.json b/package-lock.json index 490ff6d6..77d4a6a9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -85,7 +85,6 @@ "node-iptc": "^1.0.5", "npm-run-all": "^4.1.5", "ora": "^6.1.2", - "polar": "https://gitpkg.now.sh/mtyn/polar/vscode?master", "postcss": "^8.4.21", "prettier": "^2.8.3", "stylelint": "^14.16.1", @@ -26199,15 +26198,6 @@ "node": ">=10.13.0" } }, - "node_modules/polar": { - "version": "0.1.1", - "resolved": "https://gitpkg.now.sh/mtyn/polar/vscode?master", - "integrity": "sha512-2QrsAD1Xzewu+T4BJxOB1kIrtRibEdC+/xboP81ueu03/YHYGwdlGXz/YYvqQ09uLqHEPD0BgguWoq/YpCk6Xg==", - "dev": true, - "engines": { - "vscode": "^1.30.0" - } - }, "node_modules/postcss": { "version": "8.4.21", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", @@ -32151,9 +32141,9 @@ } }, "node_modules/webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.77.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", + "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -52148,11 +52138,6 @@ "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-5.0.0.tgz", "integrity": "sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==" }, - "polar": { - "version": "https://gitpkg.now.sh/mtyn/polar/vscode?master", - "integrity": "sha512-2QrsAD1Xzewu+T4BJxOB1kIrtRibEdC+/xboP81ueu03/YHYGwdlGXz/YYvqQ09uLqHEPD0BgguWoq/YpCk6Xg==", - "dev": true - }, "postcss": { "version": "8.4.21", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", @@ -56429,9 +56414,9 @@ "dev": true }, "webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.77.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.77.0.tgz", + "integrity": "sha512-sbGNjBr5Ya5ss91yzjeJTLKyfiwo5C628AFjEa6WSXcZa4E+F57om3Cc8xLb1Jh0b243AWuSYRf3dn7HVeFQ9Q==", "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", diff --git a/package.json b/package.json index b32e8f88..9325c62e 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,6 @@ "node-iptc": "^1.0.5", "npm-run-all": "^4.1.5", "ora": "^6.1.2", - "polar": "https://gitpkg.now.sh/mtyn/polar/vscode?master", "postcss": "^8.4.21", "prettier": "^2.8.3", "stylelint": "^14.16.1", diff --git a/vendor/polar-0.0.6.vsix b/vendor/polar-0.0.6.vsix new file mode 100644 index 00000000..f0351ed7 Binary files /dev/null and b/vendor/polar-0.0.6.vsix differ