Skip to content

Commit 464e20a

Browse files
committed
bump tex2typst
1 parent 6a952e0 commit 464e20a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"@qwinsi/utilities-js": "^0.2.0",
88
"butteruptoasts": "^2.0.1",
99
"katex": "^0.16.21",
10-
"tex2typst": "^0.5.0",
10+
"tex2typst": "^0.5.1",
1111
},
1212
"devDependencies": {
1313
"@qwinsi/mdc": "^0.1.5",
@@ -315,7 +315,7 @@
315315

316316
"tar": ["[email protected]", "", { "dependencies": { "@isaacs/fs-minipass": "^4.0.0", "chownr": "^3.0.0", "minipass": "^7.1.2", "minizlib": "^3.1.0", "yallist": "^5.0.0" } }, "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g=="],
317317

318-
"tex2typst": ["[email protected].0", "", {}, "sha512-jFN7WXqs+gKJLAdQxj50wsuPtvIaGKkplYavuYDYO/Urjg4nh6Kn48HtRv+9BPx141Y9aTPPHll+/4dAcXkJOw=="],
318+
"tex2typst": ["[email protected].1", "", {}, "sha512-D7V/NgeLQTSCEP41P+IrJfT/cMEoQiNuVcIeTU+T6wBx7Cnc8q9jRwyX4Ke4Z/54vdda3QxCHWUdq13NmJ9riA=="],
319319

320320
"tinyglobby": ["[email protected]", "", { "dependencies": { "fdir": "^6.5.0", "picomatch": "^4.0.3" } }, "sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ=="],
321321

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tex2typst-webapp",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"type": "module",
55
"scripts": {
66
"make:katex": "cp node_modules/katex/dist/katex.min.css public/ && cp -r node_modules/katex/dist/fonts public/",
@@ -15,7 +15,7 @@
1515
"@qwinsi/utilities-js": "^0.2.0",
1616
"butteruptoasts": "^2.0.1",
1717
"katex": "^0.16.21",
18-
"tex2typst": "^0.5.0"
18+
"tex2typst": "^0.5.1"
1919
},
2020
"devDependencies": {
2121
"@qwinsi/mdc": "^0.1.5",

0 commit comments

Comments
 (0)