Skip to content

Commit

Permalink
update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinRoy committed Nov 27, 2023
1 parent 7696b2f commit da5bfa6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"publint": "^0.2.5",
"typescript": "5.3.2"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": "^20.x.x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/convert-touchstone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.0.0-alpha.8",
"type": "module",
"description": "Converts touchstone XML exports to lightmill format.",
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": "^20.x.x"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/log-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"@zodios/core": "^10.9.2",
"zod": "^3.21.4"
},
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion packages/log-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"client"
],
"private": false,
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion packages/log-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"yargs": "17.7.2",
"zod": "^3.22.4"
},
"packageManager": "pnpm@8.10.5",
"packageManager": "pnpm@8.11.0",
"engines": {
"node": "^20.x.x"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-experiment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
"experiment"
],
"private": false,
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"experiment"
],
"private": false,
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}
2 changes: 1 addition & 1 deletion packages/static-design/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"dist"
],
"private": false,
"packageManager": "pnpm@8.10.5"
"packageManager": "pnpm@8.11.0"
}

0 comments on commit da5bfa6

Please sign in to comment.