Update @types/react-dom to version 18.2.18

This commit is contained in:
depfu[bot]
2024-01-15 09:40:22 +00:00
parent d81df7e6fa
commit 131c4bd479
2 changed files with 5 additions and 6 deletions
+4 -5
View File
@@ -20,7 +20,7 @@
"@trpc/server": "^10.38.1",
"@types/node": "^20.8.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",
"date-fns": "^2.30.0",
"jotai": "^2.2.2",
@@ -3628,10 +3628,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.12",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.12.tgz",
"integrity": "sha512-QWZuiA/7J/hPIGocXreCRbx7wyoeet9ooxfbSA+zbIWqyQEE7GMtRn4A37BdYyksnN+/NDnWgfxZH9UVGDw1hg==",
"license": "MIT",
"version": "18.2.18",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.18.tgz",
"integrity": "sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==",
"dependencies": {
"@types/react": "*"
}