Skip to content

Commit

Permalink
chore: add engine-strict (#1601)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrey Morozov <[email protected]>
  • Loading branch information
itwillwork and amje authored Jun 4, 2024
1 parent 05c1fc2 commit 95289c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
registry=https://registry.npmjs.org
legacy-peer-deps=true
engine-strict=true
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
"version": "6.16.0",
"description": "Gravity UI base styling and components",
"license": "MIT",
"engines": {
"node": ">= 18",
"npm": ">= 9",
"yarn": "Please use npm instead of yarn to install dependencies",
"pnpm": "Please use npm instead of pnpm to install dependencies"
},
"repository": {
"type": "git",
"url": "https://github.com/gravity-ui/uikit"
Expand Down Expand Up @@ -83,7 +89,7 @@
"lint:prettier:fix": "cross-env prettier --write '**/*.md'",
"lint": "run-p lint:*",
"typecheck": "tsc --noEmit",
"prepublishOnly": "npm run build",
"prepublishOnly": "npm run build && npm pkg delete engines",
"playwright:install": "playwright install --with-deps",
"playwright": "playwright test --config=playwright/playwright.config.ts",
"playwright:update": "npm run playwright -- -u",
Expand Down

0 comments on commit 95289c1

Please sign in to comment.