Upgrade masto
This commit is contained in:
parent
9bff95bcec
commit
4f91d9e4e9
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
||||||
"fast-deep-equal": "~3.1.3",
|
"fast-deep-equal": "~3.1.3",
|
||||||
"idb-keyval": "~6.2.0",
|
"idb-keyval": "~6.2.0",
|
||||||
"just-debounce-it": "~3.2.0",
|
"just-debounce-it": "~3.2.0",
|
||||||
"masto": "~5.5.0",
|
"masto": "~5.5.1",
|
||||||
"mem": "~9.0.2",
|
"mem": "~9.0.2",
|
||||||
"preact": "~10.11.3",
|
"preact": "~10.11.3",
|
||||||
"react-hotkeys-hook": "~4.3.2",
|
"react-hotkeys-hook": "~4.3.2",
|
||||||
|
@ -4178,9 +4178,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/masto": {
|
"node_modules/masto": {
|
||||||
"version": "5.5.0",
|
"version": "5.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.1.tgz",
|
||||||
"integrity": "sha512-EmAe76vYSR9tmUBiOqG7PwbrNFMVXaH7ce1LAr09MuXoS9RZfdEA4y7y3G0VhwTr4mGwnvWJu203CgAae7ZTEg==",
|
"integrity": "sha512-JU8cx9EtTkX+ZBIQ60yq0V39syZm5Jb7N7dfKDZHccelmBxbJ7uEol4g+nnRL3kk93NOycOUvTIOkDSvGmQAqQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mastojs/ponyfills": "^1.0.4",
|
"@mastojs/ponyfills": "^1.0.4",
|
||||||
"change-case": "^4.1.2",
|
"change-case": "^4.1.2",
|
||||||
|
@ -8858,9 +8858,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"masto": {
|
"masto": {
|
||||||
"version": "5.5.0",
|
"version": "5.5.1",
|
||||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.1.tgz",
|
||||||
"integrity": "sha512-EmAe76vYSR9tmUBiOqG7PwbrNFMVXaH7ce1LAr09MuXoS9RZfdEA4y7y3G0VhwTr4mGwnvWJu203CgAae7ZTEg==",
|
"integrity": "sha512-JU8cx9EtTkX+ZBIQ60yq0V39syZm5Jb7N7dfKDZHccelmBxbJ7uEol4g+nnRL3kk93NOycOUvTIOkDSvGmQAqQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@mastojs/ponyfills": "^1.0.4",
|
"@mastojs/ponyfills": "^1.0.4",
|
||||||
"change-case": "^4.1.2",
|
"change-case": "^4.1.2",
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"fast-deep-equal": "~3.1.3",
|
"fast-deep-equal": "~3.1.3",
|
||||||
"idb-keyval": "~6.2.0",
|
"idb-keyval": "~6.2.0",
|
||||||
"just-debounce-it": "~3.2.0",
|
"just-debounce-it": "~3.2.0",
|
||||||
"masto": "~5.5.0",
|
"masto": "~5.5.1",
|
||||||
"mem": "~9.0.2",
|
"mem": "~9.0.2",
|
||||||
"preact": "~10.11.3",
|
"preact": "~10.11.3",
|
||||||
"react-hotkeys-hook": "~4.3.2",
|
"react-hotkeys-hook": "~4.3.2",
|
||||||
|
|
Loading…
Add table
Reference in a new issue