deps: rollup types
This commit is contained in:
parent
255b0b6e0c
commit
484ccb1c81
2 changed files with 11 additions and 1 deletions
|
@ -46,6 +46,7 @@
|
|||
"devalue": "^4.2.0",
|
||||
"linkedom": "^0.14.12",
|
||||
"mocha": "^9.2.2",
|
||||
"rollup": "^3.19.1",
|
||||
"vite": "^4.0.3"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -3068,6 +3068,7 @@ importers:
|
|||
gray-matter: ^4.0.3
|
||||
linkedom: ^0.14.12
|
||||
mocha: ^9.2.2
|
||||
rollup: ^3.19.1
|
||||
stringify-attributes: ^3.0.0
|
||||
vite: ^4.0.3
|
||||
zod: ^3.17.3
|
||||
|
@ -3086,6 +3087,7 @@ importers:
|
|||
devalue: 4.2.3
|
||||
linkedom: 0.14.21
|
||||
mocha: 9.2.2
|
||||
rollup: 3.19.1
|
||||
vite: 4.1.2
|
||||
|
||||
packages/integrations/markdoc/test/fixtures/content-collections:
|
||||
|
@ -14661,6 +14663,13 @@ packages:
|
|||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
/rollup/3.19.1:
|
||||
resolution: {integrity: sha512-lAbrdN7neYCg/8WaoWn/ckzCtz+jr70GFfYdlf50OF7387HTg+wiuiqJRFYawwSPpqfqDNYqK7smY/ks2iAudg==}
|
||||
engines: {node: '>=14.18.0', npm: '>=8.0.0'}
|
||||
hasBin: true
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
/run-parallel/1.2.0:
|
||||
resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==}
|
||||
dependencies:
|
||||
|
@ -16203,7 +16212,7 @@ packages:
|
|||
esbuild: 0.16.17
|
||||
postcss: 8.4.21
|
||||
resolve: 1.22.1
|
||||
rollup: 3.14.0
|
||||
rollup: 3.19.1
|
||||
optionalDependencies:
|
||||
fsevents: 2.3.2
|
||||
|
||||
|
|
Loading…
Reference in a new issue