ChainSafe / ssz

Typescript implementation of Simple Serialize (SSZ)
https://simpleserialize.com/
Other
50 stars 19 forks source link

chore: use @types/react v18 consistently #332

Closed twoeths closed 1 year ago

twoeths commented 1 year ago

Motivation

Fix broken build due to conflict @types/react

Description

Use @types/react v18.2.21

Closes #331

mpetrunic commented 1 year ago

@tuyennhv disabling corepack means you will use old yarn version which doesn't support workspace versions so nothing will work and certainly isn't cause of build error :)

twoeths commented 1 year ago

use corepack enable and was able to get through the build issue, so this PR is not needed