diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/package.json b/package.json index e27ea8a40..1322abdf2 100644 --- a/package.json +++ b/package.json @@ -45,12 +45,11 @@ "build": "node ./build/command.js", "build:all": "node -e \"require('./build/tasks/build.js').buildDefaultFiles()\"", "build:main": "node -e \"require('./build/tasks/build.js').build()\"", - "jenkins": "npm run build:all", "lint:dev": "eslint --cache .", "lint:json": "jsonlint --quiet package.json", "lint": "concurrently -r \"npm:lint:dev\" \"npm:lint:json\"", "npmcopy": "node build/tasks/npmcopy.js", - "prepare": "husky install", + "prepare": "husky", "pretest": "npm run qunit-fixture && npm run babel:tests && npm run npmcopy", "qunit-fixture": "node build/tasks/qunit-fixture.js", "start": "node -e \"require('./build/tasks/build.js').buildDefaultFiles({ watch: true })\"", @@ -90,11 +89,11 @@ "license": "MIT", "devDependencies": { "@babel/cli": "7.23.9", - "@babel/core": "7.23.9", + "@babel/core": "7.24.0", "@babel/plugin-transform-for-of": "7.23.6", "@prantlf/jsonlint": "14.0.3", - "@swc/core": "1.4.2", - "@types/selenium-webdriver": "4.1.21", + "@swc/core": "1.4.6", + "@types/selenium-webdriver": "4.1.22", "body-parser": "1.20.2", "bootstrap": "5.3.3", "browserstack-local": "1.5.5", @@ -103,14 +102,14 @@ "commitplease": "3.2.0", "concurrently": "8.2.2", "core-js-bundle": "3.36.0", - "eslint": "8.56.0", + "eslint": "8.57.0", "eslint-config-jquery": "3.0.2", "eslint-plugin-import": "2.29.1", "exit-hook": "4.0.0", - "express": "4.18.2", + "express": "4.18.3", "express-body-parser-error-handler": "1.0.7", "globals": "14.0.0", - "husky": "8.0.3", + "husky": "9.0.11", "jsdom": "24.0.0", "multiparty": "4.2.3", "native-promise-only": "0.8.1", @@ -119,7 +118,7 @@ "qunit": "2.20.1", "raw-body": "2.5.2", "requirejs": "2.3.6", - "rollup": "2.79.1", + "rollup": "4.12.1", "selenium-webdriver": "4.18.1", "sinon": "9.2.4", "yargs": "17.7.2" |