Skip to content

Commit

Permalink
Revert "chore(deps): bump eslint to v8" (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
QWp6t committed Oct 16, 2021
1 parent 13580f8 commit e9a17c1
Show file tree
Hide file tree
Showing 11 changed files with 78 additions and 67 deletions.
1 change: 1 addition & 0 deletions examples/sage/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
browser: true,
jquery: true,
},
parser: 'babel-eslint',
parserOptions: {
ecmaFeatures: {
experimentalObjectRestSpread: true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"autobind-decorator": "2.4.0",
"codecov": "3.8.3",
"dotenv": "10.0.0",
"eslint": "8.0.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-prettier": "4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@roots/bud-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@roots/bud-framework": "workspace:packages/@roots/bud-framework",
"@types/jest": "27.0.2",
"@types/node": "15.14.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"jest": "27.2.5",
"webpack": "5.58.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@roots/bud-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/eslint": "7.28.1",
"@types/jest": "27.0.2",
"@types/node": "15.14.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"jest": "27.2.5",
"type-fest": "2.5.0",
"webpack": "5.58.2"
Expand Down
4 changes: 2 additions & 2 deletions packages/@roots/bud-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@types/eslint": "7.28.1",
"@types/jest": "27.0.2",
"@types/node": "15.14.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"jest": "27.2.5",
"typescript": "4.4.4",
"webpack": "5.58.2"
Expand All @@ -88,7 +88,7 @@
"tslib": "^2.3.1"
},
"peerDependencies": {
"eslint": "^7 || ^8.0.0",
"eslint": "^7",
"typescript": "^4"
},
"peerDependenciesMeta": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@types/jest": "27.0.2",
"@types/lodash": "4.14.175",
"@types/node": "15.14.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"jest": "27.2.5",
"webpack": "5.58.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/eslint": "7.28.1",
"@types/jest": "27.0.2",
"@types/node": "15.14.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"jest": "27.2.5"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/eslint": "7.28.1",
"@types/jest": "27.0.2",
"@types/replacestream": "4.0.1",
"eslint": "8.0.1",
"eslint": "7.32.0",
"globby": "12.0.1",
"jest": "27.2.5",
"npm-run-all": "4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecated/bud-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/lodash": "4.14.175",
"@types/node": "15.14.1",
"@types/prettier": "2.4.1",
"eslint": "8.0.1"
"eslint": "7.32.0"
},
"dependencies": {
"@endemolshinegroup/cosmiconfig-typescript-loader": "3.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/deprecated/bud-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"stableVersion": "4.6.0",
"devDependencies": {
"@types/eslint": "7.28.1",
"eslint": "8.0.1"
"eslint": "7.32.0"
},
"dependencies": {
"tslib": "2.3.1"
Expand Down

0 comments on commit e9a17c1

Please sign in to comment.