build(deps): downgrade astro and remove root compiler bindings
- Downgraded astro to ^6.4.8 and starlight to ^0.40.0 in docs/ - Removed platform-specific astro compiler bindings from root package.json - Updated pnpm-lock.yaml
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@
|
||||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/starlight": "^0.41.3",
|
||||
"astro": "^7.0.2",
|
||||
"@astrojs/starlight": "^0.40.0",
|
||||
"astro": "^6.4.8",
|
||||
"sharp": "^0.34.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user