Skip to content

Commit

Permalink
chore(utils): update util's file names (#404)
Browse files Browse the repository at this point in the history
* chore(utils): update util's file names

* feat(max-expects): remove a duplicate rule for max-expects

* chore(pkg): update packages
  • Loading branch information
veritem authored Mar 31, 2024
1 parent 9b612a1 commit 6182ef9
Show file tree
Hide file tree
Showing 53 changed files with 328 additions and 506 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
"devDependencies": {
"@babel/types": "^7.24.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.26",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/rule-tester": "^7.2.0",
"@types/node": "^20.12.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/rule-tester": "^7.4.0",
"@veritem/eslint-config": "^0.0.11",
"bumpp": "^9.4.0",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-doc-generator": "^1.7.0",
"eslint-plugin-eslint-plugin": "^5.4.0",
"eslint-plugin-eslint-plugin": "^5.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-vitest": "^0.3.26",
"eslint-remote-tester": "^3.0.1",
"eslint-remote-tester-repositories": "^1.0.1",
"ts-node": "^10.9.2",
"tsx": "^4.7.1",
"typescript": "^5.4.2",
"typescript": "^5.4.3",
"unbuild": "^2.0.0",
"vitest": "^1.3.1"
"vitest": "^1.4.0"
},
"engines": {
"node": "^18.0.0 || >= 20.0.0"
Expand All @@ -77,6 +77,6 @@
}
},
"dependencies": {
"@typescript-eslint/utils": "^7.2.0"
"@typescript-eslint/utils": "^7.4.0"
}
}
Loading

0 comments on commit 6182ef9

Please sign in to comment.