Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jul 16, 2024
1 parent 92f44eb commit 1c4cf66
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 256 deletions.
2 changes: 1 addition & 1 deletion analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"get-npm-tarball-url": "^2.1.0",
"npm-high-impact": "^1.7.0",
"p-limit": "^5.0.0",
"p-limit": "^6.1.0",
"pako": "^2.1.0",
"publint": "workspace:*"
}
Expand Down
10 changes: 5 additions & 5 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.4.0",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": ">=16"
},
"devDependencies": {
"@types/node": "^20.14.6",
"@types/node": "^20.14.10",
"@types/pnpapi": "^0.0.5",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.5",
"svelte": "^4.2.18",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}
Loading

0 comments on commit 1c4cf66

Please sign in to comment.