Bump @types/react-dom from 17.0.15 to 17.0.16 (#250)
This commit is contained in:
parent
0473cbcb60
commit
cd6b439c3f
|
@ -29,7 +29,7 @@
|
|||
"@types/node": "^16.11.14",
|
||||
"@types/react": "^17.0.45",
|
||||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^17.0.15",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^13.5.2",
|
||||
"chart.js": "^3.7.1",
|
||||
|
@ -3251,9 +3251,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "17.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.15.tgz",
|
||||
"integrity": "sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==",
|
||||
"version": "17.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz",
|
||||
"integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==",
|
||||
"dependencies": {
|
||||
"@types/react": "^17"
|
||||
}
|
||||
|
@ -21731,9 +21731,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "17.0.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.15.tgz",
|
||||
"integrity": "sha512-Tr9VU9DvNoHDWlmecmcsE5ZZiUkYx+nKBzum4Oxe1K0yJVyBlfbq7H3eXjxXqJczBKqPGq3EgfTru4MgKb9+Yw==",
|
||||
"version": "17.0.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.16.tgz",
|
||||
"integrity": "sha512-DWcXf8EbMrO/gWnQU7Z88Ws/p16qxGpPyjTKTpmBSFKeE+HveVubqGO1CVK7FrwlWD5MuOcvh8gtd0/XO38NdQ==",
|
||||
"requires": {
|
||||
"@types/react": "^17"
|
||||
}
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
"@types/node": "^16.11.14",
|
||||
"@types/react": "^17.0.45",
|
||||
"@types/react-blockies": "^1.4.1",
|
||||
"@types/react-dom": "^17.0.15",
|
||||
"@types/react-dom": "^17.0.16",
|
||||
"@types/react-highlight": "^0.12.5",
|
||||
"@types/react-syntax-highlighter": "^13.5.2",
|
||||
"chart.js": "^3.7.1",
|
||||
|
|
Loading…
Reference in New Issue