Skip to content

Commit

Permalink
fix(pnpm): use PATH pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlindquist committed Sep 5, 2024
1 parent ab96fe9 commit 0b804bd
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 96 deletions.
53 changes: 30 additions & 23 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,28 +84,29 @@
"dotenv": "^16.4.5",
"esbuild": "0.23.1",
"express": "^4.19.2",
"filesize": "10.1.4",
"filesize": "10.1.6",
"fs-extra": "^11.2.0",
"globby": "^14.0.2",
"highlight.js": "^11.10.0",
"isomorphic-git": "1.27.1",
"jsonfile": "6.1.0",
"keyv": "^5.0.1",
"keyv-file": "^5.0.0",
"keyv-file": "^5.0.3",
"quick-score": "^0.2.0",
"rimraf": "6.0.1",
"safe-stable-stringify": "^2.5.0",
"shelljs": "0.8.5",
"slugify": "1.6.6",
"suggestion": "2.1.2",
"untildify": "5.0.0",
"vite": "5.4.2",
"vite": "5.4.3",
"zx": "^8.1.5"
},
"devDependencies": {
"@types/debug": "4.1.12",
"@types/express": "4.17.21",
"@types/express-ws": "3.0.5",
"@types/node": "^22.5.1",
"@types/node": "^22.5.4",
"@types/node-ipc": "9.2.3",
"ava": "^6.1.3",
"cross-env": "^7.0.3",
Expand Down
Loading

0 comments on commit 0b804bd

Please sign in to comment.