Skip to content

Commit dceba7f

Browse files
authored
Merge pull request #676 from thebuilder/feat/pnpm-9
ci: upgrade pnpm to version 9
2 parents 436fe6d + e37b7d7 commit dceba7f

3 files changed

Lines changed: 6686 additions & 5746 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,16 @@
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+
"pnpm": ">=9"
31+
},
32+
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
2933
"scripts": {
3034
"prebuild": "rm -rf dist lib",
3135
"build": "run-s build:*",
@@ -37,7 +41,7 @@
3741
"dev": "run-p dev:*",
3842
"dev:package": "tsup src/index.tsx --watch",
3943
"dev:storybook": "pnpm --filter storybook dev",
40-
"lint": "biome lint .",
44+
"lint": "biome check .",
4145
"release": "np --contents dist",
4246
"version": "pnpm build",
4347
"storybook:build": "pnpm build:bundle && pnpm --filter storybook build",

0 commit comments

Comments
 (0)