Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Fixes and various improvements #12

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15,333 changes: 0 additions & 15,333 deletions joinmarket/package-lock.json

This file was deleted.

14 changes: 7 additions & 7 deletions joinmarket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
"proxy": "https://localhost:28183",
"dependencies": {
"@ibunker/bitcoin-react": "^0.1.13-cd",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"bootstrap": "^5.1.0",
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"moving-letters": "^1.0.1",
"react": "^17.0.2",
"react-bootstrap": "^2.0.0-beta.6",
"react-bootstrap": "^2.0.1",
"react-dom": "^17.0.2",
"react-router-dom": "^5.2.0",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"reactn": "^2.2.7",
"web-vitals": "^1.0.1"
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "react-scripts start",
Expand Down
Loading