Skip to content

Commit

Permalink
remove excess "packageManager" fields, disallow pnpm 7
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Aug 7, 2023
1 parent 739c696 commit fe7b7d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"packageManager": "[email protected]",
"engines": {
"node": "^18",
"pnpm": "^7 || ^8"
"pnpm": "^8"
},
"manypkg": {
"ignoredRules": [
Expand Down
3 changes: 1 addition & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,5 @@
},
"peerDependencies": {
"next": ">=13"
},
"packageManager": "[email protected]"
}
}
3 changes: 1 addition & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
"next-auth": "^4",
"react": "^18",
"react-dom": "^18"
},
"packageManager": "[email protected]"
}
}
3 changes: 1 addition & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@
"alex": "11.0.0",
"next-i18next": "14.0.0",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}
}

0 comments on commit fe7b7d2

Please sign in to comment.