diff --git a/package.json b/package.json index ede93b9..822f7ec 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ } }, "devDependencies": { - "@types/react": "18.2.8", + "@types/react": "18.2.11", "@birthdayresearch/eslint-config": "^0.6.2", "@birthdayresearch/sticky-turbo": "^0.6.2", "@waveshq/standard-defichain-jellyfishsdk": "^0.52.1", diff --git a/packages/walletkit-core/package.json b/packages/walletkit-core/package.json index f4bc892..096db70 100644 --- a/packages/walletkit-core/package.json +++ b/packages/walletkit-core/package.json @@ -21,7 +21,7 @@ "ethers": "^5.7.2" }, "devDependencies": { - "@types/react": "18.2.8", + "@types/react": "18.2.11", "@birthdayresearch/sticky-jest": "^0.6.2" } } diff --git a/packages/walletkit-ui/package.json b/packages/walletkit-ui/package.json index d240ad8..c018cc6 100644 --- a/packages/walletkit-ui/package.json +++ b/packages/walletkit-ui/package.json @@ -20,7 +20,7 @@ "smart-buffer": "^4.2.0" }, "devDependencies": { - "@types/react": "18.2.8", + "@types/react": "18.2.11", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@testing-library/react-hooks": "^8.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 814abb9..9779c39 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^0.6.2 version: 0.6.2 '@types/react': - specifier: 18.2.8 - version: 18.2.8 + specifier: 18.2.11 + version: 18.2.11 '@waveshq/standard-defichain-jellyfishsdk': specifier: ^0.52.1 version: 0.52.1(@types/tar-fs@2.0.1) @@ -62,8 +62,8 @@ importers: specifier: ^0.6.2 version: 0.6.2(@babel/core@7.22.1)(typescript@5.1.3) '@types/react': - specifier: 18.2.8 - version: 18.2.8 + specifier: 18.2.11 + version: 18.2.11 packages/walletkit-testcontainers: dependencies: @@ -116,10 +116,10 @@ importers: version: 13.4.0(react-dom@18.2.0)(react@18.2.0) '@testing-library/react-hooks': specifier: ^8.0.1 - version: 8.0.1(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0) + version: 8.0.1(@types/react@18.2.11)(react-dom@18.2.0)(react@18.2.0) '@types/react': - specifier: 18.2.8 - version: 18.2.8 + specifier: 18.2.11 + version: 18.2.11 jest-environment-jsdom: specifier: ^29.5.0 version: 29.5.0 @@ -1533,7 +1533,7 @@ packages: redent: 3.0.0 dev: true - /@testing-library/react-hooks@8.0.1(@types/react@18.2.8)(react-dom@18.2.0)(react@18.2.0): + /@testing-library/react-hooks@8.0.1(@types/react@18.2.11)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Aqhl2IVmLt8IovEVarNDFuJDVWVvhnr9/GCU6UUnrYXwgDFF9h2L2o2P9KBni1AST5sT6riAyoukFLyjQUgD/g==} engines: {node: '>=12'} peerDependencies: @@ -1550,7 +1550,7 @@ packages: optional: true dependencies: '@babel/runtime': 7.22.3 - '@types/react': 18.2.8 + '@types/react': 18.2.11 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) react-error-boundary: 3.1.4(react@18.2.0) @@ -1629,7 +1629,7 @@ packages: /@types/hoist-non-react-statics@3.3.1: resolution: {integrity: sha512-iMIqiko6ooLrTh1joXodJK5X9xeEALT1kM5G3ZLhD3hszxBdIEd5C75U834D9mLcINgD4OyZf5uQXjkuYydWvA==} dependencies: - '@types/react': 18.2.8 + '@types/react': 18.2.11 hoist-non-react-statics: 3.3.2 /@types/istanbul-lib-coverage@2.0.4: @@ -1689,7 +1689,14 @@ packages: /@types/react-dom@18.2.4: resolution: {integrity: sha512-G2mHoTMTL4yoydITgOGwWdWMVd8sNgyEP85xVmMKAPUBwQWm9wBPQUmvbeF4V3WBY1P7mmL4BkjQ0SqUpf1snw==} dependencies: - '@types/react': 18.2.8 + '@types/react': 18.2.11 + + /@types/react@18.2.11: + resolution: {integrity: sha512-+hsJr9hmwyDecSMQAmX7drgbDpyE+EgSF6t7+5QEBAn1tQK7kl1vWZ4iRf6SjQ8lk7dyEULxUmZOIpN0W5baZA==} + dependencies: + '@types/prop-types': 15.7.5 + '@types/scheduler': 0.16.3 + csstype: 3.1.2 /@types/react@18.2.8: resolution: {integrity: sha512-lTyWUNrd8ntVkqycEEplasWy2OxNlShj3zqS0LuB1ENUGis5HodmhM7DtCoUGbxj3VW/WsGA0DUhpG6XrM7gPA==}