@coorpacademy/player-web 4.12.22 → 4.12.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -51,5 +51,5 @@
51
51
  "You are out of lives!": "Už nemáte životy",
52
52
  "Your answer_": "Vaše odpověď:",
53
53
  "Your answers_": "Vaše odpovědi:",
54
- "Need help? Found a bug? Report it here": "Potřebujete pmoc? Našli jste chybu? Oznamte ji zde"
54
+ "Need help? Found a bug? Report it here": "Potřebujete pomoc? Našli jste chybu? Oznamte ji zde"
55
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/player-web",
3
- "version": "4.12.22",
3
+ "version": "4.12.23",
4
4
  "description": "CoorpAcademy web slide-player",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",
@@ -61,7 +61,7 @@
61
61
  "react-dom": "^17.0.2"
62
62
  },
63
63
  "dependencies": {
64
- "@coorpacademy/components": "11.20.4",
64
+ "@coorpacademy/components": "11.20.5",
65
65
  "@coorpacademy/player-services": "5.2.23",
66
66
  "@coorpacademy/player-store": "4.2.26",
67
67
  "@coorpacademy/progression-engine": "11.7.0",
@@ -70,5 +70,5 @@
70
70
  "eslint": "^8.24.0",
71
71
  "lodash": "^4.17.21"
72
72
  },
73
- "gitHead": "b89350793965ba4ca277d2f2a9c57e0a1896baaa"
73
+ "gitHead": "0d2d408d05800223e044d5967efc43ad85b3eb52"
74
74
  }