Skip to content

Commit 4bb9b88

Browse files
committed
Update dependencies
1 parent 48be8d2 commit 4bb9b88

4 files changed

Lines changed: 14 additions & 11 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Monogatari
2+
3+
[![Monogatari](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/detailed/b9jn8v/develop&style=flat-square&logo=cypress)](https://dashboard.cypress.io/projects/b9jn8v/runs)
4+
25
Built to bring Visual Novels to the modern web and take them to the next level, making it easy for anyone to create and distribute Visual Novels in a simple way so that anyone can enjoy them on pretty much anywhere, create games with features that no one has ever imagined... It is time for Visual Novels to evolve.
36

47
Website: https://monogatari.io/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"autoprefixer": "^9.8.6",
3838
"babel-eslint": "^10.1.0",
3939
"core-js": "^3.6.5",
40-
"cypress": "^5.1.0",
40+
"cypress": "^5.2.0",
4141
"dotenv": "^8.2.0",
4242
"electron-notarize": "^1.0.0",
4343
"eslint": "^7.9.0",
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@aegis-framework/artemis": "^0.3.24",
5454
"@aegis-framework/kayros.css": "^0.4.5",
55-
"@aegis-framework/pandora": "^0.1.6",
55+
"@aegis-framework/pandora": "^0.1.7",
5656
"@fortawesome/fontawesome-free": "^5.14.0",
5757
"animate.css": "^4.1.1",
5858
"deeply": "^3.1.0",

src/monogatari.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1939,7 +1939,7 @@ class Monogatari {
19391939
// If the new format is being used, things are a lot more simple
19401940
const { state, history, storage } = data.game;
19411941

1942-
// @Compability [<= v2.0.0.beta.15]
1942+
// @Compability [<= v2.0.0-beta.15]
19431943
// Monogatari v2.0.0-beta.15 introduced a new format to save the state of the media
19441944
// being played. Therefore, we need to check if the old format is being used in the
19451945
// save file and transform it to the new one.

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
1414
resolved "https://registry.yarnpkg.com/@aegis-framework/kayros.css/-/kayros.css-0.4.5.tgz#a6be59a19e3ef20b9329531a443935835b80f585"
1515
integrity sha512-3fdZ8/pHvv3cPPnZYkBraDrnR9FOl6hX5NW7tR/Juor1uzHTMZksDVwuHO/hLl3YfKQtO9ClqexKt8wiLShL7A==
1616

17-
"@aegis-framework/pandora@^0.1.6":
18-
version "0.1.6"
19-
resolved "https://registry.yarnpkg.com/@aegis-framework/pandora/-/pandora-0.1.6.tgz#b40c5eea9a1c913cf2f685c4c67445beddc7a99e"
20-
integrity sha512-cuyhtVU38PPingobXCwZfaue5H1Rz8ONROYb298yyqroydnQjR+UYWeaEVOtqh4pe2VgSY+8R1GiyzlIecnJBg==
17+
"@aegis-framework/pandora@^0.1.7":
18+
version "0.1.7"
19+
resolved "https://registry.yarnpkg.com/@aegis-framework/pandora/-/pandora-0.1.7.tgz#833a78d228bb672b5d1ba851d7f9f807909ad680"
20+
integrity sha512-It5FL1kpQPDOqFARYr9NhCkKLx8hPzvwkGk4pfFBXTJpDr6Z1/7W6m0AWjy2odWibKAL9tpvuK10durMZgKHqA==
2121

2222
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
2323
version "7.10.4"
@@ -2427,10 +2427,10 @@ cssstyle@^1.1.1:
24272427
dependencies:
24282428
cssom "0.3.x"
24292429

2430-
cypress@^5.1.0:
2431-
version "5.1.0"
2432-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.1.0.tgz#979e9ff3e0acd792eefd365bf104046479a9643b"
2433-
integrity sha512-craPRO+Viu4268s7eBvX5VJW8aBYcAQT+EwEccQSMY+eH1ZPwnxIgyDlmMWvxLVX9SkWxOlZbEycPyzanQScBQ==
2430+
cypress@^5.2.0:
2431+
version "5.2.0"
2432+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.2.0.tgz#6902efd90703242a2539f0623c6e1118aff01f95"
2433+
integrity sha512-9S2spcrpIXrQ+CQIKHsjRoLQyRc2ehB06clJXPXXp1zyOL/uZMM3Qc20ipNki4CcNwY0nBTQZffPbRpODeGYQg==
24342434
dependencies:
24352435
"@cypress/listr-verbose-renderer" "^0.4.1"
24362436
"@cypress/request" "^2.88.5"

0 commit comments

Comments
 (0)