Skip to content

Commit

Permalink
ci: upgrade pnpm to version 9
Browse files Browse the repository at this point in the history
- Add engines field to package.json
- Lock pnpm to version 9.0.6 with corepack
  • Loading branch information
thebuilder committed May 4, 2024
1 parent 436fe6d commit b32b362
Show file tree
Hide file tree
Showing 3 changed files with 6,687 additions and 5,746 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,17 @@
}
},
"author": "Daniel Schmidt",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thebuilder/react-intersection-observer.git"
},
"license": "MIT",
"engines": {
"node": ">=18",
"pnpm": ">=9"
},
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"scripts": {
"prebuild": "rm -rf dist lib",
"build": "run-s build:*",
Expand All @@ -37,7 +42,7 @@
"dev": "run-p dev:*",
"dev:package": "tsup src/index.tsx --watch",
"dev:storybook": "pnpm --filter storybook dev",
"lint": "biome lint .",
"lint": "biome check .",
"release": "np --contents dist",
"version": "pnpm build",
"storybook:build": "pnpm build:bundle && pnpm --filter storybook build",
Expand Down
Loading

0 comments on commit b32b362

Please sign in to comment.