Skip to content

Commit

Permalink
react deps chore (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
poocart authored Oct 17, 2023
1 parent e0876f5 commit 638f1e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.5.1] - 2023-10-17

### Added
- `react` dependencies chore.

## [0.5.0] - 2023-10-17

### Breaking Changes
Expand Down
5 changes: 2 additions & 3 deletions package-lock.json

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

3 changes: 1 addition & 2 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.5.0",
"version": "0.5.1",
"main": "dist/cjs/index.js",
"scripts": {
"rollup:build": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c",
Expand All @@ -28,7 +28,6 @@
"etherspot": "^1.41.2",
"@etherspot/prime-sdk": "^1.2.11",
"lodash.uniq": "^4.5.0",
"react": "^16.13.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.7"
},
Expand Down

0 comments on commit 638f1e5

Please sign in to comment.