Skip to content

Commit

Permalink
fix(deps): update dependency recoil to ^0.7.0 (#561)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Apr 5, 2022
1 parent f5b8cf6 commit 0f25f5a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"react-native-sodium": "^0.4.0",
"react-native-svg": "^12.1.1",
"react-native-tab-view": "^2.x",
"recoil": "^0.6.0",
"recoil": "^0.7.0",
"recompose": "^0.30.0",
"styled-components": "^5.2.1",
"urijs": "^1.19.10"
Expand Down
8 changes: 4 additions & 4 deletions app/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8386,10 +8386,10 @@ recast@^0.20.3, recast@^0.20.4:
source-map "~0.6.1"
tslib "^2.0.1"

recoil@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.6.1.tgz#6fdf1ba6cb20b5a2e54ec4abcbdaa287e8a03fa2"
integrity sha512-J7oT3LZl2vpyFClgSUpOQjpykz84VSX/NJE/PavAtR8n7Z+whEdVBPUtwc2TEWjONeL/lJmiac2XQ+qEOQA52Q==
recoil@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.7.0.tgz#de19c6fb9816c172b0dae92cf8fe94c2c90a23ab"
integrity sha512-NYG79ZciSILFIu6Zo3aoqPOIU0Ok+dIwA9DM4NdxIx0tKXKenAZWxsalyRQyGVfxR3cVynsgVu7XCAdKNa957A==
dependencies:
hamt_plus "1.0.2"

Expand Down
2 changes: 1 addition & 1 deletion dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"react-select": "^4.3.1",
"react-with-direction": "^1.3.1",
"reactstrap": "^8.9.0",
"recoil": "^0.6.0",
"recoil": "^0.7.0",
"redux": "^4.0.5",
"sass": "^1.48.0",
"sortablejs": "^1.14.0",
Expand Down
8 changes: 4 additions & 4 deletions dashboard/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10245,10 +10245,10 @@ readdirp@~3.6.0:
dependencies:
picomatch "^2.2.1"

recoil@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.6.1.tgz#6fdf1ba6cb20b5a2e54ec4abcbdaa287e8a03fa2"
integrity sha512-J7oT3LZl2vpyFClgSUpOQjpykz84VSX/NJE/PavAtR8n7Z+whEdVBPUtwc2TEWjONeL/lJmiac2XQ+qEOQA52Q==
recoil@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/recoil/-/recoil-0.7.0.tgz#de19c6fb9816c172b0dae92cf8fe94c2c90a23ab"
integrity sha512-NYG79ZciSILFIu6Zo3aoqPOIU0Ok+dIwA9DM4NdxIx0tKXKenAZWxsalyRQyGVfxR3cVynsgVu7XCAdKNa957A==
dependencies:
hamt_plus "1.0.2"

Expand Down

0 comments on commit 0f25f5a

Please sign in to comment.