Comparing version 2.20.1 to 2.21.0
@@ -5,7 +5,7 @@ { | ||
"description": "The powerful, easy-to-use testing framework.", | ||
"version": "2.20.1", | ||
"version": "2.21.0", | ||
"homepage": "https://qunitjs.com", | ||
"author": { | ||
"name": "OpenJS Foundation and other contributors", | ||
"url": "https://github.com/qunitjs/qunit/blob/2.20.1/AUTHORS.txt" | ||
"url": "https://github.com/qunitjs/qunit/blob/2.21.0/AUTHORS.txt" | ||
}, | ||
@@ -50,5 +50,5 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.6", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/preset-env": "^7.19.4", | ||
"@babel/core": "^7.24.6", | ||
"@babel/plugin-external-helpers": "^7.24.6", | ||
"@babel/preset-env": "^7.24.6", | ||
"@qunitjs/browserstack-runner": "0.9.5-qunitjs.1", | ||
@@ -63,6 +63,6 @@ "@rollup/plugin-babel": "^5.3.1", | ||
"eslint-config-standard": "^16.0.3", | ||
"eslint-plugin-compat": "^4.0.2", | ||
"eslint-plugin-compat": "^4.1.1", | ||
"eslint-plugin-html": "^6.1.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-json-es": "^1.5.5", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-json-es": "^1.6.0", | ||
"eslint-plugin-markdown": "^2.2.1", | ||
@@ -78,3 +78,2 @@ "eslint-plugin-node": "^11.1.0", | ||
"grunt-contrib-qunit": "^5.1.1", | ||
"grunt-git-authors": "^3.2.0", | ||
"grunt-search": "^0.1.8", | ||
@@ -88,3 +87,3 @@ "kleur": "4.1.5", | ||
"rollup": "^2.79.1", | ||
"semver": "^7.3.8" | ||
"semver": "^7.6.2" | ||
}, | ||
@@ -104,3 +103,3 @@ "scripts": { | ||
"browserstack": "browserstack-runner -v", | ||
"authors": "grunt authors", | ||
"authors": "(echo 'Authors ordered by first contribution\n' && git log --format='%aN <%aE>' --no-merges --reverse | awk '!seen[$0]++') | tee AUTHORS.txt", | ||
"coverage": "npm run build-coverage && npm run coverage-cli && npm run coverage-main && nyc report", | ||
@@ -107,0 +106,0 @@ "coverage-cli": "nyc --use-spawn-wrap --silent bin/qunit.js test/cli/*.js", |
@@ -18,3 +18,3 @@ <p align="center"><img src="docs/img/logo-with-colored-dark-text.svg" height="80" alt="QUnit"></p> | ||
* [API documentation](https://api.qunitjs.com/) | ||
* [API documentation](https://qunitjs.com/api/) | ||
* [Guides how-to](https://qunitjs.com/guides/) | ||
@@ -21,0 +21,0 @@ * [Browser support](https://qunitjs.com/intro/#browser-support) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
297920
35
259939
7712
0