diff --git a/package-lock.json b/package-lock.json index bb8de13..99f3b8a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@types/jest": "^27.0.1", "@types/react": "^17.0.2", - "@types/react-dom": "^17.0.1", + "@types/react-dom": "^18.0.7", "jest": "^27.2.2", "ts-jest": "^26.5.1", "tslint": "^6.1.3", @@ -1559,9 +1559,9 @@ } }, "node_modules/@types/react-dom": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.1.tgz", - "integrity": "sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==", + "version": "18.0.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz", + "integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==", "dev": true, "dependencies": { "@types/react": "*" @@ -7275,9 +7275,9 @@ } }, "@types/react-dom": { - "version": "17.0.1", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.1.tgz", - "integrity": "sha512-yIVyopxQb8IDZ7SOHeTovurFq+fXiPICa+GV3gp0Xedsl+MwQlMLKmvrnEjFbQxjliH5YVAEWFh975eVNmKj7Q==", + "version": "18.0.7", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.0.7.tgz", + "integrity": "sha512-HaXc+BbqAZE1RdsK3tC8SbkFy6UL2xF76lT9rQs5JkPrJg3rWA3Ou/Lhw3YJQzEDkBpmJ79nBsfnd05WrBd2QQ==", "dev": true, "requires": { "@types/react": "*" diff --git a/package.json b/package.json index 1060972..bd8fb8f 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "devDependencies": { "@types/jest": "^27.0.1", "@types/react": "^17.0.2", - "@types/react-dom": "^17.0.1", + "@types/react-dom": "^18.0.7", "jest": "^27.2.2", "ts-jest": "^26.5.1", "tslint": "^6.1.3",