- Build: Update
- Linting: Update to-do - Linting: Disable console inline for now to get CI passing - npm: Update devDeps.
This commit is contained in:
16
package.json
16
package.json
@@ -141,24 +141,24 @@
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.10.4",
|
||||
"@babel/node": "^7.10.4",
|
||||
"@babel/core": "^7.10.5",
|
||||
"@babel/node": "^7.10.5",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.10.4",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.10.4",
|
||||
"@babel/preset-env": "^7.10.4",
|
||||
"@babel/register": "^7.10.4",
|
||||
"@babel/register": "^7.10.5",
|
||||
"@cypress/code-coverage": "^3.8.1",
|
||||
"@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",
|
||||
@@ -166,7 +166,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",
|
||||
@@ -174,7 +174,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",
|
||||
@@ -209,7 +209,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