mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-29 20:00:30 +00:00
chore(deps): update dependency @tsconfig/docusaurus to v2 (#2410)
This commit is contained in:
parent
f0e767eb21
commit
5178294a47
3 changed files with 8 additions and 8 deletions
|
@ -42,7 +42,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "^2.4.1",
|
||||
"@tsconfig/docusaurus": "^1.0.7",
|
||||
"@tsconfig/docusaurus": "^2.0.0",
|
||||
"@types/react": "^18.2.18",
|
||||
"@types/react-helmet": "^6.1.6",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"@docusaurus/module-type-aliases": "^2.4.1",
|
||||
"@docusaurus/theme-classic": "^2.4.1",
|
||||
"@docusaurus/types": "^2.4.1",
|
||||
"@tsconfig/docusaurus": "^1.0.7",
|
||||
"@tsconfig/docusaurus": "^2.0.0",
|
||||
"@types/marked": "^5.0.0",
|
||||
"@types/node": "^18.17.1",
|
||||
"axios": "^1.0.0",
|
||||
|
|
|
@ -56,8 +56,8 @@ importers:
|
|||
specifier: ^2.4.1
|
||||
version: 2.4.1(react-dom@17.0.2)(react@17.0.2)
|
||||
'@tsconfig/docusaurus':
|
||||
specifier: ^1.0.7
|
||||
version: 1.0.7
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
'@types/react':
|
||||
specifier: ^18.2.18
|
||||
version: 18.2.18
|
||||
|
@ -96,8 +96,8 @@ importers:
|
|||
specifier: ^2.4.1
|
||||
version: 2.4.1(react-dom@17.0.2)(react@17.0.2)
|
||||
'@tsconfig/docusaurus':
|
||||
specifier: ^1.0.7
|
||||
version: 1.0.7
|
||||
specifier: ^2.0.0
|
||||
version: 2.0.0
|
||||
'@types/marked':
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.1
|
||||
|
@ -3182,8 +3182,8 @@ packages:
|
|||
resolution: {integrity: sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
|
||||
/@tsconfig/docusaurus@1.0.7:
|
||||
resolution: {integrity: sha512-ffTXxGIP/IRMCjuzHd6M4/HdIrw1bMfC7Bv8hMkTadnePkpe0lG0oDSdbRpSDZb2rQMAgpbWiR10BvxvNYwYrg==}
|
||||
/@tsconfig/docusaurus@2.0.0:
|
||||
resolution: {integrity: sha512-X5wptT7pXA/46/IRFTW76oR5GNjoy9qjNM/1JGhFV4QAsmLh3YUpJJA+Vpx7Ds6eEBxSxz1QrgoNEBy6rLVs8w==}
|
||||
dev: true
|
||||
|
||||
/@types/body-parser@1.19.2:
|
||||
|
|
Loading…
Reference in a new issue