Skip to content

Commit

Permalink
chore(deps): bump the eslint group with 5 updates (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 17, 2023
1 parent 8ab7ca1 commit 3278d40
Show file tree
Hide file tree
Showing 8 changed files with 424 additions and 344 deletions.
6 changes: 3 additions & 3 deletions __test__/edge_api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("EdgeUpdates", () => {
beforeEach(async () => {
const content = await fs.promises.readFile(
path.join(__dirname, "./testdata.json"),
"utf-8"
"utf-8",
);
updates = new EdgeUpdates(JSON.parse(content));
});
Expand All @@ -28,7 +28,7 @@ describe("EdgeUpdatesProduct", () => {
beforeEach(async () => {
const content = await fs.promises.readFile(
path.join(__dirname, "./testdata.json"),
"utf-8"
"utf-8",
);
updates = new EdgeUpdates(JSON.parse(content));
});
Expand Down Expand Up @@ -62,7 +62,7 @@ describe("EdgeUpdatesProductRelease", () => {
beforeEach(async () => {
const content = await fs.promises.readFile(
path.join(__dirname, "./testdata.json"),
"utf-8"
"utf-8",
);
updates = new EdgeUpdates(JSON.parse(content));
});
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
"@vercel/ncc": "^0.38.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-prettier": "^5.0.0",
"jest": "^29.7.0",
"jest-circus": "^29.7.0",
"prettier": "^2.8.4",
"prettier": "^3.0.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
Expand Down
Loading

0 comments on commit 3278d40

Please sign in to comment.