N°7355 - Update jQuery-migrate to 3.4.1

This commit is contained in:
Molkobain
2024-03-22 16:35:41 +01:00
parent e8c4c45c5c
commit db4c70cea3
26 changed files with 1811 additions and 390 deletions

View File

@@ -3,7 +3,7 @@
"title": "jQuery Migrate",
"description": "Migrate older jQuery code to jQuery 3.0+",
"main": "dist/jquery-migrate.js",
"version": "3.1.0",
"version": "3.4.1",
"homepage": "https://github.com/jquery/jquery-migrate",
"author": {
"name": "OpenJS Foundation and other contributors",
@@ -18,7 +18,7 @@
},
"license": "MIT",
"scripts": {
"build": "grunt build",
"build": "grunt default-no-test",
"test": "grunt test",
"ci": "grunt ci"
},
@@ -26,25 +26,31 @@
"jquery": ">=3 <4"
},
"devDependencies": {
"chalk": "2.4.2",
"chalk": "5.0.1",
"commitplease": "3.2.0",
"eslint-config-jquery": "2.0.0",
"grunt": "1.0.4",
"grunt-cli": "1.3.2",
"grunt-contrib-concat": "1.0.1",
"enquirer": "2.3.6",
"eslint": "8.11.0",
"eslint-config-jquery": "3.0.0",
"eslint-plugin-import": "2.25.4",
"grunt": "1.5.3",
"grunt-cli": "1.4.3",
"grunt-compare-size": "0.4.2",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "1.1.0",
"grunt-eslint": "21.0.0",
"grunt-karma": "3.0.2",
"karma": "4.1.0",
"karma-browserstack-launcher": "1.5.1",
"karma-chrome-launcher": "2.2.0",
"karma-firefox-launcher": "1.1.0",
"karma-qunit": "3.1.2",
"jquery": "3.4.1",
"load-grunt-tasks": "5.0.0",
"qunit": "2.4.1",
"testswarm": "1.1.0"
"grunt-eslint": "24.0.0",
"grunt-karma": "4.0.2",
"grunt-npmcopy": "0.2.0",
"gzip-js": "0.3.2",
"karma": "6.3.17",
"karma-browserstack-launcher": "1.6.0",
"karma-chrome-launcher": "3.1.1",
"karma-firefox-launcher": "2.1.2",
"karma-qunit": "4.1.2",
"load-grunt-tasks": "5.1.0",
"native-promise-only": "0.8.1",
"qunit": "2.19.1",
"rollup": "2.70.1",
"testswarm": "1.1.2"
},
"keywords": [
"jquery",