chore(deps): upgrade Turbo and opt out from telemetry

This commit is contained in:
Joakim Carlstein 2024-06-27 16:00:32 +02:00 committed by Joakim Carlstein
parent 48181d88b7
commit c151031d41
4 changed files with 423 additions and 10 deletions

View file

@ -11,6 +11,7 @@
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/starlight": "^0.15.0",
"@astrojs/starlight-tailwind": "2.0.1",
"@astrojs/tailwind": "^5.0.3",
@ -20,5 +21,6 @@
},
"volta": {
"extends": "../package.json"
}
},
"packageManager": "pnpm@9.4.0"
}