@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digabi/exam-engine-core",
3
- "version": "19.8.8-alpha.0",
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": "17.0.2"
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": "17.0.2",
46
+ "react": "^18.2.0",
47
47
  "react-css-transition-replace": "^5.0.1",
48
- "react-dom": "17.0.2",
48
+ "react-dom": "^18.2.0",
49
49
  "react-i18next": "^13.0.2",
50
50
  "react-redux": "^8.1.1",
51
- "react-test-renderer": "17.0.2",
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": "13216320ff92df0bcc6629a094169751e7d033a9"
63
+ "gitHead": "9cba397d7cc35b576b8e5a06c85bde44992140fd"
64
64
  }