@digabi/exam-engine-core 19.8.8-alpha.0 → 19.8.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/__tests__/tsconfig.tsbuildinfo +1 -1
- package/dist/components/RenderChildNodes.d.ts +1 -0
- package/dist/components/RenderChildNodes.d.ts.map +1 -1
- package/dist/components/grading/AnswerCharacterCounter.d.ts +1 -0
- package/dist/components/grading/AnswerCharacterCounter.d.ts.map +1 -1
- package/dist/components/grading/GradingAnswer.d.ts +1 -0
- package/dist/components/grading/GradingAnswer.d.ts.map +1 -1
- package/dist/components/grading/GradingAnswerAnnotationList.d.ts +1 -0
- package/dist/components/grading/GradingAnswerAnnotationList.d.ts.map +1 -1
- package/dist/components/shared/AnnotationLists.d.ts +1 -0
- package/dist/components/shared/AnnotationLists.d.ts.map +1 -1
- package/dist/components/shared/QuestionNumber.d.ts +1 -0
- package/dist/components/shared/QuestionNumber.d.ts.map +1 -1
- package/dist/components/shared/TableOfContents.d.ts.map +1 -1
- package/dist/components/shared/TableOfContents.js +9 -10
- package/dist/components/shared/TableOfContents.js.map +1 -1
- package/dist/main-bundle.js +1 -1
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@digabi/exam-engine-core",
|
3
|
-
"version": "19.8.8
|
3
|
+
"version": "19.8.8",
|
4
4
|
"main": "dist/main-bundle.js",
|
5
5
|
"types": "dist/index.d.ts",
|
6
6
|
"author": "Matriculation Examination Board, Finland",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"prepublishOnly": "webpack --mode=production && perl -pi -e 's|&&define.amd||' dist/main-bundle.js # Compatibility with our 💩 AMD loader"
|
20
20
|
},
|
21
21
|
"peerDependencies": {
|
22
|
-
"react": "
|
22
|
+
"react": "^18.2.0"
|
23
23
|
},
|
24
24
|
"devDependencies": {
|
25
25
|
"@digabi/noto-sans": "^2.1.0",
|
@@ -43,12 +43,12 @@
|
|
43
43
|
"postcss": "^8.0.5",
|
44
44
|
"postcss-loader": "^7.0.0",
|
45
45
|
"postcss-preset-env": "^9.1.0",
|
46
|
-
"react": "
|
46
|
+
"react": "^18.2.0",
|
47
47
|
"react-css-transition-replace": "^5.0.1",
|
48
|
-
"react-dom": "
|
48
|
+
"react-dom": "^18.2.0",
|
49
49
|
"react-i18next": "^13.0.2",
|
50
50
|
"react-redux": "^8.1.1",
|
51
|
-
"react-test-renderer": "
|
51
|
+
"react-test-renderer": "^18.2.0",
|
52
52
|
"redux": "^4.2.1",
|
53
53
|
"redux-saga": "^1.2.3",
|
54
54
|
"redux-saga-test-plan": "^4.0.6",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"webpack-bundle-analyzer": "^4.1.0",
|
61
61
|
"webpack-cli": "^5.0.2"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "9cba397d7cc35b576b8e5a06c85bde44992140fd"
|
64
64
|
}
|