mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-02 12:13:48 +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/theme-classic": "^3.0.0",
|
||||||
"@docusaurus/types": "^3.0.0",
|
"@docusaurus/types": "^3.0.0",
|
||||||
"@tsconfig/docusaurus": "^2.0.0",
|
"@tsconfig/docusaurus": "^2.0.0",
|
||||||
"@types/marked": "^5.0.0",
|
"@types/marked": "^6.0.0",
|
||||||
"@types/node": "^20.11.30",
|
"@types/node": "^20.11.30",
|
||||||
"axios": "^1.6.8",
|
"axios": "^1.6.8",
|
||||||
"concurrently": "^8.0.0",
|
"concurrently": "^8.0.0",
|
||||||
|
|
|
@ -105,8 +105,8 @@ importers:
|
||||||
specifier: ^2.0.0
|
specifier: ^2.0.0
|
||||||
version: 2.0.2
|
version: 2.0.2
|
||||||
'@types/marked':
|
'@types/marked':
|
||||||
specifier: ^5.0.0
|
specifier: ^6.0.0
|
||||||
version: 5.0.2
|
version: 6.0.0
|
||||||
'@types/node':
|
'@types/node':
|
||||||
specifier: ^20.11.30
|
specifier: ^20.11.30
|
||||||
version: 20.11.30
|
version: 20.11.30
|
||||||
|
@ -3140,8 +3140,11 @@ packages:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@types/node': 20.11.30
|
'@types/node': 20.11.30
|
||||||
|
|
||||||
/@types/marked@5.0.2:
|
/@types/marked@6.0.0:
|
||||||
resolution: {integrity: sha512-OucS4KMHhFzhz27KxmWg7J+kIYqyqoW5kdIEI319hqARQQUTqhao3M/F+uFnDXD0Rg72iDDZxZNxq5gvctmLlg==}
|
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
|
dev: true
|
||||||
|
|
||||||
/@types/mdast@4.0.3:
|
/@types/mdast@4.0.3:
|
||||||
|
|
Loading…
Reference in a new issue