Skip to content

Commit

Permalink
fix: deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbnetley committed Feb 18, 2025
1 parent 66fda5c commit 52401ad
Show file tree
Hide file tree
Showing 2 changed files with 235 additions and 231 deletions.
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,22 @@
"devDependencies": {
"@parcel/packager-ts": "^2.13.3",
"@parcel/transformer-typescript-types": "^2.13.3",
"@types/node": "^22.13.1",
"@types/node": "^22.13.4",
"parcel": "^2.13.3",
"typedoc": "^0.27.6",
"typedoc": "^0.27.7",
"typescript": "^5.7.3",
"vite": "^6.1.0"
},
"dependencies": {
"vitest": "^3.0.5"
"vitest": "^3.0.6"
},
"pnpm": {
"overrides": {
"get-func-name@<2.0.1": ">=2.0.1"
}
}
},
"onlyBuiltDependencies": [
"@swc/core"
]
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}
Loading

0 comments on commit 52401ad

Please sign in to comment.