catchup-library-web 1.18.0 → 1.18.2

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.
package/dist/index.js CHANGED
@@ -9010,7 +9010,7 @@ var retrieveCategoryVersionCodeOptionList = () => {
9010
9010
  value: "MEB-AL-TAR-2018",
9011
9011
  text: i18n_default.t("MEB-AL-TAR-2018"),
9012
9012
  type: "HISTORY",
9013
- availableLevelList: [11]
9013
+ availableLevelList: [11, 12]
9014
9014
  },
9015
9015
  {
9016
9016
  value: "MEB-AL-ITA-2018",
package/dist/index.mjs CHANGED
@@ -8794,7 +8794,7 @@ var retrieveCategoryVersionCodeOptionList = () => {
8794
8794
  value: "MEB-AL-TAR-2018",
8795
8795
  text: i18n_default.t("MEB-AL-TAR-2018"),
8796
8796
  type: "HISTORY",
8797
- availableLevelList: [11]
8797
+ availableLevelList: [11, 12]
8798
8798
  },
8799
8799
  {
8800
8800
  value: "MEB-AL-ITA-2018",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "1.18.0",
3
+ "version": "1.18.2",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -16,11 +16,11 @@
16
16
  "mathlive": "^0.105.3"
17
17
  },
18
18
  "peerDependencies": {
19
+ "i18next": ">=22.0.0",
19
20
  "react": "^18.0.0",
21
+ "react-dnd": "^16.0.0",
20
22
  "react-dom": "^18.0.0",
21
- "i18next": ">=22.0.0",
22
23
  "react-i18next": ">=12.0.0",
23
- "react-dnd": "^16.0.0",
24
24
  "react-katex": "^3.0.0",
25
25
  "react-loader-spinner": ">=5.0.0",
26
26
  "react-modal": "^3.16.0",
@@ -32,17 +32,17 @@
32
32
  "@types/react-dom": "^18.3.0",
33
33
  "@types/react-katex": "^3.0.4",
34
34
  "@types/react-modal": "^3.16.3",
35
- "tsup": "^8.3.6",
36
- "typescript": "^5.7.3",
35
+ "i18next": "^24.2.2",
37
36
  "react": "^18.3.0",
37
+ "react-dnd": "^16.0.1",
38
38
  "react-dom": "^18.3.0",
39
- "i18next": "^24.2.2",
40
39
  "react-i18next": "^15.4.0",
41
- "react-dnd": "^16.0.1",
42
40
  "react-katex": "^3.0.1",
43
41
  "react-loader-spinner": "^6.1.6",
44
42
  "react-modal": "^3.16.3",
45
43
  "react-pdf": "^10.0.1",
46
- "react-select": "^5.10.0"
44
+ "react-select": "^5.10.0",
45
+ "tsup": "^8.3.6",
46
+ "typescript": "^5.9.2"
47
47
  }
48
48
  }
@@ -133,7 +133,7 @@ export const retrieveCategoryVersionCodeOptionList = () => {
133
133
  value: "MEB-AL-TAR-2018",
134
134
  text: i18n.t("MEB-AL-TAR-2018"),
135
135
  type: "HISTORY",
136
- availableLevelList: [11],
136
+ availableLevelList: [11, 12],
137
137
  },
138
138
  {
139
139
  value: "MEB-AL-ITA-2018",