diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-03-29 00:29:28 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2023-05-10 10:53:57 +0200 |
commit | f68d655aff81273d431d5e58bc8af775fc9bd231 (patch) | |
tree | f03cdd7c6363c3850dcc1588c65d08fe7e2b95ea /package.json | |
parent | 43ed5c94aa796767d635ede2f3e4750c8710f47e (diff) | |
download | jquery-ui-f68d655aff81273d431d5e58bc8af775fc9bd231.tar.gz jquery-ui-f68d655aff81273d431d5e58bc8af775fc9bd231.zip |
Build: Update dependencies, including QUnit 1 -> 2
Also, fix htmllint lang exclusion patterns.
Ref gh-2157
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/package.json b/package.json index 4c8919a5f..c4cc3ab46 100644 --- a/package.json +++ b/package.json @@ -53,20 +53,20 @@ "devDependencies": { "commitplease": "3.2.0", "eslint-config-jquery": "3.0.0", - "grunt": "1.5.3", + "grunt": "1.6.1", "grunt-bowercopy": "1.2.5", "grunt-cli": "1.4.3", "grunt-compare-size": "0.4.2", - "grunt-contrib-concat": "1.0.1", + "grunt-contrib-concat": "2.1.0", "grunt-contrib-csslint": "2.0.0", - "grunt-contrib-qunit": "5.1.1", + "grunt-contrib-qunit": "7.0.0", "grunt-contrib-requirejs": "1.0.0", - "grunt-contrib-uglify": "5.0.1", - "grunt-eslint": "23.0.0", + "grunt-contrib-uglify": "5.2.2", + "grunt-eslint": "24.0.1", "grunt-git-authors": "3.2.0", - "grunt-html": "14.5.0", + "grunt-html": "16.0.0", "load-grunt-tasks": "5.1.0", - "rimraf": "3.0.2", + "rimraf": "4.4.1", "testswarm": "1.1.2" }, "keywords": [] |