chore(deps): update dependency @types/react-dom to v18.0.6

This commit is contained in:
renovate[bot]
2022-09-06 12:15:05 +00:00
committed by Bastian
parent af708c2412
commit 724aa8ad4a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -17,7 +17,7 @@
"@types/jest": "28.1.8", "@types/jest": "28.1.8",
"@types/node": "17.0.33", "@types/node": "17.0.33",
"@types/react": "18.0.14", "@types/react": "18.0.14",
"@types/react-dom": "18.0.5", "@types/react-dom": "18.0.6",
"@types/sanitize-html": "2.6.2", "@types/sanitize-html": "2.6.2",
"@types/walk": "2.3.1", "@types/walk": "2.3.1",
"classnames": "2.3.1", "classnames": "2.3.1",
@@ -3935,9 +3935,9 @@
} }
}, },
"node_modules/@types/react-dom": { "node_modules/@types/react-dom": {
"version": "18.0.5", "version": "18.0.6",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz",
"integrity": "sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==", "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==",
"dependencies": { "dependencies": {
"@types/react": "*" "@types/react": "*"
} }
@@ -18921,9 +18921,9 @@
} }
}, },
"@types/react-dom": { "@types/react-dom": {
"version": "18.0.5", "version": "18.0.6",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.5.tgz", "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.6.tgz",
"integrity": "sha512-OWPWTUrY/NIrjsAPkAk1wW9LZeIjSvkXRhclsFO8CZcZGCOg2G0YZy4ft+rOyYxy8B7ui5iZzi9OkDebZ7/QSA==", "integrity": "sha512-/5OFZgfIPSwy+YuIBP/FgJnQnsxhZhjjrnxudMddeblOouIodEQ75X14Rr4wGSG/bknL+Omy9iWlLo1u/9GzAA==",
"requires": { "requires": {
"@types/react": "*" "@types/react": "*"
} }

View File

@@ -31,7 +31,7 @@
"@types/jest": "28.1.8", "@types/jest": "28.1.8",
"@types/node": "17.0.33", "@types/node": "17.0.33",
"@types/react": "18.0.14", "@types/react": "18.0.14",
"@types/react-dom": "18.0.5", "@types/react-dom": "18.0.6",
"@types/sanitize-html": "2.6.2", "@types/sanitize-html": "2.6.2",
"@types/walk": "2.3.1", "@types/walk": "2.3.1",
"classnames": "2.3.1", "classnames": "2.3.1",