Skip to content

Commit d34bded

Browse files
committed
bump tex2typst
1 parent a87c906 commit d34bded

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.4.0",
10+
"tex2typst": "^0.4.1",
1111
},
1212
"devDependencies": {
1313
"@qwinsi/mdc": "^0.1.5",
@@ -400,7 +400,7 @@
400400

401401
"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=="],
402402

403-
"tex2typst": ["[email protected].0", "", {}, "sha512-v+/LwsFpFkd6zdesmuOzrcYdLU6SD1znCjMiPVpZnoUKpmIbesUaIfy/RWoU9mrCQ5nXzp7xVJGVoxxnxP+4DA=="],
403+
"tex2typst": ["[email protected].1", "", {}, "sha512-53UsR2twBjXBYeEMHVXgHcTGRDHaJxuu87Jz662NX6HBIJirkGfh8ei7KehWzPPXD/YUR2s0XZOYczoz87Iy9g=="],
404404

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

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.0",
3+
"version": "1.3.1",
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/",
@@ -17,7 +17,7 @@
1717
"@qwinsi/utilities-js": "^0.2.0",
1818
"butteruptoasts": "^2.0.1",
1919
"katex": "^0.16.21",
20-
"tex2typst": "^0.4.0"
20+
"tex2typst": "^0.4.1"
2121
},
2222
"devDependencies": {
2323
"@qwinsi/mdc": "^0.1.5",

0 commit comments

Comments
 (0)