-
Notifications
You must be signed in to change notification settings - Fork 350
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4f8afad
commit 5b92f99
Showing
27 changed files
with
139 additions
and
70 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "perseus-build-settings", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"license": "MIT", | ||
"private": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Khan Academy's new expression editor for the mobile web.", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
@@ -20,7 +20,7 @@ | |
"source": "src/index.ts", | ||
"scripts": {}, | ||
"dependencies": { | ||
"@khanacademy/perseus-core": "1.1.0", | ||
"@khanacademy/perseus-core": "1.1.1", | ||
"mathquill": "git+https://[email protected]/Khan/mathquill.git#32d9f351aaa68537170b3120a52e99b8def3a2c3", | ||
"performance-now": "^0.2.0" | ||
}, | ||
|
@@ -34,7 +34,7 @@ | |
"aphrodite": "^1.1.0", | ||
"jquery": "^2.1.1", | ||
"katex": "^0.11.1", | ||
"perseus-build-settings": "^0.2.0", | ||
"perseus-build-settings": "^0.2.1", | ||
"prop-types": "15.6.1", | ||
"react": "^16.8.0", | ||
"react-dom": "^16.8.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"description": "Core Perseus API (includes renderers and widgets)", | ||
"author": "Khan Academy", | ||
"license": "MIT", | ||
"version": "11.6.0", | ||
"version": "11.6.1", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
|
@@ -22,13 +22,13 @@ | |
"test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" | ||
}, | ||
"dependencies": { | ||
"@khanacademy/kas": "^0.3.1", | ||
"@khanacademy/kmath": "^0.1.2", | ||
"@khanacademy/math-input": "^14.0.0", | ||
"@khanacademy/perseus-core": "1.1.0", | ||
"@khanacademy/perseus-linter": "^0.3.4", | ||
"@khanacademy/pure-markdown": "^0.2.6", | ||
"@khanacademy/simple-markdown": "^0.10.0" | ||
"@khanacademy/kas": "^0.3.2", | ||
"@khanacademy/kmath": "^0.1.3", | ||
"@khanacademy/math-input": "^14.0.1", | ||
"@khanacademy/perseus-core": "1.1.1", | ||
"@khanacademy/perseus-linter": "^0.3.5", | ||
"@khanacademy/pure-markdown": "^0.2.7", | ||
"@khanacademy/simple-markdown": "^0.10.1" | ||
}, | ||
"devDependencies": { | ||
"@khanacademy/wonder-blocks-button": "^4.1.3", | ||
|
@@ -58,7 +58,7 @@ | |
"katex": "^0.11.1", | ||
"lodash.debounce": "^4.0.8", | ||
"mathquill": "git+https://[email protected]/Khan/mathquill.git#32d9f351aaa68537170b3120a52e99b8def3a2c3", | ||
"perseus-build-settings": "^0.2.0", | ||
"perseus-build-settings": "^0.2.1", | ||
"prop-types": "^15.6.1", | ||
"react": "16.14.0", | ||
"react-dom": "16.14.0", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.