@khanacademy/math-input 22.0.2 → 22.0.4

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/es/index.js CHANGED
@@ -16,7 +16,7 @@ import PropTypes from 'prop-types';
16
16
 
17
17
  // This file is processed by a Rollup plugin (replace) to inject the production
18
18
  const libName = "@khanacademy/math-input";
19
- const libVersion = "22.0.2";
19
+ const libVersion = "22.0.4";
20
20
  addLibraryVersionToPerseusDebug(libName, libVersion);
21
21
 
22
22
  function _extends() {
package/dist/index.js CHANGED
@@ -45,7 +45,7 @@ var PropTypes__default = /*#__PURE__*/_interopDefaultLegacy(PropTypes);
45
45
 
46
46
  // This file is processed by a Rollup plugin (replace) to inject the production
47
47
  const libName = "@khanacademy/math-input";
48
- const libVersion = "22.0.2";
48
+ const libVersion = "22.0.4";
49
49
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
50
50
 
51
51
  function _extends() {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Khan Academy's new expression editor for the mobile web.",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "22.0.2",
6
+ "version": "22.0.4",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -38,8 +38,8 @@
38
38
  ],
39
39
  "scripts": {},
40
40
  "dependencies": {
41
- "@khanacademy/keypad-context": "^1.0.7",
42
- "@khanacademy/perseus-core": "3.0.1",
41
+ "@khanacademy/keypad-context": "^1.0.9",
42
+ "@khanacademy/perseus-core": "3.0.3",
43
43
  "mathquill": "https://github.com/Khan/mathquill/releases/download/v1.0.0/mathquill-v1.0.0.tgz"
44
44
  },
45
45
  "devDependencies": {
@@ -54,7 +54,7 @@
54
54
  "aphrodite": "^1.2.5",
55
55
  "jquery": "^2.1.1",
56
56
  "katex": "0.11.1",
57
- "perseus-build-settings": "^0.4.1",
57
+ "perseus-build-settings": "^0.4.2",
58
58
  "prop-types": "15.6.1",
59
59
  "react": "^18.2.0",
60
60
  "react-dom": "^18.2.0",