diff --git a/package.json b/package.json index cdfad28c..3971fdbd 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ }, "engines": { "node": ">=v10.24.1", - "npm": ">=7.24.2" + "npm": ">=8.2.0" }, "husky": { "hooks": { diff --git a/packages/@statusfy/core-legacy/package.json b/packages/@statusfy/core-legacy/package.json index 7774dd6a..f3463a23 100644 --- a/packages/@statusfy/core-legacy/package.json +++ b/packages/@statusfy/core-legacy/package.json @@ -96,6 +96,6 @@ }, "engines": { "node": ">=v10.24.1", - "npm": ">=7.24.2" + "npm": ">=8.2.0" } } diff --git a/packages/@statusfy/core/package.json b/packages/@statusfy/core/package.json index 0694bd32..6953b2aa 100644 --- a/packages/@statusfy/core/package.json +++ b/packages/@statusfy/core/package.json @@ -36,6 +36,6 @@ }, "engines": { "node": ">=v10.24.1", - "npm": ">=7.24.2" + "npm": ">=8.2.0" } } diff --git a/packages/demo/package.json b/packages/demo/package.json index e67e4b92..be875430 100644 --- a/packages/demo/package.json +++ b/packages/demo/package.json @@ -23,6 +23,6 @@ }, "engines": { "node": ">=v10.24.1", - "npm": ">=7.24.2" + "npm": ">=8.2.0" } } diff --git a/packages/statusfy/package.json b/packages/statusfy/package.json index 4bf545f8..695fd9fd 100644 --- a/packages/statusfy/package.json +++ b/packages/statusfy/package.json @@ -35,7 +35,7 @@ }, "engines": { "node": ">=v10.24.1", - "npm": ">=7.24.2" + "npm": ">=8.2.0" }, "collective": { "url": "https://opencollective.com/statusfy",