Skip to content

Commit

Permalink
Updated dependencies (#5)
Browse files Browse the repository at this point in the history
* chore: Updated dependencies

* chore: Reconfigured eslint

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 committed Dec 18, 2023
1 parent b8a8e25 commit 0b743d6
Show file tree
Hide file tree
Showing 3 changed files with 316 additions and 291 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ module.exports = {
],
rules: {
'@typescript-eslint/array-type': 'error',
'@typescript-eslint/consistent-type-imports': 'error',
'@typescript-eslint/no-import-type-side-effects': 'error',
'import/no-duplicates': 'error',
},
},
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,32 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^1.2.0",
"@codemod-utils/ast-javascript": "^1.2.2",
"@codemod-utils/files": "^1.1.0",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/core": "^7.23.6",
"@codemod-utils/tests": "^1.1.1",
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.2",
"@types/node": "^18.18.7",
"@types/yargs": "^17.0.29",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@types/node": "^18.19.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"concurrently": "^8.2.2",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.4.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^3.1.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2"
"prettier": "^3.1.1",
"typescript": "^5.3.3"
},
"engines": {
"node": "18.* || >= 20"
Expand All @@ -76,7 +76,7 @@
},
"pnpm": {
"overrides": {
"eslint-plugin-import@2.29.0>tsconfig-paths": "^4.2.0"
"eslint-plugin-import@2.29.1>tsconfig-paths": "^4.2.0"
}
}
}

0 comments on commit 0b743d6

Please sign in to comment.