1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 10:52:11 +00:00

chore: upgrade
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 56s

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
Florian Bouillon 2024-06-06 17:18:37 +02:00
parent dc8b25b803
commit 8fc6f39b40
2 changed files with 1508 additions and 959 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{ {
"name": "@dzeio/object-util", "name": "@dzeio/object-util",
"version": "1.8.0", "version": "1.8.1",
"description": "Utility functions to manipulate an object", "description": "Utility functions to manipulate an object",
"repository": { "repository": {
"type": "git", "type": "git",
@ -29,14 +29,14 @@
"sideEffects": false, "sideEffects": false,
"devDependencies": { "devDependencies": {
"@types/jest": "^29", "@types/jest": "^29",
"@typescript-eslint/eslint-plugin": "^6", "@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^6", "@typescript-eslint/parser": "^7",
"eslint": "^8", "eslint": "^8",
"jest": "^29", "jest": "^29",
"jest-sonar-reporter": "^2", "jest-sonar-reporter": "^2",
"ts-jest": "^29", "ts-jest": "^29",
"ts-node": "^10", "ts-node": "^10",
"tsup": "^7.1.0", "tsup": "^8",
"typescript": "^5" "typescript": "^5"
}, },
"scripts": { "scripts": {