Update recoil to last version

This commit is contained in:
Jeremie Pardou-Piquemal 2021-04-10 21:27:50 +02:00 committed by Jérémie Pardou-Piquemal
parent 66a01a2e9e
commit ada2e86ca4
2 changed files with 12 additions and 4 deletions

14
package-lock.json generated
View file

@ -10400,6 +10400,11 @@
"through2": "^2.0.1"
}
},
"hamt_plus": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/hamt_plus/-/hamt_plus-1.0.2.tgz",
"integrity": "sha1-4hwlKWjH4zsg9qGwlM2FeHomVgE="
},
"har-schema": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
@ -15379,9 +15384,12 @@
}
},
"recoil": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.1.1.tgz",
"integrity": "sha512-3tBDWb/21DS1XA3mHRwA0cAfiyBhWN0PSxKxEWmZzh4bX0XQI/NGcq5fU35Wp6uMlJnRZ3O6bpTTb+48nVrXrA=="
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.2.0.tgz",
"integrity": "sha512-VOJfYVQ3VgmfS7L5tV9QdOR+AJhvll8yGr1+3nJPCqADulImuScGZ2sJtejPps3zfTu/o98y5kO4lje8Tx6XHw==",
"requires": {
"hamt_plus": "1.0.2"
}
},
"redent": {
"version": "3.0.0",

View file

@ -39,7 +39,7 @@
"react-use-localstorage": "^3.4.1",
"react-useportal": "^1.0.14",
"react-zoom-pan-pinch": "^1.6.1",
"recoil": "^0.1.1",
"recoil": "^0.2.0",
"socket.io-client": "^3.1.1",
"styled-components": "^5.1.1"
},