Skip to content

Commit

Permalink
react version bump to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart committed Mar 14, 2023
1 parent f368c81 commit 52e2d61
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
29 changes: 22 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@etherspot/transaction-kit",
"description": "React Etherspot Transaction Kit",
"version": "0.0.16",
"version": "0.0.17",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand All @@ -27,7 +27,7 @@
"ethers": "^5.6.9",
"etherspot": "^1.41.2",
"lodash.uniq": "^4.5.0",
"react": ">=16.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7"
Expand Down Expand Up @@ -62,6 +62,6 @@
"typescript": "^4.7.4"
},
"peerDependencies": {
"react": ">=16.0.0"
"react": ">=18.0.0"
}
}

0 comments on commit 52e2d61

Please sign in to comment.