Skip to content

Commit

Permalink
chore(deps): update eslint and deps to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaaz committed Nov 19, 2023
1 parent 09e71cd commit 60cf67d
Show file tree
Hide file tree
Showing 3 changed files with 630 additions and 687 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"node": ">=18.0.0"
},
"dependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-import-assertions": "^7.18.6",
"eslint-plugin-import": "^2.26.0",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "^7.23.3",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-simple-import-sort": "^9.0.0"
"eslint-plugin-simple-import-sort": "^10.0.0"
},
"devDependencies": {
"eslint": "^8.23.0"
"eslint": "^8.54.0"
},
"peerDependencies": {
"eslint": ">= 8"
Expand Down
2 changes: 1 addition & 1 deletion tests/Test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import EventEmitter from "event";

import t from "./test.json" assert { type: 'json' };
import t from "./test.json" assert { type: "json" };

export class Test extends EventEmitter {
param;
Expand Down
Loading

0 comments on commit 60cf67d

Please sign in to comment.