Skip to content

Commit

Permalink
fix(pnpm): update pnpm to fix no node installed
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Nov 21, 2024
1 parent 165733c commit 3256174
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 33 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}
},
"dependencies": {
"@johnlindquist/globals": "1.16.5",
"@johnlindquist/globals": "1.16.6",
"@johnlindquist/kit-internal": "^1.13.5",
"@johnlindquist/open": "^10.1.1",
"@octokit/auth-oauth-device": "7.1.1",
Expand Down Expand Up @@ -116,7 +116,7 @@
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@types/debug": "4.1.12",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/node-ipc": "9.2.3",
"ava": "^6.2.0",
"cross-env": "^7.0.3",
Expand Down Expand Up @@ -187,5 +187,5 @@
"file-icon": "5.1.1",
"get-app-icon": "1.0.1"
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.14.2"
}
60 changes: 30 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3256174

Please sign in to comment.