Update dependencies in pnpm-lock.yaml, bump minor

This commit is contained in:
2024-11-24 10:35:14 -05:00
parent bef68b9fa5
commit 102fd530c6
3 changed files with 536 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "code-tokenizer-md",
"version": "1.0.13",
"version": "1.0.14",
"type": "module",
"main": "src/index.ts",
"module": "src/index.ts",
@@ -31,9 +31,6 @@
"fix": "pnpm format && pnpm lint:fix"
},
"dependencies": {
"@types/ignore-walk": "^4.0.3",
"glob": "^11.0.0",
"ignore-walk": "^7.0.0",
"llama3-tokenizer-js": "^1.0.0",
"micromatch": "^4.0.8"
},