Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Sep 16, 2024
1 parent 6afd342 commit b62f13f
Show file tree
Hide file tree
Showing 5 changed files with 438 additions and 510 deletions.
2 changes: 1 addition & 1 deletion analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"get-npm-tarball-url": "^2.1.0",
"npm-high-impact": "^1.7.0",
"npm-high-impact": "^1.8.0",
"p-limit": "^6.1.0",
"pako": "^2.1.0",
"publint": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
"typecheck": "tsc -p pkg && tsc -p site && tsc -p analysis",
"test": "pnpm --dir pkg test"
},
"packageManager": "pnpm@9.5.0",
"packageManager": "pnpm@9.10.0",
"engines": {
"node": ">=16"
},
"devDependencies": {
"@types/node": "^22.3.0",
"@types/node": "^22.5.5",
"@types/pnpapi": "^0.0.5",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"svelte": "^4.2.18",
"typescript": "^5.5.4"
"svelte": "^4.2.19",
"typescript": "^5.6.2"
}
}
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
],
"dependencies": {
"npm-packlist": "^5.1.3",
"picocolors": "^1.0.1",
"picocolors": "^1.1.0",
"sade": "^1.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b62f13f

Please sign in to comment.