Skip to content

Commit

Permalink
fix(deps): Move deps to the relevant groups
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Tas committed Dec 29, 2024
1 parent 94d8c36 commit 2e6d7f7
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 131 deletions.
196 changes: 68 additions & 128 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@typescript-eslint/utils": "^8.18.1",
"array-includes": "^3.1.8",
"chance": "^1.1.12",
"debug": "^4.4.0",
"doctrine": "^3.0.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-module-utils": "^2.12.0",
"is-get-set-prop": "^1.0.0",
Expand All @@ -19,8 +19,7 @@
"natural-orderby": "^5.0.0",
"recast": "^0.23.9",
"roarr": "^7.21.1",
"tsconfig-paths": "^4.2.0",
"xregexp": "^5.1.1"
"tsconfig-paths": "^4.2.0"
},
"description": "Canonical linting rules for ESLint.",
"devDependencies": {
Expand All @@ -33,6 +32,7 @@
"@typescript-eslint/rule-tester": "^8.18.1",
"@typescript-eslint/types": "^8.18.1",
"ajv": "^8.17.1",
"chance": "^1.1.12",
"eslint": "^9.17.0",
"eslint-config-canonical": "^44.3.35",
"gitdown": "^4.1.1",
Expand Down

0 comments on commit 2e6d7f7

Please sign in to comment.