Skip to content

Commit

Permalink
Merge branch 'master' into pr/2617
Browse files Browse the repository at this point in the history
  • Loading branch information
crazylxr committed Aug 21, 2024
2 parents 2aabd37 + 7947903 commit c8a9cc5
Show file tree
Hide file tree
Showing 2 changed files with 14,584 additions and 13,376 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "ahooks",
"private": true,
"packageManager": "pnpm@7.33.6",
"packageManager": "pnpm@9.6.0",
"engines": {
"pnpm": ">=7 <8"
"pnpm": ">=7 <10"
},
"repository": {
"type": "git",
Expand All @@ -12,7 +12,7 @@
"scripts": {
"init": "pnpm install && pnpm run build",
"start": "pnpm run dev",
"dev": "dumi dev",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && dumi dev",
"clean-dist": "rimraf 'packages/*/{lib,es,node_modules,dist}'",
"clean": "pnpm run clean-dist && rimraf node_modules",
"build": "pnpm -r --filter=./packages/* run build",
Expand Down
Loading

0 comments on commit c8a9cc5

Please sign in to comment.