mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
chore(deps): update dependency expect-type to v1 (#12141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
af8401ebf9
commit
c8baa387b6
2 changed files with 7 additions and 6 deletions
|
@ -211,7 +211,7 @@
|
|||
"cheerio": "1.0.0",
|
||||
"eol": "^0.10.0",
|
||||
"execa": "^8.0.1",
|
||||
"expect-type": "^0.20.0",
|
||||
"expect-type": "^1.0.0",
|
||||
"mdast-util-mdx": "^3.0.0",
|
||||
"mdast-util-mdx-jsx": "^3.1.3",
|
||||
"memfs": "^4.12.0",
|
||||
|
|
|
@ -810,8 +810,8 @@ importers:
|
|||
specifier: ^8.0.1
|
||||
version: 8.0.1
|
||||
expect-type:
|
||||
specifier: ^0.20.0
|
||||
version: 0.20.0
|
||||
specifier: ^1.0.0
|
||||
version: 1.0.0
|
||||
mdast-util-mdx:
|
||||
specifier: ^3.0.0
|
||||
version: 3.0.0
|
||||
|
@ -8256,8 +8256,8 @@ packages:
|
|||
resolution: {integrity: sha512-VyhnebXciFV2DESc+p6B+y0LjSm0krU4OgJN44qFAhBY0TJ+1V61tYD2+wHusZ6F9n5K+vl8k0sTy7PEfV4qpg==}
|
||||
engines: {node: '>=16.17'}
|
||||
|
||||
expect-type@0.20.0:
|
||||
resolution: {integrity: sha512-uHaC9LYNv6BcW+8SvXcwUUDCrrUxt3GSa61DFvTHj8JC+M0hekMFBwMlCarLQDk5bbpZ2vStpnQPIwRuV98YMw==}
|
||||
expect-type@1.0.0:
|
||||
resolution: {integrity: sha512-WcdwgWmGAE48kSHjxPVLriBuvJdJdi1VKTh7HmHvcm6WPdIT1Z04wUVX8BLiqnq0Rz5SnfJ+P0kM1RBqSLLoPQ==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
|
||||
extend-shallow@2.0.1:
|
||||
|
@ -8839,6 +8839,7 @@ packages:
|
|||
|
||||
libsql@0.4.5:
|
||||
resolution: {integrity: sha512-sorTJV6PNt94Wap27Sai5gtVLIea4Otb2LUiAUyr3p6BPOScGMKGt5F1b5X/XgkNtcsDKeX5qfeBDj+PdShclQ==}
|
||||
cpu: [x64, arm64, wasm32]
|
||||
os: [darwin, linux, win32]
|
||||
|
||||
lilconfig@2.1.0:
|
||||
|
@ -13922,7 +13923,7 @@ snapshots:
|
|||
signal-exit: 4.1.0
|
||||
strip-final-newline: 3.0.0
|
||||
|
||||
expect-type@0.20.0: {}
|
||||
expect-type@1.0.0: {}
|
||||
|
||||
extend-shallow@2.0.1:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue