mirror of
https://github.com/withastro/astro.git
synced 2025-03-31 23:31:30 -05:00
chore(deps): unpin tsconfck and use 3.0.0 release (#8838)
This commit is contained in:
parent
7c458514c0
commit
2f9e2083d5
3 changed files with 11 additions and 5 deletions
6
.changeset/red-socks-peel.md
Normal file
6
.changeset/red-socks-peel.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
'astro': patch
|
||||
---
|
||||
|
||||
deps: unpin and update tsconfck from `3.0.0-next.9` to `^3.0.0`
|
||||
|
|
@ -167,7 +167,7 @@
|
|||
"shikiji": "^0.6.8",
|
||||
"string-width": "^6.1.0",
|
||||
"strip-ansi": "^7.1.0",
|
||||
"tsconfck": "3.0.0-next.9",
|
||||
"tsconfck": "^3.0.0",
|
||||
"unist-util-visit": "^4.1.2",
|
||||
"vfile": "^5.3.7",
|
||||
"vite": "^4.4.9",
|
||||
|
|
8
pnpm-lock.yaml
generated
8
pnpm-lock.yaml
generated
|
@ -626,8 +626,8 @@ importers:
|
|||
specifier: ^7.1.0
|
||||
version: 7.1.0
|
||||
tsconfck:
|
||||
specifier: 3.0.0-next.9
|
||||
version: 3.0.0-next.9(typescript@5.1.6)
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0(typescript@5.1.6)
|
||||
unist-util-visit:
|
||||
specifier: ^4.1.2
|
||||
version: 4.1.2
|
||||
|
@ -17138,8 +17138,8 @@ packages:
|
|||
code-block-writer: 12.0.0
|
||||
dev: true
|
||||
|
||||
/tsconfck@3.0.0-next.9(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-bgVlu3qcRUZpm9Au1IHiPDkb8XU+72bRkXrBaJsiAjIlixtkbKLe4q1odrrqG0rVHvh0Q4R3adT/nh1FwzftXA==}
|
||||
/tsconfck@3.0.0(typescript@5.1.6):
|
||||
resolution: {integrity: sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==}
|
||||
engines: {node: ^18 || >=20}
|
||||
hasBin: true
|
||||
peerDependencies:
|
||||
|
|
Loading…
Add table
Reference in a new issue