Use v2.2.3 of ADNotations to avoid formatting issue

This commit is contained in:
Dys 2022-05-02 21:42:07 +08:00
parent af3c294a76
commit 01860fa3d0
3 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
window.format = function format(value, places, placesUnder1000) {
window.format = function format(value, places = 0, placesUnder1000 = 0) {
if (Pelle.isDoomed) {
if ((GameEnd.endState - 2.5) / 2 > Math.random()) return "END";
}

14
package-lock.json generated
View File

@ -5,7 +5,7 @@
"packages": {
"": {
"dependencies": {
"@antimatter-dimensions/notations": "^2.2.0",
"@antimatter-dimensions/notations": "^2.2.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"break_infinity.js": "^1.3.0",
"chevrotain": "^4.8.1",
@ -50,9 +50,9 @@
}
},
"node_modules/@antimatter-dimensions/notations": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@antimatter-dimensions/notations/-/notations-2.2.0.tgz",
"integrity": "sha512-EGXWMQer0Bvb1kujon6rvZdj+3k533SlfLtgoz+y35hMhsvQNoduURpZ0j+apFSpC0vpeEvVUjXqq6eUmQrJZQ==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/@antimatter-dimensions/notations/-/notations-2.2.3.tgz",
"integrity": "sha512-zMABAWkUWrbNBc50WyX5d7nz5v9fBQ4elT0abdXdUbgsBK2y3UM9JXvyZ+ULwiQmhkv1ZaofhUowJNq+3w3g+g==",
"dependencies": {
"break_infinity.js": "^1.2.0",
"tslib": "^2.0.0"
@ -16484,9 +16484,9 @@
},
"dependencies": {
"@antimatter-dimensions/notations": {
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@antimatter-dimensions/notations/-/notations-2.2.0.tgz",
"integrity": "sha512-EGXWMQer0Bvb1kujon6rvZdj+3k533SlfLtgoz+y35hMhsvQNoduURpZ0j+apFSpC0vpeEvVUjXqq6eUmQrJZQ==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/@antimatter-dimensions/notations/-/notations-2.2.3.tgz",
"integrity": "sha512-zMABAWkUWrbNBc50WyX5d7nz5v9fBQ4elT0abdXdUbgsBK2y3UM9JXvyZ+ULwiQmhkv1ZaofhUowJNq+3w3g+g==",
"requires": {
"break_infinity.js": "^1.2.0",
"tslib": "^2.0.0"

View File

@ -6,7 +6,7 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antimatter-dimensions/notations": "^2.2.0",
"@antimatter-dimensions/notations": "^2.2.3",
"@fortawesome/fontawesome-free": "^6.1.1",
"break_infinity.js": "^1.3.0",
"chevrotain": "^4.8.1",