mirror of
https://github.com/trafficlunar/website.git
synced 2026-08-12 12:29:49 +00:00
chore: update packages
This commit is contained in:
parent
13155672a8
commit
de9b144597
5 changed files with 9185 additions and 2386 deletions
19
package.json
19
package.json
|
|
@ -9,24 +9,25 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/sitemap": "^3.7.0",
|
||||
"@astrojs/svelte": "^7.2.5",
|
||||
"@astrojs/sitemap": "^3.7.3",
|
||||
"@astrojs/svelte": "^9.0.1",
|
||||
"@fontsource-variable/inter": "^5.2.8",
|
||||
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
||||
"@indiefellas/astro-adapter-nekoweb": "^3.7.1",
|
||||
"@swup/astro": "^1.8.0",
|
||||
"@tailwindcss/vite": "^4.1.18",
|
||||
"astro": "^5.17.2",
|
||||
"@tailwindcss/vite": "^4.3.2",
|
||||
"astro": "^7.0.7",
|
||||
"d3-scale": "^4.0.2",
|
||||
"d3-shape": "^3.2.0",
|
||||
"layerchart": "^2.0.0-next.44",
|
||||
"svelte": "^5.51.1",
|
||||
"tailwindcss": "^4.1.18",
|
||||
"typescript": "^5.9.3"
|
||||
"layerchart": "^2.0.1",
|
||||
"sharp": "^0.35.3",
|
||||
"svelte": "^5.56.4",
|
||||
"tailwindcss": "^4.3.2",
|
||||
"typescript": "^7.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/d3-scale": "^4.0.9",
|
||||
"@types/d3-shape": "^3.1.8",
|
||||
"vite": "^7.3.1"
|
||||
"vite": "^8.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
9146
pnpm-lock.yaml
generated
Normal file
9146
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
27
pnpm-workspace.yaml
Normal file
27
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
allowBuilds:
|
||||
esbuild: true
|
||||
sharp: true
|
||||
minimumReleaseAgeExclude:
|
||||
- "@astrojs/telemetry@3.3.3"
|
||||
- astro@7.0.7
|
||||
- "@typescript/typescript-aix-ppc64@7.0.2"
|
||||
- "@typescript/typescript-darwin-arm64@7.0.2"
|
||||
- "@typescript/typescript-darwin-x64@7.0.2"
|
||||
- "@typescript/typescript-freebsd-arm64@7.0.2"
|
||||
- "@typescript/typescript-freebsd-x64@7.0.2"
|
||||
- "@typescript/typescript-linux-arm64@7.0.2"
|
||||
- "@typescript/typescript-linux-arm@7.0.2"
|
||||
- "@typescript/typescript-linux-loong64@7.0.2"
|
||||
- "@typescript/typescript-linux-mips64el@7.0.2"
|
||||
- "@typescript/typescript-linux-ppc64@7.0.2"
|
||||
- "@typescript/typescript-linux-riscv64@7.0.2"
|
||||
- "@typescript/typescript-linux-s390x@7.0.2"
|
||||
- "@typescript/typescript-linux-x64@7.0.2"
|
||||
- "@typescript/typescript-netbsd-arm64@7.0.2"
|
||||
- "@typescript/typescript-netbsd-x64@7.0.2"
|
||||
- "@typescript/typescript-openbsd-arm64@7.0.2"
|
||||
- "@typescript/typescript-openbsd-x64@7.0.2"
|
||||
- "@typescript/typescript-sunos-x64@7.0.2"
|
||||
- "@typescript/typescript-win32-arm64@7.0.2"
|
||||
- "@typescript/typescript-win32-x64@7.0.2"
|
||||
- typescript@7.0.2
|
||||
|
|
@ -197,7 +197,7 @@
|
|||
yDomain={[0, 1]}
|
||||
yNice
|
||||
padding={{ left: 32, top: 8, right: 12, bottom: 20 }}
|
||||
tooltip={{ mode: "bisect-x" }}
|
||||
tooltipContext={{ mode: "bisect-x" }}
|
||||
>
|
||||
<Svg>
|
||||
<Axis
|
||||
|
|
@ -261,7 +261,7 @@
|
|||
yDomain={[0, null]}
|
||||
yNice
|
||||
padding={{ left: 32, top: 8, right: 12, bottom: 20 }}
|
||||
tooltip={{ mode: "bisect-x" }}
|
||||
tooltipContext={{ mode: "bisect-x" }}
|
||||
>
|
||||
<Svg>
|
||||
<Axis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue