Skip to content

Commit b32b362

Browse files
committed
ci: upgrade pnpm to version 9
- Add engines field to package.json - Lock pnpm to version 9.0.6 with corepack
1 parent 436fe6d commit b32b362

3 files changed

Lines changed: 6687 additions & 5746 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,17 @@
2020
}
2121
},
2222
"author": "Daniel Schmidt",
23+
"license": "MIT",
2324
"sideEffects": false,
2425
"repository": {
2526
"type": "git",
2627
"url": "https://github.com/thebuilder/react-intersection-observer.git"
2728
},
28-
"license": "MIT",
29+
"engines": {
30+
"node": ">=18",
31+
"pnpm": ">=9"
32+
},
33+
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
2934
"scripts": {
3035
"prebuild": "rm -rf dist lib",
3136
"build": "run-s build:*",
@@ -37,7 +42,7 @@
3742
"dev": "run-p dev:*",
3843
"dev:package": "tsup src/index.tsx --watch",
3944
"dev:storybook": "pnpm --filter storybook dev",
40-
"lint": "biome lint .",
45+
"lint": "biome check .",
4146
"release": "np --contents dist",
4247
"version": "pnpm build",
4348
"storybook:build": "pnpm build:bundle && pnpm --filter storybook build",

0 commit comments

Comments
 (0)