Merge pull request #30 from gnmyt/dependabot/npm_and_yarn/webui/types/react-dom-18.2.20

Bump @types/react-dom from 18.2.19 to 18.2.20 in /webui
This commit is contained in:
Mathias Wagner 2024-03-06 14:13:42 +01:00 committed by GitHub
commit fe6ea39849
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 10 deletions

View File

@ -23,7 +23,7 @@
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"@types/react-dom": "^18.2.20",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",
@ -1187,11 +1187,10 @@
}
},
"node_modules/@types/react-dom": {
"version": "18.2.19",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz",
"integrity": "sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==",
"version": "18.2.20",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.20.tgz",
"integrity": "sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/react": "*"
}

View File

@ -25,7 +25,7 @@
},
"devDependencies": {
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.19",
"@types/react-dom": "^18.2.20",
"@vitejs/plugin-react": "^4.2.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.0",

View File

@ -792,10 +792,10 @@
resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.11.tgz"
integrity sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==
"@types/react-dom@^18.2.19":
version "18.2.19"
resolved "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.19.tgz"
integrity sha512-aZvQL6uUbIJpjZk4U8JZGbau9KDeAwMfmhyWorxgBkqDIEf6ROjRozcmPIicqsUwPUjbkDfHKgGee1Lq65APcA==
"@types/react-dom@^18.2.20":
version "18.2.20"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-18.2.20.tgz#cbdf7abb3cc2377980bb1294bc51375016a8320f"
integrity sha512-HXN/biJY8nv20Cn9ZbCFq3liERd4CozVZmKbaiZ9KiKTrWqsP7eoGDO6OOGvJQwoVFuiXaiJ7nBBjiFFbRmQMQ==
dependencies:
"@types/react" "*"