mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 16:55:25 +03:00
Upgrade masto
This commit is contained in:
parent
71b50382e9
commit
3cf918672e
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -17,7 +17,7 @@
|
|||
"history": "~5.3.0",
|
||||
"idb-keyval": "~6.2.0",
|
||||
"just-debounce-it": "~3.2.0",
|
||||
"masto": "~5.2.0",
|
||||
"masto": "~5.4.0",
|
||||
"mem": "~9.0.2",
|
||||
"preact": "~10.11.3",
|
||||
"preact-router": "~4.1.0",
|
||||
|
@ -4183,9 +4183,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/masto": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.2.0.tgz",
|
||||
"integrity": "sha512-71pKUdPZDuQSPJqRJSwsZ/QqvO/arOkdRyXEyOdeU9QukQ30OEW1M9BCGBp/b9Lbf6R7d9oCCdefmxXCSAzlFg==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.4.0.tgz",
|
||||
"integrity": "sha512-Th/EOyVIPMPJQ1GldBx9vcaDagWUUsco+R4D7AfDR0mmyXFpdwRyVp0NRe+/PMPCNFG1UnAEX0jxLzDSxIEZ5w==",
|
||||
"dependencies": {
|
||||
"@mastojs/ponyfills": "^1.0.4",
|
||||
"change-case": "^4.1.2",
|
||||
|
@ -8834,9 +8834,9 @@
|
|||
}
|
||||
},
|
||||
"masto": {
|
||||
"version": "5.2.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.2.0.tgz",
|
||||
"integrity": "sha512-71pKUdPZDuQSPJqRJSwsZ/QqvO/arOkdRyXEyOdeU9QukQ30OEW1M9BCGBp/b9Lbf6R7d9oCCdefmxXCSAzlFg==",
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/masto/-/masto-5.4.0.tgz",
|
||||
"integrity": "sha512-Th/EOyVIPMPJQ1GldBx9vcaDagWUUsco+R4D7AfDR0mmyXFpdwRyVp0NRe+/PMPCNFG1UnAEX0jxLzDSxIEZ5w==",
|
||||
"requires": {
|
||||
"@mastojs/ponyfills": "^1.0.4",
|
||||
"change-case": "^4.1.2",
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
"history": "~5.3.0",
|
||||
"idb-keyval": "~6.2.0",
|
||||
"just-debounce-it": "~3.2.0",
|
||||
"masto": "~5.2.0",
|
||||
"masto": "~5.4.0",
|
||||
"mem": "~9.0.2",
|
||||
"preact": "~10.11.3",
|
||||
"preact-router": "~4.1.0",
|
||||
|
|
Loading…
Reference in a new issue