Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/eslint-plugin-react-…
Browse files Browse the repository at this point in the history
…7.23.1
  • Loading branch information
ybiquitous committed Apr 1, 2021
2 parents 8eb5bf7 + 1050471 commit 7ecfd81
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 75 deletions.
146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"ybiq": "^12.0.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": ">=4.17.0 <5.0.0",
"@typescript-eslint/eslint-plugin": ">=4.20.0 <5.0.0",
"eslint": ">=7.21.0 <8.0.0"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ afterAll(() => {
});

test("End-to-End", () => {
const peerDeps = ["@typescript-eslint/eslint-plugin@<8"];
const peerDeps = Object.keys(pkg.peerDependencies);

sandbox((cwd) => {
fs.writeFileSync(".npmrc", npmrc);
Expand Down

0 comments on commit 7ecfd81

Please sign in to comment.