Skip to content

Commit

Permalink
chore(deps): update (#2634)
Browse files Browse the repository at this point in the history
* chore(deps): update

* chore: fix config
  • Loading branch information
alexander-akait committed Apr 16, 2021
1 parent 0b50cdb commit 7673aad
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 263 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.js
Expand Up @@ -31,11 +31,7 @@ module.exports = {
},
},
files: ['**/*.ts'],
extends: [
'plugin:@typescript-eslint/eslint-recommended',
'plugin:@typescript-eslint/recommended',
'prettier/@typescript-eslint',
],
extends: ['plugin:@typescript-eslint/eslint-recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint'],
rules: {
Expand Down
15 changes: 6 additions & 9 deletions package.json
Expand Up @@ -49,22 +49,20 @@
"webpack": "4.x.x || 5.x.x"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@types/jest": "^26.0.15",
"@types/node": "^14.14.6",
"@types/yeoman-test": "^2.0.5",
"@types/node": "^14.14.40",
"@typescript-eslint/eslint-plugin": "^4.14.1",
"@typescript-eslint/parser": "^4.14.1",
"@webpack-cli/migrate": "^1.1.2",
"coffeescript": "^2.5.1",
"colorette": "^1.2.1",
"commitlint": "^11.0.0",
"concat-stream": "^2.0.0",
"cz-customizable": "^6.3.0",
"del-cli": "^3.0.1",
"eslint": "^7.12.1",
"eslint-config-prettier": "^7.1.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"execa": "^5.0.0",
Expand All @@ -80,12 +78,11 @@
"readable-stream": "^3.6.0",
"rimraf": "^3.0.2",
"strip-ansi": "^6.0.0",
"ts-jest": "^26.4.3",
"ts-jest": "^26.5.5",
"ts-node": "^9.1.1",
"typescript": "^4.1.3",
"webpack": "^5.31.2",
"webpack-bundle-analyzer": "^4.3.0",
"webpack-dev-server": "^3.11.1",
"yeoman-test": "^2.7.0"
"webpack-dev-server": "^3.11.1"
}
}

0 comments on commit 7673aad

Please sign in to comment.