1
0
mirror of https://github.com/dzeiocom/libs.git synced 2025-04-22 02:42:13 +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",
"version": "1.8.0",
"version": "1.8.1",
"description": "Utility functions to manipulate an object",
"repository": {
"type": "git",
@ -29,14 +29,14 @@
"sideEffects": false,
"devDependencies": {
"@types/jest": "^29",
"@typescript-eslint/eslint-plugin": "^6",
"@typescript-eslint/parser": "^6",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"eslint": "^8",
"jest": "^29",
"jest-sonar-reporter": "^2",
"ts-jest": "^29",
"ts-node": "^10",
"tsup": "^7.1.0",
"tsup": "^8",
"typescript": "^5"
},
"scripts": {