Skip to content

Commit c05becf

Browse files
feat: Add base64-js and mustache as dependencies
1 parent afddb7e commit c05becf

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

package-lock.json

Lines changed: 33 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"@typescript-eslint/eslint-plugin": "^7.18.0",
4444
"@typescript-eslint/parser": "^7.18.0",
4545
"@vitest/coverage-v8": "^3.2.4",
46+
"base64-js": "^1.5.1",
4647
"esbuild": "^0.25.10",
4748
"eslint": "^8.57.1",
4849
"eslint-config-airbnb-typescript": "^18.0.0",
@@ -51,10 +52,11 @@
5152
"eslint-plugin-prettier": "^5.1.3",
5253
"glob": "^11.0.3",
5354
"lru-cache": "^11.2.2",
55+
"mustache": "^4.2.0",
5456
"prettier": "^3.2.5",
5557
"rimraf": "^6.0.1",
5658
"typescript": "^5.4.5",
5759
"vitest": "^3.2.4",
5860
"wrangler": "^4.42.2"
5961
}
60-
}
62+
}

0 commit comments

Comments
 (0)