bump recoil to latest, initializeState worked!
This commit is contained in:
parent
c0d535f1b0
commit
5591b0e683
14
package-lock.json
generated
14
package-lock.json
generated
@ -22,7 +22,7 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-contenteditable": "^3.3.6",
|
"react-contenteditable": "^3.3.6",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"recoil": "^0.5.2",
|
"recoil": "^0.7.6",
|
||||||
"sass": "^1.43.4",
|
"sass": "^1.43.4",
|
||||||
"sharp": "^0.31.1",
|
"sharp": "^0.31.1",
|
||||||
"socket.io": "^4.3.1",
|
"socket.io": "^4.3.1",
|
||||||
@ -6546,9 +6546,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/recoil": {
|
"node_modules/recoil": {
|
||||||
"version": "0.5.2",
|
"version": "0.7.6",
|
||||||
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.7.6.tgz",
|
||||||
"integrity": "sha512-Edibzpu3dbUMLy6QRg73WL8dvMl9Xqhp+kU+f2sJtXxsaXvAlxU/GcnDE8HXPkprXrhHF2e6SZozptNvjNF5fw==",
|
"integrity": "sha512-hsBEw7jFdpBCY/tu2GweiyaqHKxVj6EqF2/SfrglbKvJHhpN57SANWvPW+gE90i3Awi+A5gssOd3u+vWlT+g7g==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"hamt_plus": "1.0.2"
|
"hamt_plus": "1.0.2"
|
||||||
},
|
},
|
||||||
@ -12837,9 +12837,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"recoil": {
|
"recoil": {
|
||||||
"version": "0.5.2",
|
"version": "0.7.6",
|
||||||
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.5.2.tgz",
|
"resolved": "https://registry.npmjs.org/recoil/-/recoil-0.7.6.tgz",
|
||||||
"integrity": "sha512-Edibzpu3dbUMLy6QRg73WL8dvMl9Xqhp+kU+f2sJtXxsaXvAlxU/GcnDE8HXPkprXrhHF2e6SZozptNvjNF5fw==",
|
"integrity": "sha512-hsBEw7jFdpBCY/tu2GweiyaqHKxVj6EqF2/SfrglbKvJHhpN57SANWvPW+gE90i3Awi+A5gssOd3u+vWlT+g7g==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"hamt_plus": "1.0.2"
|
"hamt_plus": "1.0.2"
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
"react": "^18.2.0",
|
"react": "^18.2.0",
|
||||||
"react-contenteditable": "^3.3.6",
|
"react-contenteditable": "^3.3.6",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"recoil": "^0.5.2",
|
"recoil": "^0.7.6",
|
||||||
"sass": "^1.43.4",
|
"sass": "^1.43.4",
|
||||||
"sharp": "^0.31.1",
|
"sharp": "^0.31.1",
|
||||||
"socket.io": "^4.3.1",
|
"socket.io": "^4.3.1",
|
||||||
|
Loading…
Reference in New Issue
Block a user