Skip to content

Commit

Permalink
Update PNPM to v9.14.4 to fix changesets (#6061)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored Nov 29, 2024
1 parent e4f8b0a commit 7824549
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
},
"license": "MIT",
"private": true,
"packageManager": "[email protected].1",
"packageManager": "[email protected].4",
"engines": {
"node": ">=22",
"pnpm": ">=9.14.1"
"pnpm": ">=9.14.4"
},
"scripts": {
"build": "pnpm turbo build --color",
Expand Down
2 changes: 1 addition & 1 deletion packages/libraries/apollo/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.36.0';
export const version = '0.36.2';
2 changes: 1 addition & 1 deletion packages/libraries/envelop/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.33.8';
export const version = '0.33.10';
2 changes: 1 addition & 1 deletion packages/libraries/yoga/src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.38.0';
export const version = '0.39.0';

0 comments on commit 7824549

Please sign in to comment.