fix(deps): update dependency prosemirror-highlight to ^0.13.0 (#3206)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
149208300d
commit
40fb0b70ec
2 changed files with 11 additions and 12 deletions
|
@ -93,7 +93,7 @@
|
|||
"page-lifecycle": "^0.1.2",
|
||||
"pinia": "^2.3.1",
|
||||
"postcss-nested": "^7.0.0",
|
||||
"prosemirror-highlight": "^0.12.0",
|
||||
"prosemirror-highlight": "^0.13.0",
|
||||
"rollup-plugin-node-polyfills": "^0.2.1",
|
||||
"shiki": "^1.22.2",
|
||||
"simple-git": "^3.19.1",
|
||||
|
|
21
pnpm-lock.yaml
generated
21
pnpm-lock.yaml
generated
|
@ -200,8 +200,8 @@ importers:
|
|||
specifier: ^7.0.0
|
||||
version: 7.0.2(postcss@8.5.3)
|
||||
prosemirror-highlight:
|
||||
specifier: ^0.12.0
|
||||
version: 0.12.1(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2)
|
||||
specifier: ^0.13.0
|
||||
version: 0.13.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)
|
||||
rollup-plugin-node-polyfills:
|
||||
specifier: ^0.2.1
|
||||
version: 0.2.1
|
||||
|
@ -6714,9 +6714,10 @@ packages:
|
|||
prosemirror-gapcursor@1.3.2:
|
||||
resolution: {integrity: sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==}
|
||||
|
||||
prosemirror-highlight@0.12.1:
|
||||
resolution: {integrity: sha512-UGowSWE+jbajZKLIolDl17tV4yBNgflWzqbp1dlTjn0R9DyegygYUM6duNv5r7iMIlz3ojGBfbpQpz0i9fwX1Q==}
|
||||
prosemirror-highlight@0.13.0:
|
||||
resolution: {integrity: sha512-GIC2VCTUnukNdsEGLQWWOVpYPl/7/KrVp4xs7XMB48/4rhUrHK8hp8TEog4Irmv+2kmjx24RLnaisGOCP6U8jw==}
|
||||
peerDependencies:
|
||||
'@shikijs/types': ^1.29.2 || ^2.0.0 || ^3.0.0
|
||||
'@types/hast': ^3.0.0
|
||||
highlight.js: ^11.9.0
|
||||
lowlight: ^3.1.0
|
||||
|
@ -6724,10 +6725,11 @@ packages:
|
|||
prosemirror-state: ^1.4.3
|
||||
prosemirror-transform: ^1.8.0
|
||||
prosemirror-view: ^1.32.4
|
||||
refractor: ^4.8.1
|
||||
shiki: ^1.9.0 || ^2.0.0
|
||||
sugar-high: ^0.6.1 || ^0.7.0 || ^0.8.0
|
||||
refractor: ^5.0.0
|
||||
sugar-high: ^0.6.1 || ^0.7.0 || ^0.8.0 || ^0.9.0
|
||||
peerDependenciesMeta:
|
||||
'@shikijs/types':
|
||||
optional: true
|
||||
'@types/hast':
|
||||
optional: true
|
||||
highlight.js:
|
||||
|
@ -6744,8 +6746,6 @@ packages:
|
|||
optional: true
|
||||
refractor:
|
||||
optional: true
|
||||
shiki:
|
||||
optional: true
|
||||
sugar-high:
|
||||
optional: true
|
||||
|
||||
|
@ -16411,14 +16411,13 @@ snapshots:
|
|||
prosemirror-state: 1.4.3
|
||||
prosemirror-view: 1.32.7
|
||||
|
||||
prosemirror-highlight@0.12.1(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7)(shiki@1.22.2):
|
||||
prosemirror-highlight@0.13.0(@types/hast@3.0.4)(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-transform@1.8.0)(prosemirror-view@1.32.7):
|
||||
optionalDependencies:
|
||||
'@types/hast': 3.0.4
|
||||
prosemirror-model: 1.19.4
|
||||
prosemirror-state: 1.4.3
|
||||
prosemirror-transform: 1.8.0
|
||||
prosemirror-view: 1.32.7
|
||||
shiki: 1.22.2
|
||||
|
||||
prosemirror-history@1.3.2:
|
||||
dependencies:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue