@khanacademy/perseus-linter 5.2.2 → 5.3.1

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.
@@ -0,0 +1,6 @@
1
+ import Rule from "../rule";
2
+ export declare const sorterMaxCards = 10;
3
+ export declare const sorterMaxIdealCards = 5;
4
+ export declare const sorterMaxHorizontalCards = 5;
5
+ declare const _default: Rule;
6
+ export default _default;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Linter engine for Perseus",
4
4
  "author": "Khan Academy",
5
5
  "license": "MIT",
6
- "version": "5.2.2",
6
+ "version": "5.3.1",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -23,8 +23,8 @@
23
23
  ],
24
24
  "dependencies": {
25
25
  "@khanacademy/kas": "2.2.6",
26
- "@khanacademy/kmath": "2.4.48",
27
- "@khanacademy/perseus-core": "38.1.1",
26
+ "@khanacademy/kmath": "2.4.49",
27
+ "@khanacademy/perseus-core": "39.0.0",
28
28
  "@khanacademy/perseus-utils": "2.1.5",
29
29
  "@khanacademy/pure-markdown": "2.3.2"
30
30
  },