mirror of
https://github.com/versia-pub/api.git
synced 2025-12-06 08:28:19 +01:00
chore: ⬆️ Upgrade dependencies
This commit is contained in:
parent
eed48dac28
commit
32e2b5f5be
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -8,10 +8,10 @@
|
||||||
"check": "bunx tsc -p ."
|
"check": "bunx tsc -p ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@biomejs/biome": "^1.9.1",
|
"@biomejs/biome": "^1.9.3",
|
||||||
"@types/bun": "^1.1.9",
|
"@types/bun": "^1.1.11",
|
||||||
"@types/node": "^22.5.5",
|
"@types/node": "^22.7.5",
|
||||||
"bun-plugin-dts": "^0.2.3"
|
"bun-plugin-dts": "^0.3.0"
|
||||||
},
|
},
|
||||||
"trustedDependencies": ["@biomejs/biome"],
|
"trustedDependencies": ["@biomejs/biome"],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue