Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 11, 2024
1 parent a58cdc2 commit 1d285d1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-app",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"vitest-chrome": "0.1.0",
"zodiac-roles-deployments": "^2.2.2"
},
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"dependencies": {
"@epic-web/invariant": "^1.0.0",
"@headlessui/react": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion fork-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"deploy": "wrangler publish",
"format": "prettier --write '*.{json,js}' 'src/**/*.ts'"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.15.0"
}
2 changes: 1 addition & 1 deletion vnet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"deploy": "wrangler publish",
"format": "prettier --write '*.{json,js}' 'src/**/*.ts'"
},
"packageManager": "pnpm@9.12.3"
"packageManager": "pnpm@9.15.0"
}

0 comments on commit 1d285d1

Please sign in to comment.