Skip to content
This repository was archived by the owner on Oct 16, 2021. It is now read-only.

Commit 3c6be02

Browse files
committed
feat(baumeister): Update ESLint, plugins and shared configs to their latest versions
BREAKING CHANGE: The updates of ESLint, plugins and shared configs to their latest versions might break your build since new versions have introduced new rules which might introduce linting errors in your code base. Tip: Run `npm run eslint:fix` to see which errors are autofixable. And remenber to turn off rules in /.eslintrc.json in case you find them too opinionated.
1 parent a969b92 commit 3c6be02

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/templates/_package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"promise-polyfill": "^8.1.0"
7676
},
7777
"devDependencies": {<% if (templateProps.projectType === 'spa') { %>
78-
"eslint-plugin-react": "^7.7.0",
78+
"eslint-plugin-react": "^7.12.4",
7979
"@babel/plugin-transform-react-jsx": "^7.3.0",
8080
"@babel/plugin-proposal-class-properties": "^7.3.3",<% } %>
8181
"@babel/core": "^7.2.2",
@@ -99,13 +99,13 @@
9999
"css-loader": "^2.1.0",
100100
"cssnano": "^4.1.8",
101101
"del-cli": "^1.1.0",
102-
"eslint": "^4.19.1",
103-
"eslint-config-baumeister": "^1.0.2",
104-
"eslint-config-xo": "^0.20.1",
105-
"eslint-plugin-filenames": "^1.2.0",
106-
"eslint-plugin-import": "^2.10.0",
102+
"eslint": "^5.13.0",
103+
"eslint-config-baumeister": "^1.2.0",
104+
"eslint-config-xo": "^0.26.0",
105+
"eslint-plugin-filenames": "^1.3.2",
106+
"eslint-plugin-import": "^2.16.0",
107107
"eslint-plugin-security": "^1.4.0",
108-
"eslint-plugin-unicorn": "^4.0.2",
108+
"eslint-plugin-unicorn": "^7.1.0",
109109
"file-loader": "^3.0.1",
110110
"globby": "^8.0.1",
111111
"husky": "^0.14.3",

0 commit comments

Comments
 (0)