Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent facdc5c commit ea008db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "learn.nuxt.com",
"type": "module",
"private": true,
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down
2 changes: 1 addition & 1 deletion templates/basic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"packageManager": "pnpm@9.7.1",
"packageManager": "pnpm@9.9.0",
"scripts": {
"dev": "nuxt dev",
"prepare": "nuxt prepare"
Expand Down

0 comments on commit ea008db

Please sign in to comment.