diff --git a/package-lock.json b/package-lock.json index b40de10..8e6d8ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1168,12 +1168,6 @@ "integrity": "sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw==", "dev": true }, - "@babel/helper-validator-option": { - "version": "7.12.17", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.12.17.tgz", - "integrity": "sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw==", - "dev": true - }, "@babel/helper-wrap-function": { "version": "7.15.4", "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.15.4.tgz", @@ -4456,9 +4450,9 @@ } }, "@types/react-is": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-17.0.0.tgz", - "integrity": "sha512-A0DQ1YWZ0RG2+PV7neAotNCIh8gZ3z7tQnDJyS2xRPDNtAtSPcJ9YyfMP8be36Ha0kQRzbZCrrTMznA4blqO5g==", + "version": "18.2.4", + "resolved": "https://registry.npmjs.org/@types/react-is/-/react-is-18.2.4.tgz", + "integrity": "sha512-wBc7HgmbCcrvw0fZjxbgz/xrrlZKzEqmABBMeSvpTvdm25u6KI6xdIi9pRE2G0C1Lw5ETFdcn4UbYZ4/rpqUYw==", "dev": true, "requires": { "@types/react": "*" @@ -9886,9 +9880,9 @@ } }, "react-is": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", - "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" + "version": "18.2.0", + "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.2.0.tgz", + "integrity": "sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==" }, "react-test-renderer": { "version": "16.14.0", diff --git a/package.json b/package.json index 61bc826..09c20a3 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@formatjs/intl": "^1.14.3", "react": "^16.14.0", "react-dom": "^16.14.0", - "react-is": "^17.0.2" + "react-is": "^18.2.0" }, "types": "dist/index.d.ts", "scripts": { @@ -44,7 +44,7 @@ "@types/jest": "^26.0.23", "@types/lodash": "^4.14.168", "@types/react": "^17.0.31", - "@types/react-is": "^17.0.0", + "@types/react-is": "^18.2.4", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^3.10.1", "enzyme": "^3.11.0",