mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
refactor: optimize heti css styles
This commit is contained in:
parent
fedf4cee1e
commit
24425e3a7e
8 changed files with 289 additions and 286 deletions
17
pnpm-lock.yaml
generated
17
pnpm-lock.yaml
generated
|
@ -61,8 +61,8 @@ importers:
|
|||
version: 2.15.0
|
||||
devDependencies:
|
||||
'@antfu/eslint-config':
|
||||
specifier: ^4.10.2
|
||||
version: 4.10.2(@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@unocss/eslint-plugin@66.1.0-beta.6(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.2)(eslint-plugin-astro@1.3.1(eslint@9.23.0(jiti@2.4.2)))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
||||
specifier: ^4.11.0
|
||||
version: 4.11.0(@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@unocss/eslint-plugin@66.1.0-beta.6(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.2)(eslint-plugin-astro@1.3.1(eslint@9.23.0(jiti@2.4.2)))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)
|
||||
'@astrojs/check':
|
||||
specifier: ^0.9.4
|
||||
version: 0.9.4(typescript@5.8.2)
|
||||
|
@ -124,8 +124,8 @@ packages:
|
|||
resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==}
|
||||
engines: {node: '>=6.0.0'}
|
||||
|
||||
'@antfu/eslint-config@4.10.2':
|
||||
resolution: {integrity: sha512-/cqQ+uQKyeEuZcverR1+r0a6IUO1cwIFZSIaTPchxcWNXEK8CD7hB6DPFALDnDwwM1ItFB/GKSQWlGkaxxmM0w==}
|
||||
'@antfu/eslint-config@4.11.0':
|
||||
resolution: {integrity: sha512-KMLIrZflEFsOEF/N0Xl8iVaheLTdgT3gAwXVzdG5Ng8ieNhBsRsaThnqI7of10kh6psSBLJ6SkNK+ZF98fQIXQ==}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
'@eslint-react/eslint-plugin': ^1.19.0
|
||||
|
@ -135,10 +135,11 @@ packages:
|
|||
eslint: ^9.10.0
|
||||
eslint-plugin-astro: ^1.2.0
|
||||
eslint-plugin-format: '>=0.1.0'
|
||||
eslint-plugin-react-hooks: ^5.0.0
|
||||
eslint-plugin-react-refresh: ^0.4.4
|
||||
eslint-plugin-react-hooks: ^5.2.0
|
||||
eslint-plugin-react-refresh: ^0.4.19
|
||||
eslint-plugin-solid: ^0.14.3
|
||||
eslint-plugin-svelte: '>=2.35.1'
|
||||
eslint-plugin-vuejs-accessibility: ^2.4.1
|
||||
prettier-plugin-astro: ^0.14.0
|
||||
prettier-plugin-slidev: ^1.0.5
|
||||
svelte-eslint-parser: '>=0.37.0'
|
||||
|
@ -163,6 +164,8 @@ packages:
|
|||
optional: true
|
||||
eslint-plugin-svelte:
|
||||
optional: true
|
||||
eslint-plugin-vuejs-accessibility:
|
||||
optional: true
|
||||
prettier-plugin-astro:
|
||||
optional: true
|
||||
prettier-plugin-slidev:
|
||||
|
@ -3776,7 +3779,7 @@ snapshots:
|
|||
'@jridgewell/gen-mapping': 0.3.8
|
||||
'@jridgewell/trace-mapping': 0.3.25
|
||||
|
||||
'@antfu/eslint-config@4.10.2(@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@unocss/eslint-plugin@66.1.0-beta.6(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.2)(eslint-plugin-astro@1.3.1(eslint@9.23.0(jiti@2.4.2)))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
||||
'@antfu/eslint-config@4.11.0(@typescript-eslint/utils@8.27.0(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@unocss/eslint-plugin@66.1.0-beta.6(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.2)(eslint-plugin-astro@1.3.1(eslint@9.23.0(jiti@2.4.2)))(eslint@9.23.0(jiti@2.4.2))(typescript@5.8.2)':
|
||||
dependencies:
|
||||
'@antfu/install-pkg': 1.0.0
|
||||
'@clack/prompts': 0.10.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue