deps-upgrade(dependencies): ⬆️ Update dependencies to their latest compatible versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
d976da09aa
commit
5522dcb628
1 changed files with 2 additions and 1 deletions
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue