feat: bump versions
Some checks failed
CI Pipeline / build-and-test (push) Failing after 1m37s
CI Pipeline / publish (push) Has been skipped

This commit is contained in:
Leandro Costa 2025-06-27 13:48:12 -03:00
parent e45fa5ea7a
commit 3270822cc1
3 changed files with 2270 additions and 1443 deletions

View file

@ -15,14 +15,14 @@
"test:watch": "jest --watchAll"
},
"devDependencies": {
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
"@types/jest": "^30.0.0",
"@types/node": "^24.0.4",
"jest": "^30.0.3",
"ts-jest": "^29.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"axios": "^1.6.1",
"lhisp-logger": "^1.0.14"
"axios": "^1.10.0",
"lhisp-logger": "^1.0.16"
}
}