astro font
This commit is contained in:
parent
c52c8ff062
commit
67c6619d06
2 changed files with 10 additions and 1 deletions
|
@ -10,8 +10,9 @@
|
|||
"astro": "astro"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "^4.13.1",
|
||||
"@astrojs/check": "^0.9.1",
|
||||
"astro": "^4.13.1",
|
||||
"astro-font": "^0.0.81",
|
||||
"typescript": "^5.5.4"
|
||||
},
|
||||
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
|
||||
|
|
|
@ -14,6 +14,9 @@ importers:
|
|||
astro:
|
||||
specifier: ^4.13.1
|
||||
version: 4.13.1(typescript@5.5.4)
|
||||
astro-font:
|
||||
specifier: ^0.0.81
|
||||
version: 0.0.81
|
||||
typescript:
|
||||
specifier: ^5.5.4
|
||||
version: 5.5.4
|
||||
|
@ -650,6 +653,9 @@ packages:
|
|||
array-iterate@2.0.1:
|
||||
resolution: {integrity: sha512-I1jXZMjAgCMmxT4qxXfPXa6SthSoE8h6gkSI9BGGNv8mP8G/v0blc+qFnZu6K42vTOiuME596QaLO0TP3Lk0xg==}
|
||||
|
||||
astro-font@0.0.81:
|
||||
resolution: {integrity: sha512-VmK4kqzNpOAt2LASVbw2cbbe9sD6K30E7jOjqzHxHieHMTWInkdOljtzHmNGvKr3P0MeF4Wy+Z7j6CdETFecDA==}
|
||||
|
||||
astro@4.13.1:
|
||||
resolution: {integrity: sha512-VnMjAc+ykFsIVjgbu9Mt/EA1fMIcPMXbU89h3ATwGOzSIKDsQH72bDgfJkWiwk6u0OE90GeP5EPhAT28Twf9oA==}
|
||||
engines: {node: ^18.17.1 || ^20.3.0 || >=21.0.0, npm: '>=9.6.5', pnpm: '>=7.1.0'}
|
||||
|
@ -2427,6 +2433,8 @@ snapshots:
|
|||
|
||||
array-iterate@2.0.1: {}
|
||||
|
||||
astro-font@0.0.81: {}
|
||||
|
||||
astro@4.13.1(typescript@5.5.4):
|
||||
dependencies:
|
||||
'@astrojs/compiler': 2.10.1
|
||||
|
|
Loading…
Reference in a new issue