Skip to content

Commit

Permalink
Dev deps bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Puzrin committed May 22, 2020
1 parent 0c29349 commit 6f73473
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion lib/js-yaml/type/js/function.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ try {
var _require = require;
esprima = _require('esprima');
} catch (_) {
/*global window */
/* eslint-disable no-redeclare */
/* global window */
if (typeof window !== 'undefined') esprima = window.esprima;
}

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
"benchmark": "^2.1.4",
"browserify": "^16.2.2",
"codemirror": "^5.13.4",
"eslint": "^4.1.1",
"fast-check": "1.1.3",
"eslint": "^7.0.0",
"fast-check": "^1.24.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha": "^7.1.2",
"uglify-js": "^3.0.1"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions support/demo_template/base64.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@

'use strict';

/*global window*/
/*eslint-disable no-bitwise*/
/* eslint-env browser */
/* eslint-disable no-bitwise */

function noop() {}

Expand Down
2 changes: 1 addition & 1 deletion support/demo_template/demo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*global window, document, location*/
'use strict';

/* eslint-env browser */

var jsyaml = require('../../');
var codemirror = require('codemirror');
Expand Down

0 comments on commit 6f73473

Please sign in to comment.