Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Oct 24, 2024
1 parent b79d1fb commit d2a8141
Show file tree
Hide file tree
Showing 4 changed files with 429 additions and 290 deletions.
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.10.0",
"packageManager": "pnpm@9.12.2",
"engines": {
"node": ">=16"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/node": "^22.7.9",
"@types/pnpapi": "^0.0.5",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.6",
"prettier-plugin-svelte": "^3.2.7",
"svelte": "^4.2.19",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
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.1.0",
"picocolors": "^1.1.1",
"sade": "^1.8.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit d2a8141

Please sign in to comment.