remove: postinstall-postinstall dependency

Removes unused postinstall-postinstall package from development dependencies and trusted dependencies list.

Cleans up package configuration by eliminating unnecessary dependency that was no longer serving a purpose in the project.
This commit is contained in:
Uruk
2025-10-02 19:26:31 +02:00
parent 08c7382191
commit de6133581b
2 changed files with 0 additions and 8 deletions

View File

@@ -113,7 +113,6 @@
"cross-env": "^10.0.0",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"postinstall-postinstall": "^2.1.0",
"react-test-renderer": "19.1.1",
"typescript": "~5.8.3"
},
@@ -149,7 +148,6 @@
]
},
"trustedDependencies": [
"postinstall-postinstall",
"unrs-resolver"
]
}