1
0
Fork 0

Upgrade masto

This commit is contained in:
Lim Chee Aun 2023-01-21 00:27:20 +08:00
parent 9bff95bcec
commit 4f91d9e4e9
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -16,7 +16,7 @@
"fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0",
"masto": "~5.5.0",
"masto": "~5.5.1",
"mem": "~9.0.2",
"preact": "~10.11.3",
"react-hotkeys-hook": "~4.3.2",
@ -4178,9 +4178,9 @@
}
},
"node_modules/masto": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.0.tgz",
"integrity": "sha512-EmAe76vYSR9tmUBiOqG7PwbrNFMVXaH7ce1LAr09MuXoS9RZfdEA4y7y3G0VhwTr4mGwnvWJu203CgAae7ZTEg==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.1.tgz",
"integrity": "sha512-JU8cx9EtTkX+ZBIQ60yq0V39syZm5Jb7N7dfKDZHccelmBxbJ7uEol4g+nnRL3kk93NOycOUvTIOkDSvGmQAqQ==",
"dependencies": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",
@ -8858,9 +8858,9 @@
}
},
"masto": {
"version": "5.5.0",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.0.tgz",
"integrity": "sha512-EmAe76vYSR9tmUBiOqG7PwbrNFMVXaH7ce1LAr09MuXoS9RZfdEA4y7y3G0VhwTr4mGwnvWJu203CgAae7ZTEg==",
"version": "5.5.1",
"resolved": "https://registry.npmjs.org/masto/-/masto-5.5.1.tgz",
"integrity": "sha512-JU8cx9EtTkX+ZBIQ60yq0V39syZm5Jb7N7dfKDZHccelmBxbJ7uEol4g+nnRL3kk93NOycOUvTIOkDSvGmQAqQ==",
"requires": {
"@mastojs/ponyfills": "^1.0.4",
"change-case": "^4.1.2",

View file

@ -18,7 +18,7 @@
"fast-deep-equal": "~3.1.3",
"idb-keyval": "~6.2.0",
"just-debounce-it": "~3.2.0",
"masto": "~5.5.0",
"masto": "~5.5.1",
"mem": "~9.0.2",
"preact": "~10.11.3",
"react-hotkeys-hook": "~4.3.2",