fix(deps): update dependency slate-react to v0.83.2 (#2214)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2022-10-18 22:33:42 -07:00 committed by GitHub
parent bedb66db91
commit 1c7d946ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@ -44,7 +44,7 @@
"recoil": "0.7.6",
"sharp": "0.31.1",
"slate": "0.82.1",
"slate-react": "0.83.1",
"slate-react": "0.83.2",
"storybook-addon-designs": "6.3.1",
"storybook-addon-fetch-mock": "1.0.1",
"style-dictionary": "3.7.1",
@ -27866,9 +27866,9 @@
}
},
"node_modules/slate-react": {
"version": "0.83.1",
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.1.tgz",
"integrity": "sha512-oZ9qEBGZaFcu0TWB0j+VQ6L3+rq0eIWRXLvcDWrK+tI8VdEQYet1iqiBZAjb9WhBEXXJzauDubB9Xe/x+voRJw==",
"version": "0.83.2",
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.2.tgz",
"integrity": "sha512-V5qtPsCOiDVCMU3ovj/CWndxx9/as5/wGJxnbJDRVzuazSh+NVw/YuGTlus1fCt+Nlt6UHOhFvM7C9pXYaftPA==",
"dependencies": {
"@types/is-hotkey": "^0.1.1",
"@types/lodash": "^4.14.149",
@ -52500,9 +52500,9 @@
}
},
"slate-react": {
"version": "0.83.1",
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.1.tgz",
"integrity": "sha512-oZ9qEBGZaFcu0TWB0j+VQ6L3+rq0eIWRXLvcDWrK+tI8VdEQYet1iqiBZAjb9WhBEXXJzauDubB9Xe/x+voRJw==",
"version": "0.83.2",
"resolved": "https://registry.npmjs.org/slate-react/-/slate-react-0.83.2.tgz",
"integrity": "sha512-V5qtPsCOiDVCMU3ovj/CWndxx9/as5/wGJxnbJDRVzuazSh+NVw/YuGTlus1fCt+Nlt6UHOhFvM7C9pXYaftPA==",
"requires": {
"@types/is-hotkey": "^0.1.1",
"@types/lodash": "^4.14.149",

View File

@ -48,7 +48,7 @@
"recoil": "0.7.6",
"sharp": "0.31.1",
"slate": "0.82.1",
"slate-react": "0.83.1",
"slate-react": "0.83.2",
"storybook-addon-designs": "6.3.1",
"storybook-addon-fetch-mock": "1.0.1",
"style-dictionary": "3.7.1",