- Linting (ESLint): Apply new rules ("fixme"->"todo"; prefer regex literals; defaults at end)
- Optimization: Image size - npm: Bump devDeps (Babel/eslint/rollup-related; imageoptim, testcafe)
This commit is contained in:
28
package.json
28
package.json
@@ -76,25 +76,25 @@
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.5.5",
|
||||
"@babel/node": "^7.5.5",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.5.0",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.4.5",
|
||||
"@babel/preset-env": "^7.5.5",
|
||||
"@mysticatea/eslint-plugin": "^11.0.0",
|
||||
"@babel/core": "^7.6.0",
|
||||
"@babel/node": "^7.6.1",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.6.0",
|
||||
"@babel/plugin-transform-named-capturing-groups-regex": "^7.6.0",
|
||||
"@babel/preset-env": "^7.6.0",
|
||||
"@mysticatea/eslint-plugin": "^12.0.0",
|
||||
"axe-core": "^3.3.2",
|
||||
"axe-testcafe": "^3.0.0",
|
||||
"babel-plugin-transform-object-rest-spread": "^7.0.0-beta.3",
|
||||
"core-js-bundle": "^3.2.1",
|
||||
"eslint": "6.3.0",
|
||||
"eslint-config-ash-nazg": "8.9.0",
|
||||
"eslint": "6.4.0",
|
||||
"eslint-config-ash-nazg": "9.0.1",
|
||||
"eslint-config-standard": "14.1.0",
|
||||
"eslint-plugin-array-func": "^3.1.3",
|
||||
"eslint-plugin-compat": "^3.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.1.2",
|
||||
"eslint-plugin-html": "^6.0.0",
|
||||
"eslint-plugin-import": "2.18.2",
|
||||
"eslint-plugin-jsdoc": "^15.9.1",
|
||||
"eslint-plugin-jsdoc": "^15.9.2",
|
||||
"eslint-plugin-markdown": "^1.0.0",
|
||||
"eslint-plugin-no-use-extend-native": "^0.4.1",
|
||||
"eslint-plugin-node": "10.0.0",
|
||||
@@ -103,8 +103,8 @@
|
||||
"eslint-plugin-sonarjs": "^0.4.0",
|
||||
"eslint-plugin-standard": "4.0.1",
|
||||
"eslint-plugin-testcafe": "^0.2.1",
|
||||
"eslint-plugin-unicorn": "^10.0.0",
|
||||
"imageoptim-cli": "^2.3.9",
|
||||
"eslint-plugin-unicorn": "^11.0.1",
|
||||
"imageoptim-cli": "^3.0.0",
|
||||
"jamilih": "^0.45.0",
|
||||
"jsdoc": "^3.6.3",
|
||||
"load-stylesheets": "^0.8.0",
|
||||
@@ -117,13 +117,13 @@
|
||||
"regenerator-runtime": "^0.13.3",
|
||||
"remark-cli": "^7.0.0",
|
||||
"remark-lint-ordered-list-marker-value": "^1.0.3",
|
||||
"rollup": "1.20.3",
|
||||
"rollup": "1.21.4",
|
||||
"rollup-plugin-babel": "^4.3.3",
|
||||
"rollup-plugin-re": "^1.0.7",
|
||||
"rollup-plugin-terser": "^5.1.1",
|
||||
"rollup-plugin-terser": "^5.1.2",
|
||||
"sinon": "^7.4.2",
|
||||
"sinon-test": "^2.4.0",
|
||||
"stackblur-canvas": "^2.2.0",
|
||||
"testcafe": "^1.4.3"
|
||||
"testcafe": "^1.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user