@coorpacademy/app-review 0.7.2-alpha.9 → 0.7.3

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.
@@ -2,7 +2,7 @@
2
2
  "Review Title": "Review Mode",
3
3
  "Content Parent Title": "From `{{contentTitle}}` `{{contentType}}`",
4
4
  "Validate": "Validate",
5
- "Next question": "Next Question",
5
+ "Next Question": "Next Question",
6
6
  "KLF": "Key point",
7
7
  "Correct Answer": "Good Answer",
8
8
  "Wrong Answer": "Wrong Answer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.7.2-alpha.9+84d18dcd0",
3
+ "version": "0.7.3",
4
4
  "description": "",
5
5
  "engines": {
6
6
  "node": ">=16.15.0"
@@ -35,9 +35,9 @@
35
35
  "main": "lib/index.js",
36
36
  "module": "es/index.js",
37
37
  "dependencies": {
38
- "@coorpacademy/components": "10.27.0",
38
+ "@coorpacademy/components": "10.27.2",
39
39
  "@coorpacademy/redux-task": "1.1.6",
40
- "@coorpacademy/translate": "6.1.5",
40
+ "@coorpacademy/translate": "^6.1.5",
41
41
  "cross-fetch": "^3.1.5",
42
42
  "jwt-decode": "^3.1.2",
43
43
  "react-redux": "^7.2.9",
@@ -71,5 +71,5 @@
71
71
  "webpack-cli": "^4.10.0",
72
72
  "webpack-dev-server": "^4.11.1"
73
73
  },
74
- "gitHead": "84d18dcd0a82d7d82ed2b00d99d5a872f8c94404"
74
+ "gitHead": "eeed1f4a5b8f31270c33a00433de4b8efab609d7"
75
75
  }