diff --git a/packages/datx-network/package.json b/packages/datx-network/package.json index ea319b851..b7dc61048 100644 --- a/packages/datx-network/package.json +++ b/packages/datx-network/package.json @@ -26,7 +26,7 @@ "@rollup/plugin-typescript": "^8.2.1", "@types/jest": "^26.0.20", "@types/node": "^16.0.0", - "@types/react": "^17.0.0", + "@types/react": "^18.0.15", "jest": "^26.6.3", "rollup": "^2.38.0", "rollup-plugin-exclude-dependencies-from-bundle": "^1.1.17", diff --git a/yarn.lock b/yarn.lock index eeff3a8e3..331da67b3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1569,10 +1569,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7" integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw== -"@types/react@^17.0.0": - version "17.0.14" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.14.tgz#f0629761ca02945c4e8fea99b8177f4c5c61fb0f" - integrity sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ== +"@types/react@^18.0.15": + version "18.0.15" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.15.tgz#d355644c26832dc27f3e6cbf0c4f4603fc4ab7fe" + integrity sha512-iz3BtLuIYH1uWdsv6wXYdhozhqj20oD4/Hk2DNXIn1kFsmp9x8d9QB6FnPhfkbhd2PgEONt9Q1x/ebkwjfFLow== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"