Fix/#26 re upgrade to astro 7 #27
@@ -59,8 +59,9 @@ luna-charts/
|
|||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
|
|
||||||
* Node.js `>= 22.0.0`
|
* [Node Version manager](https://github.com/nvm-sh/nvm/blob/master/README.md) `0.40.7`
|
||||||
* pnpm `11.11.0` (see `devEngines` in `package.json`; pnpm will be downloaded automatically via Corepack if missing)
|
* Node.js `>= 24.0.0`. Use `nvm install 24` for it
|
||||||
|
* pnpm `12.0.0`
|
||||||
* Docker (required for running component/browser tests locally, see below)
|
* Docker (required for running component/browser tests locally, see below)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|||||||
+2
-2
@@ -10,8 +10,8 @@
|
|||||||
"astro": "astro"
|
"astro": "astro"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/starlight": "^0.40.0",
|
"@astrojs/starlight": "^0.41.9",
|
||||||
"astro": "^6.4.8",
|
"astro": "^7.2.9",
|
||||||
"sharp": "^0.34.5"
|
"sharp": "^0.34.5"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Generated
-4047
File diff suppressed because it is too large
Load Diff
+7
-6
@@ -20,18 +20,19 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"devEngines": {
|
"devEngines": {
|
||||||
"runtime": {
|
|
||||||
"name": "node",
|
|
||||||
"version": ">=22.0.0"
|
|
||||||
},
|
|
||||||
"packageManager": {
|
"packageManager": {
|
||||||
"name": "pnpm",
|
"name": "pnpm",
|
||||||
"version": "11.11.0",
|
"version": "12.0.0",
|
||||||
"onFail": "download"
|
"onFail": "download"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"name": "node",
|
||||||
|
"version": ">=24.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"packageManager": "pnpm@12.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@changesets/cli": "^2.31.0",
|
"@changesets/cli": "^2.31.0",
|
||||||
"@eslint/js": "^10.0.1",
|
"@eslint/js": "^10.0.1",
|
||||||
"eslint": "^10.6.0",
|
"eslint": "^10.6.0",
|
||||||
|
|||||||
Generated
+1333
-1367
File diff suppressed because it is too large
Load Diff
+3
-7
@@ -13,14 +13,10 @@ fetchRetries: 10
|
|||||||
supportedArchitectures:
|
supportedArchitectures:
|
||||||
os:
|
os:
|
||||||
- current
|
- current
|
||||||
- win32
|
|
||||||
- darwin
|
|
||||||
- linux
|
|
||||||
cpu:
|
cpu:
|
||||||
- current
|
- current
|
||||||
- x64
|
|
||||||
- arm64
|
|
||||||
libc:
|
libc:
|
||||||
- current
|
- current
|
||||||
- glibc
|
|
||||||
- musl
|
minimumReleaseAgeExclude:
|
||||||
|
- astro@7.2.9
|
||||||
|
|||||||
Reference in New Issue
Block a user