@digabi/exam-engine-core 22.3.1-alpha.2 → 23.0.0

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": "22.3.1-alpha.2",
3
+ "version": "23.0.0",
4
4
  "main": "dist/main-bundle.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "author": "Matriculation Examination Board, Finland",
@@ -26,6 +26,7 @@
26
26
  "@fortawesome/fontawesome-svg-core": "^6.4.0",
27
27
  "@fortawesome/free-solid-svg-icons": "^6.4.0",
28
28
  "@fortawesome/react-fontawesome": "^0.2.0",
29
+ "@playwright/experimental-ct-react": "^1.48.2",
29
30
  "classnames": "^2.2.6",
30
31
  "css-loader": "^7.0.0",
31
32
  "css-minimizer-webpack-plugin": "^7.0.0",
@@ -58,5 +59,5 @@
58
59
  "webpack-bundle-analyzer": "^4.1.0",
59
60
  "webpack-cli": "^5.0.2"
60
61
  },
61
- "gitHead": "7fa69ff3a93fd9368db40abebc34535fcab23226"
62
+ "gitHead": "0598bbbb3ed8a982acbbf4aca9cd73c814da46f1"
62
63
  }