0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

Fix and update shikiji core (#10063)

Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
Marawan Mohamed 2024-02-12 15:26:25 +02:00 committed by GitHub
parent 09a6273fe2
commit dac759798c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 21 additions and 15 deletions

View file

@ -0,0 +1,5 @@
---
"astro": patch
---
Moves `shikiji-core` from `devDependencies` to `dependencies` to prevent type errors

View file

@ -169,7 +169,8 @@
"resolve": "^1.22.4", "resolve": "^1.22.4",
"semver": "^7.5.4", "semver": "^7.5.4",
"server-destroy": "^1.0.1", "server-destroy": "^1.0.1",
"shikiji": "^0.9.18", "shikiji": "^0.9.19",
"shikiji-core": "^0.9.19",
"string-width": "^7.0.0", "string-width": "^7.0.0",
"strip-ansi": "^7.1.0", "strip-ansi": "^7.1.0",
"tsconfck": "^3.0.0", "tsconfck": "^3.0.0",
@ -228,7 +229,6 @@
"remark-code-titles": "^0.1.2", "remark-code-titles": "^0.1.2",
"rollup": "^4.5.0", "rollup": "^4.5.0",
"sass": "^1.69.5", "sass": "^1.69.5",
"shikiji-core": "^0.9.18",
"srcset-parse": "^1.1.0", "srcset-parse": "^1.1.0",
"unified": "^11.0.4" "unified": "^11.0.4"
}, },

View file

@ -44,7 +44,7 @@
"remark-parse": "^11.0.0", "remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0", "remark-rehype": "^11.0.0",
"remark-smartypants": "^2.0.0", "remark-smartypants": "^2.0.0",
"shikiji": "^0.9.18", "shikiji": "^0.9.19",
"unified": "^11.0.4", "unified": "^11.0.4",
"unist-util-visit": "^5.0.0", "unist-util-visit": "^5.0.0",
"vfile": "^6.0.1" "vfile": "^6.0.1"

View file

@ -654,8 +654,11 @@ importers:
specifier: ^1.0.1 specifier: ^1.0.1
version: 1.0.1 version: 1.0.1
shikiji: shikiji:
specifier: ^0.9.18 specifier: ^0.9.19
version: 0.9.18 version: 0.9.19
shikiji-core:
specifier: ^0.9.19
version: 0.9.19
string-width: string-width:
specifier: ^7.0.0 specifier: ^7.0.0
version: 7.0.0 version: 7.0.0
@ -820,9 +823,6 @@ importers:
sass: sass:
specifier: ^1.69.5 specifier: ^1.69.5
version: 1.69.6 version: 1.69.6
shikiji-core:
specifier: ^0.9.18
version: 0.9.18
srcset-parse: srcset-parse:
specifier: ^1.1.0 specifier: ^1.1.0
version: 1.1.0 version: 1.1.0
@ -5065,8 +5065,8 @@ importers:
specifier: ^2.0.0 specifier: ^2.0.0
version: 2.0.0 version: 2.0.0
shikiji: shikiji:
specifier: ^0.9.18 specifier: ^0.9.19
version: 0.9.18 version: 0.9.19
unified: unified:
specifier: ^11.0.4 specifier: ^11.0.4
version: 11.0.4 version: 11.0.4
@ -14391,13 +14391,14 @@ packages:
vscode-textmate: 5.2.0 vscode-textmate: 5.2.0
dev: true dev: true
/shikiji-core@0.9.18: /shikiji-core@0.9.19:
resolution: {integrity: sha512-PKTXptbrp/WEDjNHV8OFG9KkfhmR0pSd161kzlDDlgQ0HXAnqJYNDSjqsy1CYZMx5bSvLMy42yJj9oFTqmkNTQ==} resolution: {integrity: sha512-AFJu/vcNT21t0e6YrfadZ+9q86gvPum6iywRyt1OtIPjPFe25RQnYJyxHQPMLKCCWA992TPxmEmbNcOZCAJclw==}
dev: false
/shikiji@0.9.18: /shikiji@0.9.19:
resolution: {integrity: sha512-/tFMIdV7UQklzN13VjF0/XFzmii6C606Jc878hNezvB8ZR8FG8FW9j0I4J9EJre0owlnPntgLVPpHqy27Gs+DQ==} resolution: {integrity: sha512-Kw2NHWktdcdypCj1GkKpXH4o6Vxz8B8TykPlPuLHOGSV8VkhoCLcFOH4k19K4LXAQYRQmxg+0X/eM+m2sLhAkg==}
dependencies: dependencies:
shikiji-core: 0.9.18 shikiji-core: 0.9.19
dev: false dev: false
/side-channel@1.0.4: /side-channel@1.0.4: