Skip to content

Commit

Permalink
Merge pull request #676 from thebuilder/feat/pnpm-9
Browse files Browse the repository at this point in the history
ci: upgrade pnpm to version 9
  • Loading branch information
thebuilder authored May 5, 2024
2 parents 436fe6d + e37b7d7 commit dceba7f
Show file tree
Hide file tree
Showing 3 changed files with 6,686 additions and 5,746 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,16 @@
}
},
"author": "Daniel Schmidt",
"license": "MIT",
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/thebuilder/react-intersection-observer.git"
},
"license": "MIT",
"engines": {
"pnpm": ">=9"
},
"packageManager": "[email protected]+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3",
"scripts": {
"prebuild": "rm -rf dist lib",
"build": "run-s build:*",
Expand All @@ -37,7 +41,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 dceba7f

Please sign in to comment.