Skip to content

Commit

Permalink
build: bump pnpm to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Feb 7, 2025
1 parent 4e8c901 commit aadc1c5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@
"node": ">=20"
},
"engineStrict": true,
"packageManager": "pnpm@9.15.4",
"packageManager": "pnpm@10.2.1",
"lint-staged": {
"**/*.{scss,js,jsx,md,yml,json,ts,tsx}": [
"prettier --write"
]
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/docs-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/material-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}
2 changes: 1 addition & 1 deletion packages/react-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,6 @@
},
"volta": {
"node": "22.13.0",
"pnpm": "9.15.4"
"pnpm": "10.2.1"
}
}

0 comments on commit aadc1c5

Please # to comment.