@khanacademy/math-input 0.6.0 → 0.6.2
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/.eslintrc.js +6 -0
- package/CHANGELOG.md +12 -0
- package/package.json +8 -8
package/.eslintrc.js
ADDED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @khanacademy/math-input
|
|
2
2
|
|
|
3
|
+
## 0.6.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- bf180fe1: Fix our use of import/no-extraneous-dependencies
|
|
8
|
+
|
|
9
|
+
## 0.6.1
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 1a91b6c2: Adds missing wonder-blocks deps, makes wonder-blocks peerDeps
|
|
14
|
+
|
|
3
15
|
## 0.6.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
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": "0.6.
|
|
6
|
+
"version": "0.6.2",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
9
9
|
},
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
"performance-now": "^0.2.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@khanacademy/wonder-blocks-clickable": "^2.2.
|
|
26
|
-
"@khanacademy/wonder-blocks-color": "^1.1.
|
|
27
|
-
"@khanacademy/wonder-blocks-core": "^3.
|
|
25
|
+
"@khanacademy/wonder-blocks-clickable": "^2.2.6",
|
|
26
|
+
"@khanacademy/wonder-blocks-color": "^1.1.20",
|
|
27
|
+
"@khanacademy/wonder-blocks-core": "^4.3.0",
|
|
28
28
|
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
|
|
29
29
|
"aphrodite": "^1.1.0",
|
|
30
30
|
"jquery": "^2.1.1",
|
|
31
31
|
"katex": "^0.11.1",
|
|
32
32
|
"mathquill": "git+https://git@github.com/Khan/mathquill.git#a9ae54e057c5c1acc8244a5627acbff29901d992",
|
|
33
|
-
"perseus-build-settings": "^0.0.
|
|
33
|
+
"perseus-build-settings": "^0.0.4",
|
|
34
34
|
"prop-types": "15.6.1",
|
|
35
35
|
"react": "^16.8.0",
|
|
36
36
|
"react-dom": "^16.8.0",
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"redux": "^4.0.0"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@khanacademy/wonder-blocks-clickable": "^2.2.
|
|
45
|
-
"@khanacademy/wonder-blocks-color": "^1.1.
|
|
46
|
-
"@khanacademy/wonder-blocks-core": "^3.
|
|
44
|
+
"@khanacademy/wonder-blocks-clickable": "^2.2.6",
|
|
45
|
+
"@khanacademy/wonder-blocks-color": "^1.1.20",
|
|
46
|
+
"@khanacademy/wonder-blocks-core": "^4.3.0",
|
|
47
47
|
"@khanacademy/wonder-blocks-i18n": "^1.2.3",
|
|
48
48
|
"aphrodite": "^1.1.0",
|
|
49
49
|
"jquery": "^2.1.1",
|