Update recoil to last version
This commit is contained in:
parent
66a01a2e9e
commit
ada2e86ca4
2 changed files with 12 additions and 4 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue