update dependencies
This commit is contained in:
13
package.json
13
package.json
@@ -62,8 +62,9 @@
|
||||
"prep": "run-s prep-no-core-rollup rollup",
|
||||
"prepublishOnly": "run-s license-badges copy prep build-docs",
|
||||
"cypress:open-no-start": "cypress open",
|
||||
"cy:instrument": "rm -rf instrumented && cp -r src instrumented && nyc instrument --compact false src instrumented",
|
||||
"cypress:open": "run-p start cypress:open-no-start",
|
||||
"open-tests": "run-s instrument cypress:open",
|
||||
"open-tests": "run-s cy:instrument cypress:open",
|
||||
"cypress:merge": "mochawesome-merge \"cypress/results/mochaw*.json\" > mochawesome.json && marge mochawesome.json && mbg --file ./mochawesome.json --badge_output badges/tests-badge.svg",
|
||||
"cypress:run-only": "rimraf \"cypress/results/mochaw*.json\" && rimraf \".nyc_output/*\" && cypress run",
|
||||
"cypress:run-no-badge": "run-s -c cypress:run-only cypress:merge",
|
||||
@@ -135,14 +136,14 @@
|
||||
"@cypress/fiddle": "^1.18.2",
|
||||
"@fintechstudios/eslint-plugin-chai-as-promised": "^3.0.2",
|
||||
"@mysticatea/eslint-plugin": "^13.0.0",
|
||||
"@rollup/plugin-babel": "^5.0.4",
|
||||
"@rollup/plugin-babel": "^5.1.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||
"coffeescript": "^2.5.1",
|
||||
"copyfiles": "^2.3.0",
|
||||
"core-js-bundle": "^3.6.5",
|
||||
"coveradge": "^0.6.0",
|
||||
"cross-var": "^1.1.0",
|
||||
"cypress": "^4.9.0",
|
||||
"cypress": "^4.10.0",
|
||||
"cypress-axe": "^0.8.1",
|
||||
"cypress-multi-reporters": "^1.4.0",
|
||||
"deparam": "git+https://github.com/brettz9/deparam.git#updates",
|
||||
@@ -150,7 +151,7 @@
|
||||
"eslint-config-ash-nazg": "^22.5.1",
|
||||
"eslint-config-standard": "^14.1.1",
|
||||
"eslint-plugin-array-func": "^3.1.6",
|
||||
"eslint-plugin-chai-expect": "^2.1.0",
|
||||
"eslint-plugin-chai-expect": "^2.2.0",
|
||||
"eslint-plugin-chai-expect-keywords": "^2.0.1",
|
||||
"eslint-plugin-chai-friendly": "^0.6.0",
|
||||
"eslint-plugin-compat": "^3.8.0",
|
||||
@@ -158,7 +159,7 @@
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-html": "^6.0.2",
|
||||
"eslint-plugin-import": "^2.22.0",
|
||||
"eslint-plugin-jsdoc": "^28.6.1",
|
||||
"eslint-plugin-jsdoc": "^29.2.0",
|
||||
"eslint-plugin-markdown": "^1.0.2",
|
||||
"eslint-plugin-mocha": "^7.0.1",
|
||||
"eslint-plugin-mocha-cleanup": "^1.8.0",
|
||||
@@ -193,7 +194,7 @@
|
||||
"remark-cli": "^8.0.0",
|
||||
"remark-lint-ordered-list-marker-value": "^2.0.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "2.19.0",
|
||||
"rollup": "2.21.0",
|
||||
"rollup-plugin-re": "^1.0.7",
|
||||
"rollup-plugin-terser": "^6.1.0",
|
||||
"stackblur-canvas": "^2.3.0",
|
||||
|
||||
Reference in New Issue
Block a user