mirror of
https://github.com/dzeiocom/libs.git
synced 2025-06-21 06:59:20 +00:00
Signed-off-by: Florian BOUILLON <f.bouillon@aptatio.com>
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@dzeio/object-util",
|
||||
"version": "1.6.1",
|
||||
"version": "1.7.0",
|
||||
"description": "Utility functions to manipulate an object",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -29,16 +29,15 @@
|
||||
"sideEffects": false,
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29",
|
||||
"@typescript-eslint/eslint-plugin": "^5",
|
||||
"@typescript-eslint/parser": "^5",
|
||||
"esbuild": "^0.16.2",
|
||||
"@typescript-eslint/eslint-plugin": "^6",
|
||||
"@typescript-eslint/parser": "^6",
|
||||
"eslint": "^8",
|
||||
"jest": "^29",
|
||||
"jest-sonar-reporter": "^2",
|
||||
"ts-jest": "^29",
|
||||
"ts-node": "^10",
|
||||
"tsup": "^7.1.0",
|
||||
"typescript": "^4"
|
||||
"typescript": "^5"
|
||||
},
|
||||
"scripts": {
|
||||
"prepublishOnly": "npm run build",
|
||||
|
Reference in New Issue
Block a user