Skip to content

Commit

Permalink
chore(deps): update pnpm to v9.15.1 (#404)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent e010717 commit 034c016
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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": "[email protected].0",
"packageManager": "[email protected].1",
"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 @@ -93,7 +93,7 @@
"vitest-chrome": "0.1.0",
"zodiac-roles-deployments": "^2.2.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"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 @@ -13,5 +13,5 @@
"deploy": "wrangler publish",
"check-types": "tsc --noEmit"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"last 1 safari version"
]
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@zodiac-os/pilot-root",
"private": true,
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"pnpm": {
"patchedDependencies": {
"vitest-chrome": "patches/vitest-chrome.patch"
Expand Down
2 changes: 1 addition & 1 deletion vnet-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"deploy": "wrangler publish",
"check-types": "tsc --noEmit"
},
"packageManager": "[email protected].0"
"packageManager": "[email protected].1"
}

0 comments on commit 034c016

Please sign in to comment.