chore: upgrade webmscore

This commit is contained in:
Xmader 2021-01-05 09:13:00 -05:00
parent 3b329301c1
commit 20704eba75
No known key found for this signature in database
GPG Key ID: A20B97FB9EB730E4
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -2431,9 +2431,9 @@
} }
}, },
"webmscore": { "webmscore": {
"version": "0.12.0", "version": "0.16.1",
"resolved": "https://registry.npmjs.org/webmscore/-/webmscore-0.12.0.tgz", "resolved": "https://registry.npmjs.org/webmscore/-/webmscore-0.16.1.tgz",
"integrity": "sha512-lmie1LWQueAIih93hXGuphl6D18pdZIKLCv91Hu0n5jklJw3RZactRxGujdJbMaeRW2AjIU2FLKklcGzqdrnJA==" "integrity": "sha512-ul6Kx9zCYLZIrdkPsMjE520hIoMg/jQ7WYpIulSCknUgqe7Ou5tjNR9wRY6AgocyX9wUYKqpG+IilpcCdFxDpA=="
}, },
"word-wrap": { "word-wrap": {
"version": "1.2.3", "version": "1.2.3",

View File

@ -43,7 +43,7 @@
"inquirer": "^7.3.3", "inquirer": "^7.3.3",
"node-fetch": "^2.6.1", "node-fetch": "^2.6.1",
"ora": "^5.1.0", "ora": "^5.1.0",
"webmscore": "^0.12.0" "webmscore": "^0.16.1"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",

View File

@ -7,7 +7,7 @@ import { ScoreInfo } from './scoreinfo'
import isNodeJs from 'detect-node' import isNodeJs from 'detect-node'
import i18n from './i18n' import i18n from './i18n'
const WEBMSCORE_URL = 'https://cdn.jsdelivr.net/npm/webmscore@0.12/webmscore.js' const WEBMSCORE_URL = 'https://cdn.jsdelivr.net/npm/webmscore@0.16/webmscore.js'
// fonts for Chinese characters (CN) and Korean hangul (KR) // fonts for Chinese characters (CN) and Korean hangul (KR)
// JP characters are included in the CN font // JP characters are included in the CN font