chore(ui-toolkit,react-helpers,announcements): bump versions add react react-dom to peer deps (#4602)

This commit is contained in:
Ciaran McGhie 2023-08-22 18:51:13 +01:00 committed by GitHub
parent afd8650657
commit ba7b574a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 5 deletions

View File

@ -1,4 +1,8 @@
{
"name": "@vegaprotocol/announcements",
"version": "0.0.2"
"version": "0.0.2",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}

View File

@ -1,4 +1,8 @@
{
"name": "@vegaprotocol/react-helpers",
"version": "0.2.5"
"version": "0.2.5",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}

View File

@ -1,4 +1,4 @@
{
"name": "@vegaprotocol/types",
"version": "0.0.4"
"version": "0.0.5"
}

View File

@ -1,4 +1,8 @@
{
"name": "@vegaprotocol/ui-toolkit",
"version": "0.12.7"
"version": "0.12.8",
"peerDependencies": {
"react": "18.2.0",
"react-dom": "18.2.0"
}
}

View File

@ -1,5 +1,5 @@
{
"name": "@vegaprotocol/utils",
"version": "0.0.7",
"version": "0.0.8",
"type": "commonjs"
}