mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-10 17:45:36 +00:00
Update dependency @types/marked to v6 (#3544)
This commit is contained in:
parent
c526be777d
commit
b015a3cd0d
2 changed files with 8 additions and 5 deletions
|
@ -14,7 +14,7 @@
|
|||
"@docusaurus/theme-classic": "^3.0.0",
|
||||
"@docusaurus/types": "^3.0.0",
|
||||
"@tsconfig/docusaurus": "^2.0.0",
|
||||
"@types/marked": "^5.0.0",
|
||||
"@types/marked": "^6.0.0",
|
||||
"@types/node": "^20.11.30",
|
||||
"axios": "^1.6.8",
|
||||
"concurrently": "^8.0.0",
|
||||
|
|
|
@ -105,8 +105,8 @@ importers:
|
|||
specifier: ^2.0.0
|
||||
version: 2.0.2
|
||||
'@types/marked':
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.2
|
||||
specifier: ^6.0.0
|
||||
version: 6.0.0
|
||||
'@types/node':
|
||||
specifier: ^20.11.30
|
||||
version: 20.11.30
|
||||
|
@ -3140,8 +3140,11 @@ packages:
|
|||
dependencies:
|
||||
'@types/node': 20.11.30
|
||||
|
||||
/@types/marked@5.0.2:
|
||||
resolution: {integrity: sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==}
|
||||
/@types/marked@6.0.0:
|
||||
resolution: {integrity: sha512-jmjpa4BwUsmhxcfsgUit/7A9KbrC48Q0q8KvnY107ogcjGgTFDlIL3RpihNpx2Mu1hM4mdFQjoVc4O6JoGKHsA==}
|
||||
deprecated: This is a stub types definition. marked provides its own type definitions, so you do not need this installed.
|
||||
dependencies:
|
||||
marked: 12.0.1
|
||||
dev: true
|
||||
|
||||
/@types/mdast@4.0.3:
|
||||
|
|
Loading…
Reference in a new issue