mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-08 23:27:59 -05:00
Update sinon to latest version (#2491)
This commit is contained in:
1499
package-lock.json
generated
1499
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
20
package.json
20
package.json
@@ -12,21 +12,21 @@
|
||||
"markdown-it": "^10.0.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"requirejs": "^2.3.6",
|
||||
"yargs": "^15.0.2"
|
||||
"yargs": "^15.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@alrra/travis-scripts": "^3.0.1",
|
||||
"@babel/core": "^7.7.7",
|
||||
"@babel/preset-env": "^7.7.7",
|
||||
"@babel/register": "^7.7.7",
|
||||
"@babel/core": "^7.8.3",
|
||||
"@babel/preset-env": "^7.8.3",
|
||||
"@babel/register": "^7.8.3",
|
||||
"auto-changelog": "^1.16.2",
|
||||
"chai": "^4.2.0",
|
||||
"del": "^5.1.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-plugin-jsdoc": "^18.4.3",
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-plugin-jsdoc": "^20.3.1",
|
||||
"find-parent-dir": "^0.3.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"globby": "^10.0.1",
|
||||
"globby": "^11.0.0",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-connect": "^5.7.0",
|
||||
"gulp-eslint": "^6.0.0",
|
||||
@@ -34,12 +34,12 @@
|
||||
"joi": "^14.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"json3": "^3.3.3",
|
||||
"mocha": "^6.2.2",
|
||||
"mocha": "^7.0.0",
|
||||
"mocha-headless-chrome": "^2.0.3",
|
||||
"proxyquire": "^2.1.3",
|
||||
"serve-static": "^1.14.1",
|
||||
"sinon": "2.4.1",
|
||||
"ua-parser-js": "^0.7.20"
|
||||
"sinon": "^8.1.1",
|
||||
"ua-parser-js": "^0.7.21"
|
||||
},
|
||||
"scripts": {
|
||||
"--- DEFAULT SCRIPTS ---": "",
|
||||
|
||||
@@ -36,8 +36,8 @@ describe('testPropsAll', function() {
|
||||
req.undef('testDOMProps');
|
||||
req.undef('testProps');
|
||||
|
||||
testDOMProps.reset();
|
||||
testProps.reset();
|
||||
testDOMProps.resetHistory();
|
||||
testProps.resetHistory();
|
||||
|
||||
define('testDOMProps', function() {return testDOMProps;});
|
||||
define('testProps', function() {return testProps;});
|
||||
|
||||
Reference in New Issue
Block a user