Bump @types/react-syntax-highlighter from 15.5.4 to 15.5.5 (#346)
This commit is contained in:
parent
0536bd65a6
commit
a5f50acc0e
|
@ -30,7 +30,7 @@
|
|||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^15.5.4",
|
||||
"@types/react-syntax-highlighter": "^15.5.5",
|
||||
"chart.js": "^3.9.1",
|
||||
"ethers": "^5.7.0",
|
||||
"highlightjs-solidity": "^2.0.5",
|
||||
|
@ -1740,9 +1740,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-syntax-highlighter": {
|
||||
"version": "15.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz",
|
||||
"integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==",
|
||||
"version": "15.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz",
|
||||
"integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
@ -5667,9 +5667,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-syntax-highlighter": {
|
||||
"version": "15.5.4",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.4.tgz",
|
||||
"integrity": "sha512-GYXA4nRBG4jTGFfYMLO2/yuqyOyaQ415oeJWw6akE5gipOEsGhvXFvWhsctGVMHzAfRI7e/J0B9cpqrfMOwZhA==",
|
||||
"version": "15.5.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.5.tgz",
|
||||
"integrity": "sha512-QH3JZQXa2usAvJvSsdSUJ4Yu4j8ReuZpgRrEW+XP+Rmosbn425YshW9iGEb/pAARm8496axHhHUPRH3UmTiB6A==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^18.0.6",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^15.5.4",
|
||||
"@types/react-syntax-highlighter": "^15.5.5",
|
||||
"chart.js": "^3.9.1",
|
||||
"ethers": "^5.7.0",
|
||||
"highlightjs-solidity": "^2.0.5",
|
||||
|
|
Loading…
Reference in New Issue