Search nix packages versions - and minimalist devshell and version manager built on nix - Flake generator for version pinned packages.

update docs deps

+15 -15
+4 -4
docs/package-lock.json
··· 10 10 "hasInstallScript": true, 11 11 "license": "Apache-2.0", 12 12 "devDependencies": { 13 - "@vuepress/bundler-vite": "^2.0.0-rc.20", 13 + "@vuepress/bundler-vite": "2.0.0-rc.24", 14 14 "esbuild": "^0.25.2", 15 15 "patch-package": "^8.0.0", 16 16 "sass-embedded": "^1.86.0", 17 17 "sass-loader": "^16.0.5", 18 - "vue": "^3.5.13", 19 - "vuepress": "^2.0.0-rc.20", 20 - "vuepress-theme-hope": "^2.0.0-rc.77" 18 + "vue": "^3.5.21", 19 + "vuepress": "2.0.0-rc.24", 20 + "vuepress-theme-hope": "2.0.0-rc.94" 21 21 } 22 22 }, 23 23 "node_modules/@babel/helper-string-parser": {
+4 -4
docs/package.json
··· 12 12 "update-package": "npx vp-update" 13 13 }, 14 14 "devDependencies": { 15 - "@vuepress/bundler-vite": "^2.0.0-rc.20", 15 + "@vuepress/bundler-vite": "2.0.0-rc.24", 16 16 "esbuild": "^0.25.2", 17 17 "patch-package": "^8.0.0", 18 18 "sass-embedded": "^1.86.0", 19 19 "sass-loader": "^16.0.5", 20 - "vue": "^3.5.13", 21 - "vuepress": "^2.0.0-rc.20", 22 - "vuepress-theme-hope": "^2.0.0-rc.77" 20 + "vue": "^3.5.21", 21 + "vuepress": "2.0.0-rc.24", 22 + "vuepress-theme-hope": "2.0.0-rc.94" 23 23 } 24 24 }
+6 -6
docs/patches/sass-embedded+1.86.0.patch docs/patches/sass-embedded+1.93.2.patch
··· 1 1 diff --git a/node_modules/sass-embedded/dist/lib/src/compiler-path.js b/node_modules/sass-embedded/dist/lib/src/compiler-path.js 2 - index ae33aa3..7a49d16 100644 2 + index 07dbb00..a5096cb 100644 3 3 --- a/node_modules/sass-embedded/dist/lib/src/compiler-path.js 4 4 +++ b/node_modules/sass-embedded/dist/lib/src/compiler-path.js 5 - @@ -24,6 +24,10 @@ function isLinuxMusl(path) { 6 - } 5 + @@ -8,6 +8,10 @@ const p = require("path"); 6 + const compiler_module_1 = require("./compiler-module"); 7 7 /** The full command for the embedded compiler executable. */ 8 8 exports.compilerCommand = (() => { 9 9 + const binPath = process.env.SASS_EMBEDDED_BIN_PATH; 10 10 + if (binPath) { 11 11 + return [binPath]; 12 12 + } 13 - const platform = process.platform === 'linux' && isLinuxMusl(process.execPath) 14 - ? 'linux-musl' 15 - : process.platform; 13 + try { 14 + return [ 15 + require.resolve(`${compiler_module_1.compilerModule}/dart-sass/src/dart` +
+1 -1
docs/vendor-hash
··· 1 - sha256-EzWitr2qTG8rDS9s6444Y8BCceLmn0d1trRxH0T5EmQ= 1 + sha256-a7ve9oq7uZwfPtVFjY7bEExJShqigbZ10BndWa9f05I=