@khanacademy/perseus-linter 1.2.14 → 1.2.16

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
@@ -1834,7 +1834,7 @@ class Stack {
1834
1834
 
1835
1835
  // This file is processed by a Rollup plugin (replace) to inject the production
1836
1836
  const libName = "@khanacademy/perseus-linter";
1837
- const libVersion = "1.2.14";
1837
+ const libVersion = "1.2.16";
1838
1838
  addLibraryVersionToPerseusDebug(libName, libVersion);
1839
1839
 
1840
1840
  // Define the shape of the linter context object that is passed through the
package/dist/index.js CHANGED
@@ -1830,7 +1830,7 @@ class Stack {
1830
1830
 
1831
1831
  // This file is processed by a Rollup plugin (replace) to inject the production
1832
1832
  const libName = "@khanacademy/perseus-linter";
1833
- const libVersion = "1.2.14";
1833
+ const libVersion = "1.2.16";
1834
1834
  perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion);
1835
1835
 
1836
1836
  // Define the shape of the linter context object that is passed through the
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": "1.2.14",
6
+ "version": "1.2.16",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -26,10 +26,10 @@
26
26
  "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'"
27
27
  },
28
28
  "dependencies": {
29
- "@khanacademy/perseus-core": "3.3.0"
29
+ "@khanacademy/perseus-core": "3.5.0"
30
30
  },
31
31
  "devDependencies": {
32
- "@khanacademy/pure-markdown": "^0.3.23",
32
+ "@khanacademy/pure-markdown": "^0.3.25",
33
33
  "prop-types": "15.6.1"
34
34
  },
35
35
  "peerDependencies": {