Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
dev: lock typst.ts version
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Aug 1, 2023
1 parent 0b5759d commit 6127df8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
7 changes: 6 additions & 1 deletion addons/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest",
"coverage": "vitest run --coverage"
"coverage": "vitest run --coverage",
"link:local": "yarn link @myriaddreamin/typst.ts @myriaddreamin/typst-ts-renderer"
},
"dependencies": {
"@myriaddreamin/typst.ts": "0.3.1-rc1",
"@myriaddreamin/typst-ts-renderer": "0.3.1-rc1"
},
"devDependencies": {
"typescript": "^5.0.2",
Expand Down
17 changes: 17 additions & 0 deletions addons/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,18 @@
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz#d7c6e6755c78567a951e04ab52ef0fd26de59f32"
integrity sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==

"@myriaddreamin/[email protected]":
version "0.3.1-rc1"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst-ts-renderer/-/typst-ts-renderer-0.3.1-rc1.tgz#7592b3329ccda0695fcbf1bcff30ee894306e2f1"
integrity sha512-h/w6Wu6mv5UfK9W0SdMBcKnlUP0ajUhJyhChOKlMkpWLLWGcvD+2g7DOyD9ux8kCdEbwHU+HHcPiM38lyLVVhA==

"@myriaddreamin/[email protected]":
version "0.3.1-rc1"
resolved "https://registry.yarnpkg.com/@myriaddreamin/typst.ts/-/typst.ts-0.3.1-rc1.tgz#fc60e92e3652cb2b7829356188c92266a3548613"
integrity sha512-0lZk+GkDqSLd2Es1NN79NVg4A2BtczG5wlTgXKdCRopPW5zjRUOD++j3+HwDem9KMSmZe0WGb9kP72/jLkRrPw==
dependencies:
idb "^7.1.1"

"@types/chai-subset@^1.3.3":
version "1.3.3"
resolved "https://registry.yarnpkg.com/@types/chai-subset/-/chai-subset-1.3.3.tgz#97893814e92abd2c534de422cb377e0e0bdaac94"
Expand Down Expand Up @@ -333,6 +345,11 @@ get-func-name@^2.0.0:
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.0.tgz#ead774abee72e20409433a066366023dd6887a41"
integrity sha512-Hm0ixYtaSZ/V7C8FJrtZIuBBI+iSgL+1Aq82zSu8VQNB4S3Gk8e7Qs3VwBDJAhmRZcFqkl3tQu36g/Foh5I5ig==

idb@^7.1.1:
version "7.1.1"
resolved "https://registry.yarnpkg.com/idb/-/idb-7.1.1.tgz#d910ded866d32c7ced9befc5bfdf36f572ced72b"
integrity sha512-gchesWBzyvGHRO9W8tzUWFDycow5gwjvFKfyV9FF32Y7F50yZMp7mP+T2mJIWFx49zicqyC4uefHM17o6xKIVQ==

is-number@^7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/is-number/-/is-number-7.0.0.tgz#7535345b896734d5f80c4d06c50955527a14f12b"
Expand Down

0 comments on commit 6127df8

Please sign in to comment.