mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 03:32:51 +02:00
chore: update dependencies and add force-gpu utility
This commit is contained in:
parent
2a731b067a
commit
614b41ed87
4 changed files with 174 additions and 172 deletions
|
@ -53,7 +53,7 @@
|
||||||
"@unocss/eslint-plugin": "^65.4.3",
|
"@unocss/eslint-plugin": "^65.4.3",
|
||||||
"@unocss/preset-attributify": "^65.4.3",
|
"@unocss/preset-attributify": "^65.4.3",
|
||||||
"astro-eslint-parser": "^1.2.1",
|
"astro-eslint-parser": "^1.2.1",
|
||||||
"eslint": "^9.20.0",
|
"eslint": "^9.20.1",
|
||||||
"eslint-plugin-astro": "^1.3.1",
|
"eslint-plugin-astro": "^1.3.1",
|
||||||
"lint-staged": "^15.4.3",
|
"lint-staged": "^15.4.3",
|
||||||
"mdast-util-to-string": "^4.0.0",
|
"mdast-util-to-string": "^4.0.0",
|
||||||
|
|
328
pnpm-lock.yaml
generated
328
pnpm-lock.yaml
generated
|
@ -98,7 +98,7 @@ importers:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
'@antfu/eslint-config':
|
'@antfu/eslint-config':
|
||||||
specifier: ^4.2.0
|
specifier: ^4.2.0
|
||||||
version: 4.2.0(@typescript-eslint/utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(@unocss/eslint-plugin@65.4.3(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.1)(eslint-plugin-astro@1.3.1(eslint@9.20.0(jiti@2.4.2)))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
version: 4.2.0(@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(@unocss/eslint-plugin@65.4.3(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.1)(eslint-plugin-astro@1.3.1(eslint@9.20.1(jiti@2.4.2)))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@types/markdown-it':
|
'@types/markdown-it':
|
||||||
specifier: ^14.1.2
|
specifier: ^14.1.2
|
||||||
version: 14.1.2
|
version: 14.1.2
|
||||||
|
@ -113,7 +113,7 @@ importers:
|
||||||
version: 2.13.0
|
version: 2.13.0
|
||||||
'@unocss/eslint-plugin':
|
'@unocss/eslint-plugin':
|
||||||
specifier: ^65.4.3
|
specifier: ^65.4.3
|
||||||
version: 65.4.3(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
version: 65.4.3(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@unocss/preset-attributify':
|
'@unocss/preset-attributify':
|
||||||
specifier: ^65.4.3
|
specifier: ^65.4.3
|
||||||
version: 65.4.3
|
version: 65.4.3
|
||||||
|
@ -121,11 +121,11 @@ importers:
|
||||||
specifier: ^1.2.1
|
specifier: ^1.2.1
|
||||||
version: 1.2.1
|
version: 1.2.1
|
||||||
eslint:
|
eslint:
|
||||||
specifier: ^9.20.0
|
specifier: ^9.20.1
|
||||||
version: 9.20.0(jiti@2.4.2)
|
version: 9.20.1(jiti@2.4.2)
|
||||||
eslint-plugin-astro:
|
eslint-plugin-astro:
|
||||||
specifier: ^1.3.1
|
specifier: ^1.3.1
|
||||||
version: 1.3.1(eslint@9.20.0(jiti@2.4.2))
|
version: 1.3.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
lint-staged:
|
lint-staged:
|
||||||
specifier: ^15.4.3
|
specifier: ^15.4.3
|
||||||
version: 15.4.3
|
version: 15.4.3
|
||||||
|
@ -137,7 +137,7 @@ importers:
|
||||||
version: 1.5.0
|
version: 1.5.0
|
||||||
unocss:
|
unocss:
|
||||||
specifier: ^65.4.3
|
specifier: ^65.4.3
|
||||||
version: 65.4.3(postcss@8.5.1)(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))
|
version: 65.4.3(postcss@8.5.2)(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))
|
||||||
unocss-preset-theme:
|
unocss-preset-theme:
|
||||||
specifier: ^0.14.1
|
specifier: ^0.14.1
|
||||||
version: 0.14.1(@unocss/core@65.4.3)
|
version: 0.14.1(@unocss/core@65.4.3)
|
||||||
|
@ -1578,8 +1578,8 @@ packages:
|
||||||
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
resolution: {integrity: sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==}
|
||||||
engines: {node: '>= 8'}
|
engines: {node: '>= 8'}
|
||||||
|
|
||||||
crossws@0.3.3:
|
crossws@0.3.4:
|
||||||
resolution: {integrity: sha512-/71DJT3xJlqSnBr83uGJesmVHSzZEvgxHt/fIKxBAAngqMHmnBWQNxCphVxxJ2XL3xleu5+hJD6IQ3TglBedcw==}
|
resolution: {integrity: sha512-uj0O1ETYX1Bh6uSgktfPvwDiPYGQ3aI4qVsaC/LWpkIzGj1nUYm5FK3K+t11oOlpN01lGbprFCH4wBlKdJjVgw==}
|
||||||
|
|
||||||
css-select@5.1.0:
|
css-select@5.1.0:
|
||||||
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
|
resolution: {integrity: sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==}
|
||||||
|
@ -1710,8 +1710,8 @@ packages:
|
||||||
duplexer@0.1.2:
|
duplexer@0.1.2:
|
||||||
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
|
||||||
|
|
||||||
electron-to-chromium@1.5.96:
|
electron-to-chromium@1.5.97:
|
||||||
resolution: {integrity: sha512-8AJUW6dh75Fm/ny8+kZKJzI1pgoE8bKLZlzDU2W1ENd+DXKJrx7I7l9hb8UWR4ojlnb5OlixMt00QWiYJoVw1w==}
|
resolution: {integrity: sha512-HKLtaH02augM7ZOdYRuO19rWDeY+QSJ1VxnXFa/XDFLf07HvM90pALIJFgrO+UVaajI3+aJMMpojoUTLZyQ7JQ==}
|
||||||
|
|
||||||
emmet@2.4.11:
|
emmet@2.4.11:
|
||||||
resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==}
|
resolution: {integrity: sha512-23QPJB3moh/U9sT4rQzGgeyyGIrcM+GH5uVYg2C6wZIxAIJq7Ng3QLT79tl8FUwDXhyq9SusfknOrofAKqvgyQ==}
|
||||||
|
@ -1935,8 +1935,8 @@ packages:
|
||||||
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
resolution: {integrity: sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
|
|
||||||
eslint@9.20.0:
|
eslint@9.20.1:
|
||||||
resolution: {integrity: sha512-aL4F8167Hg4IvsW89ejnpTwx+B/UQRzJPGgbIOl+4XqffWsahVVsLEWoZvnrVuwpWmnRd7XeXmQI1zlKcFDteA==}
|
resolution: {integrity: sha512-m1mM33o6dBUjxl2qb6wv6nGNwCAsns1eKtaQ4l/NPHeTvhiUPbtdfMyktxN4B3fgHIgsYh1VT3V9txblpQHq+g==}
|
||||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||||
hasBin: true
|
hasBin: true
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
@ -2930,8 +2930,8 @@ packages:
|
||||||
pathe@1.1.2:
|
pathe@1.1.2:
|
||||||
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
|
resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==}
|
||||||
|
|
||||||
pathe@2.0.2:
|
pathe@2.0.3:
|
||||||
resolution: {integrity: sha512-15Ztpk+nov8DR524R4BF7uEuzESgzUEAV4Ah7CUMNGXdE5ELuvxElxGXndBl32vMSsWa1jpNf22Z+Er3sKwq+w==}
|
resolution: {integrity: sha512-WUjGcAqP1gQacoQe+OBJsFA7Ld4DyXuUIjZ5cc75cLHvJ7dtNsTugphxIADwspS+AraAUePCKrSVtPLFj/F88w==}
|
||||||
|
|
||||||
perfect-debounce@1.0.0:
|
perfect-debounce@1.0.0:
|
||||||
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
|
resolution: {integrity: sha512-xCy9V055GLEqoFaHoC1SoLIaLmWctgCUaBaWxDZ7/Zx4CTyX7cJQLJOok/orfjZAh9kEYpjJa4d0KcJmCbctZA==}
|
||||||
|
@ -2979,8 +2979,8 @@ packages:
|
||||||
resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==}
|
resolution: {integrity: sha512-8sLjZwK0R+JlxlYcTuVnyT2v+htpdrjDOKuMcOVdYjt52Lh8hWRYpxBPoKx/Zg+bcjc3wx6fmQevMmUztS/ccA==}
|
||||||
engines: {node: '>=4'}
|
engines: {node: '>=4'}
|
||||||
|
|
||||||
postcss@8.5.1:
|
postcss@8.5.2:
|
||||||
resolution: {integrity: sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==}
|
resolution: {integrity: sha512-MjOadfU3Ys9KYoX0AdkBlFEF1Vx37uCCeN4ZHnmwm9FfpbsGWMZeBLMmmpY+6Ocqod7mkdZ0DT31OlbsFrLlkA==}
|
||||||
engines: {node: ^10 || ^12 || >=14}
|
engines: {node: ^10 || ^12 || >=14}
|
||||||
|
|
||||||
preferred-pm@4.1.1:
|
preferred-pm@4.1.1:
|
||||||
|
@ -3906,8 +3906,8 @@ packages:
|
||||||
typescript: ^4.9.4 || ^5.0.2
|
typescript: ^4.9.4 || ^5.0.2
|
||||||
zod: ^3
|
zod: ^3
|
||||||
|
|
||||||
zod@3.24.1:
|
zod@3.24.2:
|
||||||
resolution: {integrity: sha512-muH7gBL9sI1nciMZV67X5fTKKBLtwpZ5VBp1vsOQzj1MhrBZ4wlVCm3gedKZWLp0Oyel8sIGfeiz54Su+OVT+A==}
|
resolution: {integrity: sha512-lY7CDW43ECgW9u1TcT3IoXHflywfVqDYze4waEz812jR/bZ8FHDsl7pFQoSZTz5N+2NqRXs8GBwnAwo3ZNxqhQ==}
|
||||||
|
|
||||||
zwitch@2.0.4:
|
zwitch@2.0.4:
|
||||||
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
resolution: {integrity: sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==}
|
||||||
|
@ -3919,48 +3919,48 @@ snapshots:
|
||||||
'@jridgewell/gen-mapping': 0.3.8
|
'@jridgewell/gen-mapping': 0.3.8
|
||||||
'@jridgewell/trace-mapping': 0.3.25
|
'@jridgewell/trace-mapping': 0.3.25
|
||||||
|
|
||||||
'@antfu/eslint-config@4.2.0(@typescript-eslint/utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(@unocss/eslint-plugin@65.4.3(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.1)(eslint-plugin-astro@1.3.1(eslint@9.20.0(jiti@2.4.2)))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@antfu/eslint-config@4.2.0(@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(@unocss/eslint-plugin@65.4.3(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(@vue/compiler-sfc@3.5.13)(astro-eslint-parser@1.2.1)(eslint-plugin-astro@1.3.1(eslint@9.20.1(jiti@2.4.2)))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@antfu/install-pkg': 1.0.0
|
'@antfu/install-pkg': 1.0.0
|
||||||
'@clack/prompts': 0.10.0
|
'@clack/prompts': 0.10.0
|
||||||
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-plugin-eslint-comments': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@eslint/markdown': 6.2.2
|
'@eslint/markdown': 6.2.2
|
||||||
'@stylistic/eslint-plugin': 4.0.0-beta.1(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@stylistic/eslint-plugin': 4.0.0-beta.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@typescript-eslint/parser': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/parser': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@vitest/eslint-plugin': 1.1.28(@typescript-eslint/utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@vitest/eslint-plugin': 1.1.28(@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-config-flat-gitignore: 2.0.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-config-flat-gitignore: 2.0.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-flat-config-utils: 2.0.1
|
eslint-flat-config-utils: 2.0.1
|
||||||
eslint-merge-processors: 2.0.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-merge-processors: 2.0.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-antfu: 3.0.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-antfu: 3.0.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-command: 3.0.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-command: 3.0.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-import-x: 4.6.1(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
eslint-plugin-import-x: 4.6.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint-plugin-jsdoc: 50.6.3(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-jsdoc: 50.6.3(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-jsonc: 2.19.1(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-jsonc: 2.19.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-n: 17.15.1(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-n: 17.15.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-no-only-tests: 3.3.0
|
eslint-plugin-no-only-tests: 3.3.0
|
||||||
eslint-plugin-perfectionist: 4.8.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
eslint-plugin-perfectionist: 4.8.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint-plugin-regexp: 2.7.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-regexp: 2.7.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-toml: 0.12.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-toml: 0.12.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-unicorn: 56.0.1(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-unicorn: 56.0.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-unused-imports: 4.1.4(@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-vue: 9.32.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-vue: 9.32.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-plugin-yml: 1.16.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-yml: 1.16.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.20.0(jiti@2.4.2))
|
eslint-processor-vue-blocks: 2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.20.1(jiti@2.4.2))
|
||||||
globals: 15.14.0
|
globals: 15.14.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
local-pkg: 1.0.0
|
local-pkg: 1.0.0
|
||||||
parse-gitignore: 2.0.0
|
parse-gitignore: 2.0.0
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
toml-eslint-parser: 0.10.0
|
toml-eslint-parser: 0.10.0
|
||||||
vue-eslint-parser: 9.4.3(eslint@9.20.0(jiti@2.4.2))
|
vue-eslint-parser: 9.4.3(eslint@9.20.1(jiti@2.4.2))
|
||||||
yaml-eslint-parser: 1.2.3
|
yaml-eslint-parser: 1.2.3
|
||||||
yargs: 17.7.2
|
yargs: 17.7.2
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@unocss/eslint-plugin': 65.4.3(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@unocss/eslint-plugin': 65.4.3(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
astro-eslint-parser: 1.2.1
|
astro-eslint-parser: 1.2.1
|
||||||
eslint-plugin-astro: 1.3.1(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-astro: 1.3.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
- '@typescript-eslint/utils'
|
- '@typescript-eslint/utils'
|
||||||
|
@ -4076,7 +4076,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
sitemap: 8.0.0
|
sitemap: 8.0.0
|
||||||
stream-replace-string: 2.0.0
|
stream-replace-string: 2.0.0
|
||||||
zod: 3.24.1
|
zod: 3.24.2
|
||||||
|
|
||||||
'@astrojs/telemetry@3.2.0':
|
'@astrojs/telemetry@3.2.0':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4314,22 +4314,22 @@ snapshots:
|
||||||
'@esbuild/win32-x64@0.24.2':
|
'@esbuild/win32-x64@0.24.2':
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.20.0(jiti@2.4.2))':
|
'@eslint-community/eslint-plugin-eslint-comments@4.4.1(eslint@9.20.1(jiti@2.4.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
|
|
||||||
'@eslint-community/eslint-utils@4.4.1(eslint@9.20.0(jiti@2.4.2))':
|
'@eslint-community/eslint-utils@4.4.1(eslint@9.20.1(jiti@2.4.2))':
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
|
|
||||||
'@eslint-community/regexpp@4.12.1': {}
|
'@eslint-community/regexpp@4.12.1': {}
|
||||||
|
|
||||||
'@eslint/compat@1.2.6(eslint@9.20.0(jiti@2.4.2))':
|
'@eslint/compat@1.2.6(eslint@9.20.1(jiti@2.4.2))':
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
'@eslint/config-array@0.19.2':
|
'@eslint/config-array@0.19.2':
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -4665,10 +4665,10 @@ snapshots:
|
||||||
|
|
||||||
'@shikijs/vscode-textmate@10.0.1': {}
|
'@shikijs/vscode-textmate@10.0.1': {}
|
||||||
|
|
||||||
'@stylistic/eslint-plugin@4.0.0-beta.1(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@stylistic/eslint-plugin@4.0.0-beta.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-visitor-keys: 4.2.0
|
eslint-visitor-keys: 4.2.0
|
||||||
espree: 10.3.0
|
espree: 10.3.0
|
||||||
estraverse: 5.3.0
|
estraverse: 5.3.0
|
||||||
|
@ -4763,15 +4763,15 @@ snapshots:
|
||||||
|
|
||||||
'@types/unist@3.0.3': {}
|
'@types/unist@3.0.3': {}
|
||||||
|
|
||||||
'@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@typescript-eslint/parser': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/parser': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/type-utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/type-utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.0
|
'@typescript-eslint/visitor-keys': 8.24.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
|
@ -4780,14 +4780,14 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
||||||
'@typescript-eslint/visitor-keys': 8.24.0
|
'@typescript-eslint/visitor-keys': 8.24.0
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.7.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -4797,12 +4797,12 @@ snapshots:
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/visitor-keys': 8.24.0
|
'@typescript-eslint/visitor-keys': 8.24.0
|
||||||
|
|
||||||
'@typescript-eslint/type-utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@typescript-eslint/type-utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
ts-api-utils: 2.0.1(typescript@5.7.3)
|
ts-api-utils: 2.0.1(typescript@5.7.3)
|
||||||
typescript: 5.7.3
|
typescript: 5.7.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -4824,13 +4824,13 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
'@typescript-eslint/utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
'@typescript-eslint/typescript-estree': 8.24.0(typescript@5.7.3)
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
typescript: 5.7.3
|
typescript: 5.7.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -4866,7 +4866,7 @@ snapshots:
|
||||||
colorette: 2.0.20
|
colorette: 2.0.20
|
||||||
consola: 3.4.0
|
consola: 3.4.0
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
pathe: 2.0.2
|
pathe: 2.0.3
|
||||||
perfect-debounce: 1.0.0
|
perfect-debounce: 1.0.0
|
||||||
tinyglobby: 0.2.10
|
tinyglobby: 0.2.10
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -4884,9 +4884,9 @@ snapshots:
|
||||||
|
|
||||||
'@unocss/core@65.4.3': {}
|
'@unocss/core@65.4.3': {}
|
||||||
|
|
||||||
'@unocss/eslint-plugin@65.4.3(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@unocss/eslint-plugin@65.4.3(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
'@unocss/config': 65.4.3
|
'@unocss/config': 65.4.3
|
||||||
'@unocss/core': 65.4.3
|
'@unocss/core': 65.4.3
|
||||||
'@unocss/rule-utils': 65.4.3
|
'@unocss/rule-utils': 65.4.3
|
||||||
|
@ -4912,13 +4912,13 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@unocss/postcss@65.4.3(postcss@8.5.1)':
|
'@unocss/postcss@65.4.3(postcss@8.5.2)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/config': 65.4.3
|
'@unocss/config': 65.4.3
|
||||||
'@unocss/core': 65.4.3
|
'@unocss/core': 65.4.3
|
||||||
'@unocss/rule-utils': 65.4.3
|
'@unocss/rule-utils': 65.4.3
|
||||||
css-tree: 3.1.0
|
css-tree: 3.1.0
|
||||||
postcss: 8.5.1
|
postcss: 8.5.2
|
||||||
tinyglobby: 0.2.10
|
tinyglobby: 0.2.10
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
@ -5014,10 +5014,10 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- vue
|
- vue
|
||||||
|
|
||||||
'@vitest/eslint-plugin@1.1.28(@typescript-eslint/utils@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)':
|
'@vitest/eslint-plugin@1.1.28(@typescript-eslint/utils@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)':
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
typescript: 5.7.3
|
typescript: 5.7.3
|
||||||
|
|
||||||
|
@ -5093,7 +5093,7 @@ snapshots:
|
||||||
'@vue/shared': 3.5.13
|
'@vue/shared': 3.5.13
|
||||||
estree-walker: 2.0.2
|
estree-walker: 2.0.2
|
||||||
magic-string: 0.30.17
|
magic-string: 0.30.17
|
||||||
postcss: 8.5.1
|
postcss: 8.5.2
|
||||||
source-map-js: 1.2.1
|
source-map-js: 1.2.1
|
||||||
|
|
||||||
'@vue/compiler-ssr@3.5.13':
|
'@vue/compiler-ssr@3.5.13':
|
||||||
|
@ -5252,7 +5252,7 @@ snapshots:
|
||||||
astro-robots-txt@1.0.0:
|
astro-robots-txt@1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
valid-filename: 4.0.0
|
valid-filename: 4.0.0
|
||||||
zod: 3.24.1
|
zod: 3.24.2
|
||||||
|
|
||||||
astro@5.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(rollup@4.34.6)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0):
|
astro@5.2.5(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(rollup@4.34.6)(terser@5.37.0)(tsx@4.19.2)(typescript@5.7.3)(yaml@2.7.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5312,9 +5312,9 @@ snapshots:
|
||||||
xxhash-wasm: 1.1.0
|
xxhash-wasm: 1.1.0
|
||||||
yargs-parser: 21.1.1
|
yargs-parser: 21.1.1
|
||||||
yocto-spinner: 0.2.0
|
yocto-spinner: 0.2.0
|
||||||
zod: 3.24.1
|
zod: 3.24.2
|
||||||
zod-to-json-schema: 3.24.1(zod@3.24.1)
|
zod-to-json-schema: 3.24.1(zod@3.24.2)
|
||||||
zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.24.1)
|
zod-to-ts: 1.2.0(typescript@5.7.3)(zod@3.24.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
sharp: 0.33.5
|
sharp: 0.33.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
|
@ -5395,7 +5395,7 @@ snapshots:
|
||||||
browserslist@4.24.4:
|
browserslist@4.24.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
caniuse-lite: 1.0.30001699
|
caniuse-lite: 1.0.30001699
|
||||||
electron-to-chromium: 1.5.96
|
electron-to-chromium: 1.5.97
|
||||||
node-releases: 2.0.19
|
node-releases: 2.0.19
|
||||||
update-browserslist-db: 1.1.2(browserslist@4.24.4)
|
update-browserslist-db: 1.1.2(browserslist@4.24.4)
|
||||||
|
|
||||||
|
@ -5541,7 +5541,7 @@ snapshots:
|
||||||
shebang-command: 2.0.0
|
shebang-command: 2.0.0
|
||||||
which: 2.0.2
|
which: 2.0.2
|
||||||
|
|
||||||
crossws@0.3.3:
|
crossws@0.3.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
uncrypto: 0.1.3
|
uncrypto: 0.1.3
|
||||||
|
|
||||||
|
@ -5653,7 +5653,7 @@ snapshots:
|
||||||
|
|
||||||
duplexer@0.1.2: {}
|
duplexer@0.1.2: {}
|
||||||
|
|
||||||
electron-to-chromium@1.5.96: {}
|
electron-to-chromium@1.5.97: {}
|
||||||
|
|
||||||
emmet@2.4.11:
|
emmet@2.4.11:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5760,24 +5760,24 @@ snapshots:
|
||||||
|
|
||||||
escape-string-regexp@5.0.0: {}
|
escape-string-regexp@5.0.0: {}
|
||||||
|
|
||||||
eslint-compat-utils@0.5.1(eslint@9.20.0(jiti@2.4.2)):
|
eslint-compat-utils@0.5.1(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-compat-utils@0.6.4(eslint@9.20.0(jiti@2.4.2)):
|
eslint-compat-utils@0.6.4(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
|
|
||||||
eslint-config-flat-gitignore@2.0.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-config-flat-gitignore@2.0.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint/compat': 1.2.6(eslint@9.20.0(jiti@2.4.2))
|
'@eslint/compat': 1.2.6(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
eslint-flat-config-utils@2.0.1:
|
eslint-flat-config-utils@2.0.1:
|
||||||
dependencies:
|
dependencies:
|
||||||
pathe: 2.0.2
|
pathe: 2.0.3
|
||||||
|
|
||||||
eslint-import-resolver-node@0.3.9:
|
eslint-import-resolver-node@0.3.9:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5787,55 +5787,55 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-json-compat-utils@0.2.1(eslint@9.20.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0):
|
eslint-json-compat-utils@0.2.1(eslint@9.20.1(jiti@2.4.2))(jsonc-eslint-parser@2.4.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
esquery: 1.6.0
|
esquery: 1.6.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
|
|
||||||
eslint-merge-processors@2.0.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-merge-processors@2.0.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
eslint-plugin-antfu@3.0.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-antfu@3.0.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
eslint-plugin-astro@1.3.1(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-astro@1.3.1(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@jridgewell/sourcemap-codec': 1.5.0
|
'@jridgewell/sourcemap-codec': 1.5.0
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
astro-eslint-parser: 1.2.1
|
astro-eslint-parser: 1.2.1
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-compat-utils: 0.6.4(eslint@9.20.0(jiti@2.4.2))
|
eslint-compat-utils: 0.6.4(eslint@9.20.1(jiti@2.4.2))
|
||||||
globals: 15.14.0
|
globals: 15.14.0
|
||||||
postcss: 8.5.1
|
postcss: 8.5.2
|
||||||
postcss-selector-parser: 7.1.0
|
postcss-selector-parser: 7.1.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-command@3.0.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-command@3.0.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@es-joy/jsdoccomment': 0.50.0
|
'@es-joy/jsdoccomment': 0.50.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
eslint-plugin-es-x@7.8.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-es-x@7.8.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-compat-utils: 0.5.1(eslint@9.20.0(jiti@2.4.2))
|
eslint-compat-utils: 0.5.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
|
|
||||||
eslint-plugin-import-x@4.6.1(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3):
|
eslint-plugin-import-x@4.6.1(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/doctrine': 0.0.9
|
'@types/doctrine': 0.0.9
|
||||||
'@typescript-eslint/scope-manager': 8.24.0
|
'@typescript-eslint/scope-manager': 8.24.0
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
doctrine: 3.0.0
|
doctrine: 3.0.0
|
||||||
enhanced-resolve: 5.18.1
|
enhanced-resolve: 5.18.1
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-import-resolver-node: 0.3.9
|
eslint-import-resolver-node: 0.3.9
|
||||||
get-tsconfig: 4.10.0
|
get-tsconfig: 4.10.0
|
||||||
is-glob: 4.0.3
|
is-glob: 4.0.3
|
||||||
|
@ -5847,14 +5847,14 @@ snapshots:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-jsdoc@50.6.3(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-jsdoc@50.6.3(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@es-joy/jsdoccomment': 0.49.0
|
'@es-joy/jsdoccomment': 0.49.0
|
||||||
are-docs-informative: 0.0.2
|
are-docs-informative: 0.0.2
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
escape-string-regexp: 4.0.0
|
escape-string-regexp: 4.0.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
espree: 10.3.0
|
espree: 10.3.0
|
||||||
esquery: 1.6.0
|
esquery: 1.6.0
|
||||||
parse-imports: 2.2.1
|
parse-imports: 2.2.1
|
||||||
|
@ -5864,12 +5864,12 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-jsonc@2.19.1(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-jsonc@2.19.1(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-compat-utils: 0.6.4(eslint@9.20.0(jiti@2.4.2))
|
eslint-compat-utils: 0.6.4(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint-json-compat-utils: 0.2.1(eslint@9.20.0(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
|
eslint-json-compat-utils: 0.2.1(eslint@9.20.1(jiti@2.4.2))(jsonc-eslint-parser@2.4.0)
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
graphemer: 1.4.0
|
graphemer: 1.4.0
|
||||||
jsonc-eslint-parser: 2.4.0
|
jsonc-eslint-parser: 2.4.0
|
||||||
|
@ -5878,12 +5878,12 @@ snapshots:
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- '@eslint/json'
|
- '@eslint/json'
|
||||||
|
|
||||||
eslint-plugin-n@17.15.1(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-n@17.15.1(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
enhanced-resolve: 5.18.1
|
enhanced-resolve: 5.18.1
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-plugin-es-x: 7.8.0(eslint@9.20.0(jiti@2.4.2))
|
eslint-plugin-es-x: 7.8.0(eslint@9.20.1(jiti@2.4.2))
|
||||||
get-tsconfig: 4.10.0
|
get-tsconfig: 4.10.0
|
||||||
globals: 15.14.0
|
globals: 15.14.0
|
||||||
ignore: 5.3.2
|
ignore: 5.3.2
|
||||||
|
@ -5892,45 +5892,45 @@ snapshots:
|
||||||
|
|
||||||
eslint-plugin-no-only-tests@3.3.0: {}
|
eslint-plugin-no-only-tests@3.3.0: {}
|
||||||
|
|
||||||
eslint-plugin-perfectionist@4.8.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3):
|
eslint-plugin-perfectionist@4.8.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@typescript-eslint/types': 8.24.0
|
'@typescript-eslint/types': 8.24.0
|
||||||
'@typescript-eslint/utils': 8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/utils': 8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
natural-orderby: 5.0.0
|
natural-orderby: 5.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
- typescript
|
- typescript
|
||||||
|
|
||||||
eslint-plugin-regexp@2.7.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-regexp@2.7.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
comment-parser: 1.4.1
|
comment-parser: 1.4.1
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
jsdoc-type-pratt-parser: 4.1.0
|
jsdoc-type-pratt-parser: 4.1.0
|
||||||
refa: 0.12.1
|
refa: 0.12.1
|
||||||
regexp-ast-analysis: 0.7.1
|
regexp-ast-analysis: 0.7.1
|
||||||
scslre: 0.3.0
|
scslre: 0.3.0
|
||||||
|
|
||||||
eslint-plugin-toml@0.12.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-toml@0.12.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-compat-utils: 0.6.4(eslint@9.20.0(jiti@2.4.2))
|
eslint-compat-utils: 0.6.4(eslint@9.20.1(jiti@2.4.2))
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
toml-eslint-parser: 0.10.0
|
toml-eslint-parser: 0.10.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-unicorn@56.0.1(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-unicorn@56.0.1(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/helper-validator-identifier': 7.25.9
|
'@babel/helper-validator-identifier': 7.25.9
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
ci-info: 4.1.0
|
ci-info: 4.1.0
|
||||||
clean-regexp: 1.0.0
|
clean-regexp: 1.0.0
|
||||||
core-js-compat: 3.40.0
|
core-js-compat: 3.40.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
esquery: 1.6.0
|
esquery: 1.6.0
|
||||||
globals: 15.14.0
|
globals: 15.14.0
|
||||||
indent-string: 4.0.0
|
indent-string: 4.0.0
|
||||||
|
@ -5943,41 +5943,41 @@ snapshots:
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
strip-indent: 3.0.0
|
strip-indent: 3.0.0
|
||||||
|
|
||||||
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-unused-imports@4.1.4(@typescript-eslint/eslint-plugin@8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.0(jiti@2.4.2))(typescript@5.7.3)
|
'@typescript-eslint/eslint-plugin': 8.24.0(@typescript-eslint/parser@8.24.0(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3))(eslint@9.20.1(jiti@2.4.2))(typescript@5.7.3)
|
||||||
|
|
||||||
eslint-plugin-vue@9.32.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-vue@9.32.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
globals: 13.24.0
|
globals: 13.24.0
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
nth-check: 2.1.1
|
nth-check: 2.1.1
|
||||||
postcss-selector-parser: 6.1.2
|
postcss-selector-parser: 6.1.2
|
||||||
semver: 7.7.1
|
semver: 7.7.1
|
||||||
vue-eslint-parser: 9.4.3(eslint@9.20.0(jiti@2.4.2))
|
vue-eslint-parser: 9.4.3(eslint@9.20.1(jiti@2.4.2))
|
||||||
xml-name-validator: 4.0.0
|
xml-name-validator: 4.0.0
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-plugin-yml@1.16.0(eslint@9.20.0(jiti@2.4.2)):
|
eslint-plugin-yml@1.16.0(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-compat-utils: 0.6.4(eslint@9.20.0(jiti@2.4.2))
|
eslint-compat-utils: 0.6.4(eslint@9.20.1(jiti@2.4.2))
|
||||||
lodash: 4.17.21
|
lodash: 4.17.21
|
||||||
natural-compare: 1.4.0
|
natural-compare: 1.4.0
|
||||||
yaml-eslint-parser: 1.2.3
|
yaml-eslint-parser: 1.2.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
|
|
||||||
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.20.0(jiti@2.4.2)):
|
eslint-processor-vue-blocks@2.0.0(@vue/compiler-sfc@3.5.13)(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@vue/compiler-sfc': 3.5.13
|
'@vue/compiler-sfc': 3.5.13
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
|
|
||||||
eslint-scope@7.2.2:
|
eslint-scope@7.2.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
@ -5993,9 +5993,9 @@ snapshots:
|
||||||
|
|
||||||
eslint-visitor-keys@4.2.0: {}
|
eslint-visitor-keys@4.2.0: {}
|
||||||
|
|
||||||
eslint@9.20.0(jiti@2.4.2):
|
eslint@9.20.1(jiti@2.4.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.0(jiti@2.4.2))
|
'@eslint-community/eslint-utils': 4.4.1(eslint@9.20.1(jiti@2.4.2))
|
||||||
'@eslint-community/regexpp': 4.12.1
|
'@eslint-community/regexpp': 4.12.1
|
||||||
'@eslint/config-array': 0.19.2
|
'@eslint/config-array': 0.19.2
|
||||||
'@eslint/core': 0.11.0
|
'@eslint/core': 0.11.0
|
||||||
|
@ -6219,7 +6219,7 @@ snapshots:
|
||||||
h3@1.15.0:
|
h3@1.15.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
cookie-es: 1.2.2
|
cookie-es: 1.2.2
|
||||||
crossws: 0.3.3
|
crossws: 0.3.4
|
||||||
defu: 6.1.4
|
defu: 6.1.4
|
||||||
destr: 2.0.3
|
destr: 2.0.3
|
||||||
iron-webcrypto: 1.2.1
|
iron-webcrypto: 1.2.1
|
||||||
|
@ -7218,7 +7218,7 @@ snapshots:
|
||||||
mlly@1.7.4:
|
mlly@1.7.4:
|
||||||
dependencies:
|
dependencies:
|
||||||
acorn: 8.14.0
|
acorn: 8.14.0
|
||||||
pathe: 2.0.2
|
pathe: 2.0.3
|
||||||
pkg-types: 1.3.1
|
pkg-types: 1.3.1
|
||||||
ufo: 1.5.4
|
ufo: 1.5.4
|
||||||
|
|
||||||
|
@ -7399,7 +7399,7 @@ snapshots:
|
||||||
|
|
||||||
pathe@1.1.2: {}
|
pathe@1.1.2: {}
|
||||||
|
|
||||||
pathe@2.0.2: {}
|
pathe@2.0.3: {}
|
||||||
|
|
||||||
perfect-debounce@1.0.0: {}
|
perfect-debounce@1.0.0: {}
|
||||||
|
|
||||||
|
@ -7423,7 +7423,7 @@ snapshots:
|
||||||
dependencies:
|
dependencies:
|
||||||
confbox: 0.1.8
|
confbox: 0.1.8
|
||||||
mlly: 1.7.4
|
mlly: 1.7.4
|
||||||
pathe: 2.0.2
|
pathe: 2.0.3
|
||||||
|
|
||||||
pluralize@8.0.0: {}
|
pluralize@8.0.0: {}
|
||||||
|
|
||||||
|
@ -7437,7 +7437,7 @@ snapshots:
|
||||||
cssesc: 3.0.0
|
cssesc: 3.0.0
|
||||||
util-deprecate: 1.0.2
|
util-deprecate: 1.0.2
|
||||||
|
|
||||||
postcss@8.5.1:
|
postcss@8.5.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
nanoid: 3.3.8
|
nanoid: 3.3.8
|
||||||
picocolors: 1.1.1
|
picocolors: 1.1.1
|
||||||
|
@ -7802,7 +7802,7 @@ snapshots:
|
||||||
htmlparser2: 8.0.2
|
htmlparser2: 8.0.2
|
||||||
is-plain-object: 5.0.0
|
is-plain-object: 5.0.0
|
||||||
parse-srcset: 1.0.2
|
parse-srcset: 1.0.2
|
||||||
postcss: 8.5.1
|
postcss: 8.5.2
|
||||||
|
|
||||||
sax@1.4.1: {}
|
sax@1.4.1: {}
|
||||||
|
|
||||||
|
@ -8166,12 +8166,12 @@ snapshots:
|
||||||
'@unocss/core': 65.4.3
|
'@unocss/core': 65.4.3
|
||||||
'@unocss/rule-utils': 0.63.6
|
'@unocss/rule-utils': 0.63.6
|
||||||
|
|
||||||
unocss@65.4.3(postcss@8.5.1)(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)):
|
unocss@65.4.3(postcss@8.5.2)(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3)):
|
||||||
dependencies:
|
dependencies:
|
||||||
'@unocss/astro': 65.4.3(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))
|
'@unocss/astro': 65.4.3(rollup@4.34.6)(vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0))(vue@3.5.13(typescript@5.7.3))
|
||||||
'@unocss/cli': 65.4.3(rollup@4.34.6)
|
'@unocss/cli': 65.4.3(rollup@4.34.6)
|
||||||
'@unocss/core': 65.4.3
|
'@unocss/core': 65.4.3
|
||||||
'@unocss/postcss': 65.4.3(postcss@8.5.1)
|
'@unocss/postcss': 65.4.3(postcss@8.5.2)
|
||||||
'@unocss/preset-attributify': 65.4.3
|
'@unocss/preset-attributify': 65.4.3
|
||||||
'@unocss/preset-icons': 65.4.3
|
'@unocss/preset-icons': 65.4.3
|
||||||
'@unocss/preset-mini': 65.4.3
|
'@unocss/preset-mini': 65.4.3
|
||||||
|
@ -8243,7 +8243,7 @@ snapshots:
|
||||||
vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
vite@6.1.0(@types/node@22.13.1)(jiti@2.4.2)(lightningcss@1.28.2)(terser@5.37.0)(tsx@4.19.2)(yaml@2.7.0):
|
||||||
dependencies:
|
dependencies:
|
||||||
esbuild: 0.24.2
|
esbuild: 0.24.2
|
||||||
postcss: 8.5.1
|
postcss: 8.5.2
|
||||||
rollup: 4.34.6
|
rollup: 4.34.6
|
||||||
optionalDependencies:
|
optionalDependencies:
|
||||||
'@types/node': 22.13.1
|
'@types/node': 22.13.1
|
||||||
|
@ -8367,10 +8367,10 @@ snapshots:
|
||||||
|
|
||||||
vscode-uri@3.1.0: {}
|
vscode-uri@3.1.0: {}
|
||||||
|
|
||||||
vue-eslint-parser@9.4.3(eslint@9.20.0(jiti@2.4.2)):
|
vue-eslint-parser@9.4.3(eslint@9.20.1(jiti@2.4.2)):
|
||||||
dependencies:
|
dependencies:
|
||||||
debug: 4.4.0
|
debug: 4.4.0
|
||||||
eslint: 9.20.0(jiti@2.4.2)
|
eslint: 9.20.1(jiti@2.4.2)
|
||||||
eslint-scope: 7.2.2
|
eslint-scope: 7.2.2
|
||||||
eslint-visitor-keys: 3.4.3
|
eslint-visitor-keys: 3.4.3
|
||||||
espree: 9.6.1
|
espree: 9.6.1
|
||||||
|
@ -8477,15 +8477,15 @@ snapshots:
|
||||||
|
|
||||||
yoctocolors@2.1.1: {}
|
yoctocolors@2.1.1: {}
|
||||||
|
|
||||||
zod-to-json-schema@3.24.1(zod@3.24.1):
|
zod-to-json-schema@3.24.1(zod@3.24.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
zod: 3.24.1
|
zod: 3.24.2
|
||||||
|
|
||||||
zod-to-ts@1.2.0(typescript@5.7.3)(zod@3.24.1):
|
zod-to-ts@1.2.0(typescript@5.7.3)(zod@3.24.2):
|
||||||
dependencies:
|
dependencies:
|
||||||
typescript: 5.7.3
|
typescript: 5.7.3
|
||||||
zod: 3.24.1
|
zod: 3.24.2
|
||||||
|
|
||||||
zod@3.24.1: {}
|
zod@3.24.2: {}
|
||||||
|
|
||||||
zwitch@2.0.4: {}
|
zwitch@2.0.4: {}
|
||||||
|
|
|
@ -41,10 +41,8 @@ h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
article img {
|
article img {
|
||||||
--at-apply: 'cursor-zoom-in';
|
/* Optimize animation performance of scrollbar */
|
||||||
/* Optimize animation performance of Scrollbar */
|
--at-apply: 'cursor-zoom-in force-gpu';
|
||||||
transform: translateZ(0);
|
|
||||||
-webkit-transform: translateZ(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Horizontal reveal animation on theme toggle */
|
/* Horizontal reveal animation on theme toggle */
|
||||||
|
@ -83,7 +81,7 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Snell Roundhand static Font */
|
/* Snell Roundhand static font */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Snell-Bold";
|
font-family: "Snell-Bold";
|
||||||
src: url("/font/Snell-Bold.woff2") format("woff2");
|
src: url("/font/Snell-Bold.woff2") format("woff2");
|
||||||
|
@ -98,7 +96,7 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
||||||
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* STIX Two Text Variable Font */
|
/* STIXTwoText variable font */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "STIX";
|
font-family: "STIX";
|
||||||
src: url("/font/STIX.woff2") format("woff2-variations");
|
src: url("/font/STIX.woff2") format("woff2-variations");
|
||||||
|
@ -115,7 +113,7 @@ html[data-theme-transition] [data-disable-transition-on-theme] {
|
||||||
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
unicode-range: U+0030-0039,U+0041-005A,U+0061-007A,U+00C1,U+00C9,U+00CD,U+00D3,U+00DA,U+00DC,U+00D1,U+00E1,U+00E9,U+00ED,U+00F3,U+00FA,U+00FC,U+00F1,U+0410-044F,U+0401,U+0451,U+0021-002F,U+003A-0040,U+00A9;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Minimal Subset of EarlySummerSerif Variable Font for UI */
|
/* Minimal subset of EarlySummerSerif variable font for ui */
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "EarlySummer-subset";
|
font-family: "EarlySummer-subset";
|
||||||
src: url("/font/EarlySummer-subset.woff2") format("woff2-variations");
|
src: url("/font/EarlySummer-subset.woff2") format("woff2-variations");
|
||||||
|
|
|
@ -44,6 +44,10 @@ export default defineConfig({
|
||||||
'backface-visibility': 'hidden',
|
'backface-visibility': 'hidden',
|
||||||
'-webkit-backface-visibility': 'hidden',
|
'-webkit-backface-visibility': 'hidden',
|
||||||
}],
|
}],
|
||||||
|
['force-gpu', {
|
||||||
|
'transform': 'translateZ(0)',
|
||||||
|
'-webkit-transform': 'translateZ(0)',
|
||||||
|
}],
|
||||||
],
|
],
|
||||||
transformers: [
|
transformers: [
|
||||||
transformerDirectives(),
|
transformerDirectives(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue