diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-11-17 17:05:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 17:05:41 +0100 |
commit | 07829a166439128469ea342fb1b6005b053929f7 (patch) | |
tree | 32c81ae4ba31322b60550a68b99b27729cc946bb /package.json | |
parent | 0458f98eec3145f8d09d13429f22ab8a673a6a2a (diff) | |
download | jquery-07829a166439128469ea342fb1b6005b053929f7.tar.gz jquery-07829a166439128469ea342fb1b6005b053929f7.zip |
Build: Fix Travis build on Node.js 15 with npm 7
The `grunt-karma` version we used required Karma 3.x and it's now enforced
in npm 7. Update a few Karma & Grunt-related packages to resolve the issue.
Closes gh-4810
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/package.json b/package.json index ef590e3fd..3db6d1b58 100644 --- a/package.json +++ b/package.json @@ -23,14 +23,13 @@ "url": "https://github.com/jquery/jquery/issues" }, "license": "MIT", - "dependencies": {}, "devDependencies": { "@babel/core": "7.3.3", "@babel/plugin-transform-for-of": "7.2.0", "commitplease": "3.2.0", "core-js": "2.6.5", "eslint-config-jquery": "3.0.0", - "grunt": "1.0.3", + "grunt": "1.3.0", "grunt-babel": "8.0.0", "grunt-cli": "1.3.2", "grunt-compare-size": "0.4.2", @@ -39,21 +38,21 @@ "grunt-eslint": "22.0.0", "grunt-git-authors": "3.2.0", "grunt-jsonlint": "1.1.0", - "grunt-karma": "3.0.1", + "grunt-karma": "4.0.0", "grunt-newer": "1.3.0", - "grunt-npmcopy": "0.1.0", + "grunt-npmcopy": "0.2.0", "gzip-js": "0.3.2", "husky": "1.3.1", "insight": "0.10.1", "jsdom": "13.2.0", - "karma": "4.0.1", + "karma": "5.2.3", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "2.2.0", "karma-firefox-launcher": "1.1.0", "karma-ie-launcher": "1.0.0", - "karma-jsdom-launcher": "7.1.0", + "karma-jsdom-launcher": "8.0.2", "karma-qunit": "3.0.0", - "load-grunt-tasks": "4.0.0", + "load-grunt-tasks": "5.1.0", "native-promise-only": "0.8.1", "promises-aplus-tests": "2.1.2", "q": "1.5.1", @@ -63,7 +62,7 @@ "sinon": "2.3.7", "sizzle": "2.3.5", "strip-json-comments": "2.0.1", - "testswarm": "1.1.0", + "testswarm": "1.1.2", "uglify-js": "3.4.7" }, "scripts": { |