From de6133581bcb7438d103a964c71dc70f3036ab98 Mon Sep 17 00:00:00 2001 From: Uruk Date: Thu, 2 Oct 2025 19:26:31 +0200 Subject: [PATCH] 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. --- bun.lock | 6 ------ package.json | 2 -- 2 files changed, 8 deletions(-) diff --git a/bun.lock b/bun.lock index 39f33dc9..a2e07fe6 100644 --- a/bun.lock +++ b/bun.lock @@ -95,15 +95,11 @@ "expo-doctor": "^1.17.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", }, }, }, - "trustedDependencies": [ - "postinstall-postinstall", - ], "packages": { "@0no-co/graphql.web": ["@0no-co/graphql.web@1.2.0", "", { "peerDependencies": { "graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" }, "optionalPeers": ["graphql"] }, "sha512-/1iHy9TTr63gE1YcR5idjx8UREz1s0kFhydf3bBLCXyqjhkIc6igAzTOx3zPifCwFR87tsh/4Pa9cNts6d2otw=="], @@ -1553,8 +1549,6 @@ "postcss-value-parser": ["postcss-value-parser@4.2.0", "", {}, "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ=="], - "postinstall-postinstall": ["postinstall-postinstall@2.1.0", "", {}, "sha512-7hQX6ZlZXIoRiWNrbMQaLzUUfH+sSx39u8EJ9HYuDc1kLo9IXKWjM5RSquZN1ad5GnH8CGFM78fsAAQi3OKEEQ=="], - "pretty-bytes": ["pretty-bytes@5.6.0", "", {}, "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="], "pretty-format": ["pretty-format@29.7.0", "", { "dependencies": { "@jest/schemas": "^29.6.3", "ansi-styles": "^5.0.0", "react-is": "^18.0.0" } }, "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ=="], diff --git a/package.json b/package.json index e7c38afb..47caa84a 100644 --- a/package.json +++ b/package.json @@ -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" ] }