Upgrade js-yaml to 3.10.0. (#592)

* Upgrade `js-yaml` to 3.10.0.

The main fix we are wanting is outputting astral characters (emojis) as
a single escape instead of surrogate pairs: nodeca/js-yaml#368.

* Upgrade `preliminaries` front-matter parser (and dependencies).
This commit is contained in:
Caleb
2017-09-15 18:08:19 -06:00
committed by Benaiah Mischenko
parent 3195f30b8d
commit ce2278b7e5
2 changed files with 23 additions and 16 deletions

View File

@ -110,7 +110,7 @@
"immutability-helper": "^2.0.0",
"immutable": "^3.7.6",
"js-base64": "^2.1.9",
"js-yaml": "^3.7.0",
"js-yaml": "^3.10.0",
"json-loader": "^0.5.4",
"jwt-decode": "^2.1.0",
"localforage": "^1.4.2",
@ -121,9 +121,9 @@
"moment": "^2.11.2",
"node-sass": "^3.10.0",
"normalize.css": "^4.2.0",
"preliminaries": "1.1.0",
"preliminaries-parser-toml": "1.1.0",
"preliminaries-parser-yaml": "1.1.0",
"preliminaries": "^1.3.0",
"preliminaries-parser-toml": "^1.3.0",
"preliminaries-parser-yaml": "^1.3.0",
"prismjs": "^1.5.1",
"prop-types": "^15.5.10",
"react": "^15.1.0",