diff options
author | 2023-10-15 13:01:00 +0200 | |
---|---|---|
committer | 2023-10-15 13:01:00 +0200 | |
commit | 2f9e2083d5783c9980cd8b9d69165128f0a5ae19 (patch) | |
tree | a9aac18a5b57c7aa48c2d48db1e82bb4c4cfe80c /packages | |
parent | 7c458514c06c95158245bba4fa3c254abd333f5a (diff) | |
download | astro-2f9e2083d5783c9980cd8b9d69165128f0a5ae19.tar.gz astro-2f9e2083d5783c9980cd8b9d69165128f0a5ae19.tar.zst astro-2f9e2083d5783c9980cd8b9d69165128f0a5ae19.zip |
chore(deps): unpin tsconfck and use 3.0.0 release (#8838)
Diffstat (limited to 'packages')
-rw-r--r-- | packages/astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index 1f6048760..510365a44 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -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", |