diff --git a/package-lock.json b/package-lock.json index 41bd85a2..da9245de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/body-parser": "*", "@types/express": "^4.17.13", "@types/node": "^15.14.0", - "@types/react": "^17.0.43", + "@types/react": "^18.0.4", "babel-loader": "^8.2.4", "classnames": "^2.3.1", "compression": "^1.7.4", @@ -9122,9 +9122,9 @@ "integrity": "sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==" }, "node_modules/@types/react": { - "version": "17.0.43", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", - "integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.4.tgz", + "integrity": "sha512-Zm4ryWh9xQbMX6ge7Ej/nS6VBoT+9wzvwd/hZ+9EONGjBkejyyvEKndZt/DZHHj1lSU/YeTPyJAn22S3GnYchQ==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -34538,9 +34538,9 @@ "integrity": "sha512-0/HnwIfW4ki2D8L8c9GVcG5I72s9jP5GSLVF0VIXDW00kmIpA6O33G7a8n59Tmh7Nz0WUC3rSb7PTY/sdW2JzA==" }, "@types/react": { - "version": "17.0.43", - "resolved": "https://registry.npmjs.org/@types/react/-/react-17.0.43.tgz", - "integrity": "sha512-8Q+LNpdxf057brvPu1lMtC5Vn7J119xrP1aq4qiaefNioQUYANF/CYeK4NsKorSZyUGJ66g0IM+4bbjwx45o2A==", + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.0.4.tgz", + "integrity": "sha512-Zm4ryWh9xQbMX6ge7Ej/nS6VBoT+9wzvwd/hZ+9EONGjBkejyyvEKndZt/DZHHj1lSU/YeTPyJAn22S3GnYchQ==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 7f179298..3527da27 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/body-parser": "*", "@types/express": "^4.17.13", "@types/node": "^15.14.0", - "@types/react": "^17.0.43", + "@types/react": "^18.0.4", "babel-loader": "^8.2.4", "classnames": "^2.3.1", "compression": "^1.7.4",