fix: fixed the react syntax highlight type def

This commit is contained in:
poyrazavsever
2026-03-11 13:19:08 +03:00
parent 0a02432a54
commit 875ea7f70e
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@
}, },
"dependencies": { "dependencies": {
"@iconify/react": "^6.0.2", "@iconify/react": "^6.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"mermaid": "^11.13.0", "mermaid": "^11.13.0",
"next": "16.1.6", "next": "16.1.6",
+10
View File
@@ -11,6 +11,9 @@ importers:
'@iconify/react': '@iconify/react':
specifier: ^6.0.2 specifier: ^6.0.2
version: 6.0.2(react@19.2.3) version: 6.0.2(react@19.2.3)
'@types/react-syntax-highlighter':
specifier: ^15.5.13
version: 15.5.13
gray-matter: gray-matter:
specifier: ^4.0.3 specifier: ^4.0.3
version: 4.0.3 version: 4.0.3
@@ -1350,6 +1353,9 @@ packages:
peerDependencies: peerDependencies:
'@types/react': ^19.2.0 '@types/react': ^19.2.0
'@types/react-syntax-highlighter@15.5.13':
resolution: {integrity: sha512-uLGJ87j6Sz8UaBAooU0T6lWJ0dBmjZgN1PZTrj05TNql2/XpC6+4HhMT5syIdFUUt+FASfCeLLv4kBygNU+8qA==}
'@types/react@19.2.14': '@types/react@19.2.14':
resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==} resolution: {integrity: sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==}
@@ -4984,6 +4990,10 @@ snapshots:
dependencies: dependencies:
'@types/react': 19.2.14 '@types/react': 19.2.14
'@types/react-syntax-highlighter@15.5.13':
dependencies:
'@types/react': 19.2.14
'@types/react@19.2.14': '@types/react@19.2.14':
dependencies: dependencies:
csstype: 3.2.3 csstype: 3.2.3