diff --git a/.npmrc b/.npmrc index 700c82c9c..4e82b99cd 100644 --- a/.npmrc +++ b/.npmrc @@ -2,4 +2,5 @@ enable-pre-post-scripts=true auto-install-peers=true exclude-links-from-lockfile=true prefer-workspace-packages=false -link-workspace-packages=false \ No newline at end of file +link-workspace-packages=false +engine-strict=true diff --git a/package.json b/package.json index a3432c83d..a4efbf54e 100644 --- a/package.json +++ b/package.json @@ -20,5 +20,8 @@ "changeset": "^0.2.6", "eslint": "^8.49.0", "eslint-plugin-unused-imports": "^3.0.0" + }, + "engines": { + "pnpm": ">=9.0.0 <10" } -} \ No newline at end of file +}