merge pull request #10 from ieeeucsd/dependabot/npm_and_yarn/types/react-dom-18.0.8
bump @types/react-dom from 18.0.7 to 18.0.8
This commit is contained in:
commit
c3d5f3d905
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@types/express": "^4.17.14",
|
||||
"@types/mongoose": "^5.11.97",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/react-dom": "^18.0.7",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/ws": "^8.5.3",
|
||||
"express": "^4.18.2",
|
||||
"mongoose": "^6.7.0",
|
||||
|
@ -3051,9 +3051,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/react-dom": {
|
||||
"version": "18.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz",
|
||||
"integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==",
|
||||
"version": "18.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz",
|
||||
"integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==",
|
||||
"dependencies": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
@ -11075,9 +11075,9 @@
|
|||
}
|
||||
},
|
||||
"@types/react-dom": {
|
||||
"version": "18.0.7",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz",
|
||||
"integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==",
|
||||
"version": "18.0.8",
|
||||
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.8.tgz",
|
||||
"integrity": "sha512-C3GYO0HLaOkk9dDAz3Dl4sbe4AKUGTCfFIZsz3n/82dPNN8Du533HzKatDxeUYWu24wJgMP1xICqkWk1YOLOIw==",
|
||||
"requires": {
|
||||
"@types/react": "*"
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@types/express": "^4.17.14",
|
||||
"@types/mongoose": "^5.11.97",
|
||||
"@types/node": "^18.11.9",
|
||||
"@types/react-dom": "^18.0.7",
|
||||
"@types/react-dom": "^18.0.8",
|
||||
"@types/ws": "^8.5.3",
|
||||
"express": "^4.18.2",
|
||||
"mongoose": "^6.7.0",
|
||||
|
|
Loading…
Reference in a new issue