Skip to content

Commit

Permalink
chore(deps): update pnpm to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent d0f9962 commit ec0de4b
Show file tree
Hide file tree
Showing 11 changed files with 1,414 additions and 1,317 deletions.
2 changes: 1 addition & 1 deletion apps/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unconfig-monorepo",
"private": true,
"packageManager": "pnpm@7.25.0",
"packageManager": "pnpm@8.6.1",
"description": "🚀 A modern, high-performance monorepo project built to simplify project config!",
"keywords": [
"unconfig",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
2 changes: 1 addition & 1 deletion packages/commitlint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/constants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/lint-staged-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/simple-git-hooks-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
2 changes: 1 addition & 1 deletion packages/ts-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"engines": {
"node": ">=18",
"pnpm": ">=7"
"pnpm": ">=8.6.1"
}
}
Loading

0 comments on commit ec0de4b

Please sign in to comment.