diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 3fee5c5eb..3afa4e5f1 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,6 @@ "url": "https://github.com/jquery/jquery/issues" }, "license": "MIT", - "dependencies": {}, "devDependencies": { "@babel/core": "7.10.5", "@babel/plugin-transform-for-of": "7.10.4", @@ -47,15 +46,17 @@ "gzip-js": "0.3.2", "husky": "4.2.5", "jsdom": "19.0.0", - "karma": "^6.3.17", + "karma": "6.4.1", "karma-browserstack-launcher": "1.6.0", "karma-chrome-launcher": "3.1.1", "karma-firefox-launcher": "2.1.2", "karma-ie-launcher": "1.0.0", "karma-jsdom-launcher": "12.0.0", "karma-qunit": "4.1.2", + "karma-webkit-launcher": "2.1.0", "load-grunt-tasks": "5.1.0", "native-promise-only": "0.8.1", + "playwright-webkit": "1.29.2", "promises-aplus-tests": "2.1.2", "q": "1.5.1", "qunit": "2.10.1", |