Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 20, 2024
1 parent 27c9792 commit 57fb6cb
Show file tree
Hide file tree
Showing 5 changed files with 1,346 additions and 1,134 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.6.0",
"npm-high-impact": "^1.7.0",
"p-limit": "^5.0.0",
"pako": "^2.1.0",
"publint": "workspace:*"
Expand Down
17 changes: 5 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,16 @@
"typecheck": "tsc -p pkg && tsc -p site && tsc -p analysis",
"test": "pnpm --dir pkg test"
},
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@9.4.0",
"engines": {
"node": ">=16"
},
"devDependencies": {
"@types/node": "^20.12.12",
"@types/node": "^20.14.6",
"@types/pnpapi": "^0.0.5",
"prettier": "^3.2.5",
"prettier-plugin-svelte": "^3.2.3",
"svelte": "^4.2.17",
"prettier": "^3.3.2",
"prettier-plugin-svelte": "^3.2.4",
"svelte": "^4.2.18",
"typescript": "^5.4.5"
},
"pnpm": {
"peerDependencyRules": {
"allowedVersions": {
"vite": "*"
}
}
}
}
2 changes: 1 addition & 1 deletion pkg/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"sade": "^1.8.1"
},
"devDependencies": {
"@types/npm-packlist": "3.0.0",
"@types/npm-packlist": "^3.0.0",
"uvu": "^0.5.6"
}
}
Loading

0 comments on commit 57fb6cb

Please sign in to comment.