@digabi/exam-engine-core 23.27.0-alpha.0 → 23.27.1
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/__tests__/playwright/exam/TextAnswerInput.test.js +43 -2
- package/dist/__tests__/playwright/exam/TextAnswerInput.test.js.map +1 -1
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/exam/internal/ErrorIndicator.d.ts +5 -1
- package/dist/components/exam/internal/ErrorIndicator.d.ts.map +1 -1
- package/dist/components/exam/internal/ErrorIndicator.js +17 -1
- package/dist/components/exam/internal/ErrorIndicator.js.map +1 -1
- package/dist/components/exam/internal/SaveIndicator.d.ts.map +1 -1
- package/dist/components/exam/internal/SaveIndicator.js +3 -2
- package/dist/components/exam/internal/SaveIndicator.js.map +1 -1
- package/dist/components/shared/AnswerLengthInfo.js +1 -1
- package/dist/components/shared/AnswerLengthInfo.js.map +1 -1
- package/dist/i18n/fi-FI.js +1 -1
- package/dist/i18n/fi-FI.js.map +1 -1
- package/dist/i18n/sv-FI.js +1 -1
- package/dist/i18n/sv-FI.js.map +1 -1
- package/dist/main-bundle.js +2 -2
- package/dist/main-bundle.js.LICENSE.txt +1 -1
- package/package.json +16 -16
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
/*!
|
|
8
|
-
* Font Awesome Free 7.3.
|
|
8
|
+
* Font Awesome Free 7.3.1 by @fontawesome - https://fontawesome.com
|
|
9
9
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
10
10
|
* Copyright 2026 Fonticons, Inc.
|
|
11
11
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@digabi/exam-engine-core",
|
|
3
|
-
"version": "23.27.
|
|
3
|
+
"version": "23.27.1",
|
|
4
4
|
"main": "dist/main-bundle.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"repository": "https://github.com/digabi/exam-engine",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@digabi/mathquill": "^0.10.12",
|
|
28
28
|
"@digabi/noto-sans": "^3.0.0",
|
|
29
|
-
"@fortawesome/fontawesome-svg-core": "^7.3.
|
|
30
|
-
"@fortawesome/free-solid-svg-icons": "^7.3.
|
|
31
|
-
"@fortawesome/react-fontawesome": "^3.
|
|
29
|
+
"@fortawesome/fontawesome-svg-core": "^7.3.1",
|
|
30
|
+
"@fortawesome/free-solid-svg-icons": "^7.3.1",
|
|
31
|
+
"@fortawesome/react-fontawesome": "^3.5.0",
|
|
32
32
|
"@playwright/experimental-ct-react": "^1.53.0",
|
|
33
33
|
"classnames": "^2.2.6",
|
|
34
34
|
"css-loader": "^7.0.0",
|
|
@@ -36,32 +36,32 @@
|
|
|
36
36
|
"date-fns": "^4.4.0",
|
|
37
37
|
"downshift": "^9.4.0",
|
|
38
38
|
"fontfaceobserver": "^2.1.0",
|
|
39
|
-
"i18next": "^26.3.
|
|
39
|
+
"i18next": "^26.3.6",
|
|
40
40
|
"jquery": "^4.0.0",
|
|
41
|
-
"less": "^4.
|
|
41
|
+
"less": "^4.8.1",
|
|
42
42
|
"less-loader": "^12.3.3",
|
|
43
43
|
"lodash-es": "^4.18.1",
|
|
44
44
|
"mini-css-extract-plugin": "^2.10.2",
|
|
45
|
-
"postcss": "^8.5.
|
|
45
|
+
"postcss": "^8.5.24",
|
|
46
46
|
"postcss-loader": "^8.1.0",
|
|
47
47
|
"postcss-preset-env": "^10.0.0",
|
|
48
48
|
"react": "^18.2.0",
|
|
49
49
|
"react-css-transition-replace": "^5.0.1",
|
|
50
50
|
"react-dom": "^18.2.0",
|
|
51
|
-
"react-i18next": "^17.0.
|
|
51
|
+
"react-i18next": "^17.0.11",
|
|
52
52
|
"react-redux": "^9.3.0",
|
|
53
53
|
"react-test-renderer": "^18.2.0",
|
|
54
54
|
"redux": "^5.0.1",
|
|
55
|
-
"redux-saga": "^1.5.
|
|
55
|
+
"redux-saga": "^1.5.1",
|
|
56
56
|
"redux-saga-test-plan": "^4.0.6",
|
|
57
|
-
"rich-text-editor": "^8.
|
|
58
|
-
"sanitize-html": "^2.17.
|
|
57
|
+
"rich-text-editor": "^8.12.0",
|
|
58
|
+
"sanitize-html": "^2.17.6",
|
|
59
59
|
"typesafe-actions": "^5.1.0",
|
|
60
60
|
"utility-types": "^3.10.0",
|
|
61
|
-
"vite": "^8.1.
|
|
62
|
-
"webpack": "^5.
|
|
63
|
-
"webpack-bundle-analyzer": "^5.3.
|
|
64
|
-
"webpack-cli": "^7.
|
|
61
|
+
"vite": "^8.1.5",
|
|
62
|
+
"webpack": "^5.109.2",
|
|
63
|
+
"webpack-bundle-analyzer": "^5.3.1",
|
|
64
|
+
"webpack-cli": "^7.2.2"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "24afb2197ce82b87bb14296af6b48735469d5411"
|
|
67
67
|
}
|