diff --git a/package-lock.json b/package-lock.json index 12b7f1ba29..02260115a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -36,7 +36,7 @@ "@types/google.maps": "^3.53.5", "@types/google.visualization": "0.0.73", "@types/jest": "^29.5.6", - "@types/react": "^18.2.21", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/three": "^0.140.0", "@typescript-eslint/eslint-plugin": "^5.60.0", @@ -4179,12 +4179,11 @@ "integrity": "sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==" }, "node_modules/@types/react": { - "version": "18.2.21", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.21.tgz", - "integrity": "sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA==", + "version": "18.3.3", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz", + "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==", "dependencies": { "@types/prop-types": "*", - "@types/scheduler": "*", "csstype": "^3.0.2" } }, @@ -4197,11 +4196,6 @@ "@types/react": "*" } }, - "node_modules/@types/scheduler": { - "version": "0.16.3", - "resolved": "https://registry.npmjs.org/@types/scheduler/-/scheduler-0.16.3.tgz", - "integrity": "sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ==" - }, "node_modules/@types/semver": { "version": "7.3.13", "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", diff --git a/package.json b/package.json index 03e516da2b..2869451aa8 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "@types/google.maps": "^3.53.5", "@types/google.visualization": "0.0.73", "@types/jest": "^29.5.6", - "@types/react": "^18.2.21", + "@types/react": "^18.3.3", "@types/react-dom": "^18.3.0", "@types/three": "^0.140.0", "@typescript-eslint/eslint-plugin": "^5.60.0",