mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-02-03 02:37:55 +01:00
Merge pull request #959 from h3poteto/update/megalodon/0.8.1
Update megalodon version to 0.8.1
This commit is contained in:
commit
7c82bf4628
28
package-lock.json
generated
28
package-lock.json
generated
@ -13171,9 +13171,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"megalodon": {
|
||||
"version": "0.8.0",
|
||||
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-0.8.0.tgz",
|
||||
"integrity": "sha512-VSuULU8Zb4e+K943FM6sWOrwPK3Ohq6Ot3IBEpEqSlmz24ZQC0FegJb4+6kKjcJrOkynw73YVu6nTaATX0yrbg==",
|
||||
"version": "0.8.1",
|
||||
"resolved": "https://registry.npmjs.org/megalodon/-/megalodon-0.8.1.tgz",
|
||||
"integrity": "sha512-REw+Jm4C2lGwukw5Dyxo4fEXyCvu2OJINlOwWgEjYR+IX4W5kkRbmuRRG5ih2yzMrID6Opsp0wukStNNOBJqeQ==",
|
||||
"requires": {
|
||||
"@types/oauth": "^0.9.0",
|
||||
"@types/request": "^2.47.0",
|
||||
@ -13186,17 +13186,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"typescript": {
|
||||
"version": "3.5.2",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.2.tgz",
|
||||
"integrity": "sha512-7KxJovlYhTX5RaRbUdkAXN1KUZ8PwWlTzQdHV6xNqvuFOs7+WBo10TQUqT19Q/Jz2hk5v9TQDIhyLhhJY4p5AA=="
|
||||
},
|
||||
"ws": {
|
||||
"version": "7.0.1",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.0.1.tgz",
|
||||
"integrity": "sha512-ILHfMbuqLJvnSgYXLgy4kMntroJpe8hT41dOVWM8bxRuw6TK4mgMp9VJUNsZTEc5Bh+Mbs0DJT4M0N+wBG9l9A==",
|
||||
"requires": {
|
||||
"async-limiter": "^1.0.0"
|
||||
}
|
||||
"version": "3.5.3",
|
||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-3.5.3.tgz",
|
||||
"integrity": "sha512-ACzBtm/PhXBDId6a6sDJfroT2pOWt/oOnk4/dElG5G33ZL776N3Y6/6bKZJBFpd+b05F3Ct9qDjMeJmRWtE2/g=="
|
||||
}
|
||||
}
|
||||
},
|
||||
@ -22205,6 +22197,14 @@
|
||||
"signal-exit": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"ws": {
|
||||
"version": "7.1.0",
|
||||
"resolved": "https://registry.npmjs.org/ws/-/ws-7.1.0.tgz",
|
||||
"integrity": "sha512-Swie2C4fs7CkwlHu1glMePLYJJsWjzhl1vm3ZaLplD0h7OMkZyZ6kLTB/OagiU923bZrPFXuDTeEqaEN4NWG4g==",
|
||||
"requires": {
|
||||
"async-limiter": "^1.0.0"
|
||||
}
|
||||
},
|
||||
"x-is-string": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/x-is-string/-/x-is-string-0.1.0.tgz",
|
||||
|
@ -170,7 +170,7 @@
|
||||
"i18next": "^12.1.0",
|
||||
"i18next-sync-fs-backend": "^1.1.1",
|
||||
"lodash": "^4.17.11",
|
||||
"megalodon": "0.8.0",
|
||||
"megalodon": "0.8.1",
|
||||
"moment": "^2.21.0",
|
||||
"mousetrap": "^1.6.2",
|
||||
"nedb": "^1.8.0",
|
||||
|
@ -51,6 +51,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -81,6 +82,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -66,6 +66,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -96,6 +97,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -52,6 +52,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -82,6 +83,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -51,6 +51,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -81,6 +82,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -53,6 +53,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -84,6 +85,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -51,6 +51,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -81,6 +82,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -52,6 +52,7 @@ const status: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -74,6 +74,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -105,6 +106,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -136,6 +138,7 @@ const rebloggedStatus: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -51,6 +51,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -81,6 +82,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -52,6 +52,7 @@ const status: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -130,6 +132,7 @@ describe('TimelineSpace/Contents/DirectMessages', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -130,6 +132,7 @@ describe('TimelineSpace/Contents/Hashtag/Tag', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -235,6 +237,7 @@ describe('TimelineSpace/Contents/Home', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -308,6 +311,7 @@ describe('TimelineSpace/Contents/Home', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -130,6 +132,7 @@ describe('TimelineSpace/Contents/Lists/Show', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -130,6 +132,7 @@ describe('TimelineSpace/Contents/Local', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -69,6 +69,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -100,6 +101,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -131,6 +133,7 @@ const rebloggedStatus: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -69,6 +69,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -100,6 +101,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -131,6 +133,7 @@ const rebloggedStatus: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
@ -46,6 +46,7 @@ const status1: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -76,6 +77,7 @@ const status2: Status = {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
@ -130,6 +132,7 @@ describe('TimelineSpace/Contents/Local', () => {
|
||||
mentions: [],
|
||||
tags: [],
|
||||
card: null,
|
||||
poll: null,
|
||||
application: {
|
||||
name: 'Web'
|
||||
} as Application,
|
||||
|
Loading…
x
Reference in New Issue
Block a user