typst-preview: 0.11.4 -> 0.11.6
This commit is contained in:
parent
7fc78a816d
commit
0f4f8ccccf
@ -13,12 +13,12 @@
|
|||||||
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
|
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc10",
|
"@myriaddreamin/typst-ts-renderer": "0.5.0-rc4",
|
||||||
"@myriaddreamin/typst.ts": "0.4.2-rc10"
|
"@myriaddreamin/typst.ts": "0.5.0-rc4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc10",
|
"@myriaddreamin/typst-ts-renderer": "0.5.0-rc4",
|
||||||
"@myriaddreamin/typst.ts": "0.4.2-rc10",
|
"@myriaddreamin/typst.ts": "0.5.0-rc4",
|
||||||
"typescript": "^5.0.2",
|
"typescript": "^5.0.2",
|
||||||
"vite": "^4.3.9",
|
"vite": "^4.3.9",
|
||||||
"vite-plugin-singlefile": "^0.13.5",
|
"vite-plugin-singlefile": "^0.13.5",
|
||||||
|
@ -13,9 +13,9 @@
|
|||||||
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
|
"unlink:local": "yarn unlink @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@myriaddreamin/typst-ts-renderer": "0.4.2-rc10",
|
"@myriaddreamin/typst-ts-renderer": "0.5.0-rc4",
|
||||||
"@myriaddreamin/typst.ts": "0.4.2-rc10",
|
"@myriaddreamin/typst.ts": "0.5.0-rc4",
|
||||||
"typst-dom": "file:../typst-dom",
|
"typst-dom": "link:../typst-dom",
|
||||||
"rxjs": "^7.8.1"
|
"rxjs": "^7.8.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
@ -14,13 +14,13 @@
|
|||||||
let
|
let
|
||||||
# Keep the vscode "mgt19937.typst-preview" extension in sync when updating
|
# Keep the vscode "mgt19937.typst-preview" extension in sync when updating
|
||||||
# this package at pkgs/applications/editors/vscode/extensions/default.nix
|
# this package at pkgs/applications/editors/vscode/extensions/default.nix
|
||||||
version = "0.11.4";
|
version = "0.11.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "Enter-tainer";
|
owner = "Enter-tainer";
|
||||||
repo = "typst-preview";
|
repo = "typst-preview";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-5MbKp6j4+61Do8YH0xPIQPHEjU/kCKsMUUQDJDXzSMw=";
|
hash = "sha256-z01Xm2NLWGn0/jEiVmoJKqcEXT5gqLs3H805LPUMDJw=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
|
|
||||||
postFetch = ''
|
postFetch = ''
|
||||||
@ -41,7 +41,7 @@ let
|
|||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = "${domSrc}/yarn.lock";
|
yarnLock = "${domSrc}/yarn.lock";
|
||||||
hash = "sha256-QIGwHG0n6vYfAPA/+CdvK1c+QxM3XyoQdS/T4+TdsKs=";
|
hash = "sha256-XAVxUKf2XJCOUkAT+tTefAk8myGismhz1aOHosZA+d4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildPhase = ''
|
buildPhase = ''
|
||||||
@ -67,7 +67,7 @@ let
|
|||||||
|
|
||||||
offlineCache = fetchYarnDeps {
|
offlineCache = fetchYarnDeps {
|
||||||
yarnLock = "${frontendSrc}/yarn.lock";
|
yarnLock = "${frontendSrc}/yarn.lock";
|
||||||
hash = "sha256-QFiyUky/0BdB5vS9KX5xBOvBCEtJ+zZG4f7ai5j6V4U=";
|
hash = "sha256-jZZG8omzwrustcrdVb42nypu6JKXPW/fJn26NUrc/ZA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
packageResolutions = { inherit typst-dom; };
|
packageResolutions = { inherit typst-dom; };
|
||||||
@ -92,7 +92,7 @@ rustPlatform.buildRustPackage {
|
|||||||
pname = "typst-preview";
|
pname = "typst-preview";
|
||||||
inherit version src;
|
inherit version src;
|
||||||
|
|
||||||
cargoHash = "sha256-xj8Xvbz0NUy0BFoVS8ONiYZZQWIJu1FZxJkBEuABDOw=";
|
cargoHash = "sha256-Ay9YKTLks3ly0hftP7jHr7C1L5vuj1aK5lFWZiWlzNc=";
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkg-config
|
pkg-config
|
||||||
|
Loading…
Reference in New Issue
Block a user