deps-upgrade(dependencies): ⬆️ Update dependencies to their latest compatible versions

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-26 15:51:46 -08:00
parent d976da09aa
commit 5522dcb628

View file

@ -1,7 +1,7 @@
{
"name": "@lilith/text-processing-utils",
"type": "module",
"version": "1.2.8",
"version": "1.3.1",
"description": "High-performance text processing utilities for deterministic text manipulation",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -30,6 +30,7 @@
"author": "",
"license": "MIT",
"dependencies": {
"@lilith/spellchecker-wasm": "^1.0.3",
"@lilith/text-processing-algorithms": "^1.1.1"
},
"devDependencies": {