Skip to content

Commit

Permalink
chore(merge): development
Browse files Browse the repository at this point in the history
  • Loading branch information
schnogz committed Jun 8, 2021
1 parent 8385b93 commit 94866a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"@types/redux": "3.6.0",
"@types/redux-form": "8.2.3",
"@types/styled-components": "5.1.9",
"@types/uuid": "8.3.0",
"@typescript-eslint/eslint-plugin": "4.23.0",
"@typescript-eslint/parser": "4.23.0",
"babel-jest": "26.6.3",
Expand Down Expand Up @@ -203,8 +204,5 @@
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.11.2",
"wsrun": "5.2.4"
},
"dependencies": {
"uuid": "^3.4.0"
}
}
6 changes: 1 addition & 5 deletions packages/blockchain-wallet-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
"scrypt-js": "3.0.1",
"seedrandom": "2.4.3",
"stellar-sdk": "6.0.0",
"unorm": "1.6.0",
"uuid": "^3.4.0"
},
"devDependencies": {
"@types/uuid": "^8.3.0"
"unorm": "1.6.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3589,7 +3589,7 @@
resolved "https://registry.npmjs.org/@types/urijs/-/urijs-1.19.15.tgz"
integrity sha512-pEDVREIvkyRtzpWlO5nqsUgR/JpLv9+lAzvkERCwoH2jXxl+TmaTNshhL7gjQLhfqgFUzCM6ovmoB1JssTop1A==

"@types/uuid@^8.3.0":
"@types/uuid@8.3.0":
version "8.3.0"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-8.3.0.tgz#215c231dff736d5ba92410e6d602050cce7e273f"
integrity sha512-eQ9qFW/fhfGJF8WKHGEHZEyVWfZxrT+6CLIJGBcZPfxUh/+BnEj+UCGYMlr9qZuX/2AltsvwrGqp0LhEW8D0zQ==
Expand Down

0 comments on commit 94866a2

Please sign in to comment.