Bump @types/react-syntax-highlighter from 15.5.2 to 15.5.3 (#301)
This commit is contained in:
parent
7eddb980b9
commit
3837f3f38a
|
@ -31,7 +31,7 @@
|
|||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^15.5.2",
|
||||
"@types/react-syntax-highlighter": "^15.5.3",
|
||||
"chart.js": "^3.7.1",
|
||||
"ethers": "^5.6.9",
|
||||
"highlightjs-solidity": "^2.0.5",
|
||||
|
@ -3422,9 +3422,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-syntax-highlighter": {
|
||||
"version": "15.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.2.tgz",
|
||||
"integrity": "sha512-cJJvwU8lQv/efGSo/LmPoaOqWi/B0AG4CNKKCn7HPUL25SqiPn1Vl+fV1JiUigJv97ruTZ8mo08+b8/0zoYufA==",
|
||||
"version": "15.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz",
|
||||
"integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
@ -22084,9 +22084,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-syntax-highlighter": {
|
||||
"version": "15.5.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.2.tgz",
|
||||
"integrity": "sha512-cJJvwU8lQv/efGSo/LmPoaOqWi/B0AG4CNKKCn7HPUL25SqiPn1Vl+fV1JiUigJv97ruTZ8mo08+b8/0zoYufA==",
|
||||
"version": "15.5.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-syntax-highlighter/-/react-syntax-highlighter-15.5.3.tgz",
|
||||
"integrity": "sha512-N5bgZxolo+wFuYnx4nOvIQO2P0E+KYHt3dDwb8ydUvZ96QN8Lpq60ReT+0W0JmXKZjp4udkYkIDYt9GIygBY1Q==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^15.5.2",
|
||||
"@types/react-syntax-highlighter": "^15.5.3",
|
||||
"chart.js": "^3.7.1",
|
||||
"ethers": "^5.6.9",
|
||||
"highlightjs-solidity": "^2.0.5",
|
||||
|
|
Loading…
Reference in New Issue