Skip to content

Commit

Permalink
Update pnpm to 9.8.0 (#45722)
Browse files Browse the repository at this point in the history
* Update pnpm to 9.8.0

* Set `update-notifier=false`
  • Loading branch information
gzdunek authored Aug 23, 2024
1 parent e27c7d4 commit 254292b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# The pnpm team releases new versions pretty often and we don't need to stay
# at the freshest version at all times.
update-notifier=false
2 changes: 1 addition & 1 deletion docs/check-redirects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"jest": "^29.7.0",
"memfs": "^4.11.1"
},
"packageManager": "pnpm@9.5.0"
"packageManager": "pnpm@9.8.0"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@
"tslib": "^2.6.3",
"whatwg-fetch": "^3.6.20"
},
"packageManager": "pnpm@9.7.0",
"msw": {
"workerDirectory": [
"web/.storybook/public"
]
}
},
"packageManager": "pnpm@9.8.0"
}

0 comments on commit 254292b

Please sign in to comment.