Build: update node dependencies; commit package-lock.json

- Also ignore yarn.lock
Close gh-3669
This commit is contained in:
CDAGaming 2017-06-26 11:03:45 -04:00 committed by Timmy Willison
parent 36389288e8
commit 31783e60f5
No known key found for this signature in database
GPG Key ID: 5F0C8B73EF56CE6F
3 changed files with 3854 additions and 17 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@
.DS_Store
.bower.json
.sizecache.json
yarn.lock
npm-debug.log*

3836
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -25,34 +25,34 @@
"license": "MIT",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "6.6.0",
"commitplease": "2.6.1",
"core-js": "2.2.2",
"cross-spawn": "2.2.3",
"eslint-config-jquery": "1.0.0",
"babel-preset-es2015": "6.24.1",
"commitplease": "2.7.10",
"core-js": "2.4.1",
"cross-spawn": "5.1.0",
"eslint-config-jquery": "1.0.1",
"grunt": "1.0.1",
"grunt-babel": "6.0.0",
"grunt-cli": "1.2.0",
"grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-uglify": "3.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-eslint": "19.0.0",
"grunt-eslint": "20.0.0",
"grunt-git-authors": "3.2.0",
"grunt-jsonlint": "1.0.7",
"grunt-newer": "1.2.0",
"grunt-jsonlint": "1.1.0",
"grunt-newer": "1.3.0",
"grunt-npmcopy": "0.1.0",
"gzip-js": "0.3.2",
"husky": "0.11.4",
"insight": "0.8.1",
"husky": "0.14.1",
"insight": "0.8.4",
"jsdom": "5.6.1",
"load-grunt-tasks": "3.5.0",
"load-grunt-tasks": "3.5.2",
"native-promise-only": "0.8.1",
"promises-aplus-tests": "2.1.2",
"q": "1.4.1",
"qunit-assert-step": "1.0.3",
"qunitjs": "1.23.1",
"requirejs": "2.2.0",
"sinon": "1.17.3",
"q": "1.5.0",
"qunit-assert-step": "1.1.1",
"qunitjs": "2.3.3",
"requirejs": "2.3.3",
"sinon": "2.3.5",
"sizzle": "2.3.3",
"strip-json-comments": "2.0.1",
"testswarm": "1.1.0"