mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: update node dependencies; commit package-lock.json
- Also ignore yarn.lock Close gh-3669
This commit is contained in:
parent
36389288e8
commit
31783e60f5
1
.gitignore
vendored
1
.gitignore
vendored
@ -7,6 +7,7 @@
|
|||||||
.DS_Store
|
.DS_Store
|
||||||
.bower.json
|
.bower.json
|
||||||
.sizecache.json
|
.sizecache.json
|
||||||
|
yarn.lock
|
||||||
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
|
||||||
|
3836
package-lock.json
generated
Normal file
3836
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
34
package.json
34
package.json
@ -25,34 +25,34 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-preset-es2015": "6.6.0",
|
"babel-preset-es2015": "6.24.1",
|
||||||
"commitplease": "2.6.1",
|
"commitplease": "2.7.10",
|
||||||
"core-js": "2.2.2",
|
"core-js": "2.4.1",
|
||||||
"cross-spawn": "2.2.3",
|
"cross-spawn": "5.1.0",
|
||||||
"eslint-config-jquery": "1.0.0",
|
"eslint-config-jquery": "1.0.1",
|
||||||
"grunt": "1.0.1",
|
"grunt": "1.0.1",
|
||||||
"grunt-babel": "6.0.0",
|
"grunt-babel": "6.0.0",
|
||||||
"grunt-cli": "1.2.0",
|
"grunt-cli": "1.2.0",
|
||||||
"grunt-compare-size": "0.4.2",
|
"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-contrib-watch": "1.0.0",
|
||||||
"grunt-eslint": "19.0.0",
|
"grunt-eslint": "20.0.0",
|
||||||
"grunt-git-authors": "3.2.0",
|
"grunt-git-authors": "3.2.0",
|
||||||
"grunt-jsonlint": "1.0.7",
|
"grunt-jsonlint": "1.1.0",
|
||||||
"grunt-newer": "1.2.0",
|
"grunt-newer": "1.3.0",
|
||||||
"grunt-npmcopy": "0.1.0",
|
"grunt-npmcopy": "0.1.0",
|
||||||
"gzip-js": "0.3.2",
|
"gzip-js": "0.3.2",
|
||||||
"husky": "0.11.4",
|
"husky": "0.14.1",
|
||||||
"insight": "0.8.1",
|
"insight": "0.8.4",
|
||||||
"jsdom": "5.6.1",
|
"jsdom": "5.6.1",
|
||||||
"load-grunt-tasks": "3.5.0",
|
"load-grunt-tasks": "3.5.2",
|
||||||
"native-promise-only": "0.8.1",
|
"native-promise-only": "0.8.1",
|
||||||
"promises-aplus-tests": "2.1.2",
|
"promises-aplus-tests": "2.1.2",
|
||||||
"q": "1.4.1",
|
"q": "1.5.0",
|
||||||
"qunit-assert-step": "1.0.3",
|
"qunit-assert-step": "1.1.1",
|
||||||
"qunitjs": "1.23.1",
|
"qunitjs": "2.3.3",
|
||||||
"requirejs": "2.2.0",
|
"requirejs": "2.3.3",
|
||||||
"sinon": "1.17.3",
|
"sinon": "2.3.5",
|
||||||
"sizzle": "2.3.3",
|
"sizzle": "2.3.3",
|
||||||
"strip-json-comments": "2.0.1",
|
"strip-json-comments": "2.0.1",
|
||||||
"testswarm": "1.1.0"
|
"testswarm": "1.1.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user