Skip to content

Commit

Permalink
Merge pull request #1079 from JetBrains/dependabot/npm_and_yarn/packa…
Browse files Browse the repository at this point in the history
…ges/generator/app/templates/eslint-tw-6.1.0
  • Loading branch information
dependabot-preview[bot] authored Aug 8, 2019
2 parents cf51206 + b4eeea0 commit 1ea112b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/generator/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"webpack-dev-server": "^3.7.2"
},
"devDependencies": {
"@jetbrains/eslint-config": "^4.0.5",
"@jetbrains/eslint-config": "^4.0.6",
"@jetbrains/stylelint-config": "^1.3.4",
"babel-eslint": "^10.0.2",
"chai": "^4.2.0",
Expand All @@ -55,7 +55,7 @@
"electron": "^6.0.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "^5.16.0",
"eslint": "^6.1.0",
"karma": "^4.2.0",
"karma-chai-plugins": "^0.9.0",
"karma-electron": "^6.3.0",
Expand Down
1 change: 0 additions & 1 deletion packages/generator/app/templates/src/components/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ let renderApp = () => {
};

/* Hot Replacement support, won't be bundled to production */
/* eslint-disable modules/no-exports-typo */
if (module.hot) {
const renderAppHot = renderApp;
const renderError = error => {
Expand Down

0 comments on commit 1ea112b

Please sign in to comment.