Skip to content

Commit

Permalink
build: Update some packages.
Browse files Browse the repository at this point in the history
Update js-yaml and typeface-lato packages as part of #1132.
  • Loading branch information
manthey committed Dec 22, 2021
1 parent 2c95ab3 commit ec741fa
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 15 deletions.
2 changes: 1 addition & 1 deletion examples/build-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function writeYamlList(dir, filename, records) {
}
fs.writeFileSync(
path.resolve(dir, filename),
yaml.safeDump(records.filter(function (t) {
yaml.dump(records.filter(function (t) {
return !t.disabled;
}).map(function (t) {
return {
Expand Down
61 changes: 49 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"istanbul-instrumenter-loader": "^3.0.1",
"jaguarjs-jsdoc": "^1.0.2",
"jasmine-core": "^3.10.1",
"js-yaml": "^3.14.1",
"js-yaml": "^4.1.0",
"jsdoc": "^3.6.7",
"jsdoc-autoprivate": "0.0.1",
"jsonlint-mod": "^1.7.6",
Expand Down Expand Up @@ -92,7 +92,7 @@
"stylus": "^0.56.0",
"stylus-loader": "^3.0.2",
"touch-emulator": "^1.0.0",
"typeface-lato": "^0.0.75",
"typeface-lato": "^1.1.13",
"uglifyjs-webpack-plugin": "^1.2.5",
"url-loader": "^1.1.2",
"webpack": "^3.12.0",
Expand Down

0 comments on commit ec741fa

Please sign in to comment.