Skip to content

Commit

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

* chore: Added lockfile

* chore: Reconfigured eslint

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 committed Apr 26, 2024
1 parent da9b9e9 commit f059586
Show file tree
Hide file tree
Showing 4 changed files with 269 additions and 337 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,11 @@ module.exports = {
},
extends: ['plugin:n/recommended'],
},
{
files: ['bin/**/*.{js,ts}'],
rules: {
'n/hashbang': 'off',
},
},
],
};
1 change: 0 additions & 1 deletion bin/ember-codemod-rename-test-modules.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env node
// eslint-disable-next-line n/shebang
'use strict';

import yargs from 'yargs';
Expand Down
24 changes: 12 additions & 12 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.4",
"@codemod-utils/files": "^2.0.0",
"@codemod-utils/ast-javascript": "^1.2.5",
"@codemod-utils/files": "^2.0.1",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@codemod-utils/tests": "^1.1.3",
"@babel/core": "^7.24.4",
"@codemod-utils/tests": "^1.1.4",
"@sondr3/minitest": "^0.1.2",
"@tsconfig/node18": "^18.2.2",
"@tsconfig/strictest": "^2.0.3",
"@types/node": "^18.19.24",
"@tsconfig/node18": "^18.2.4",
"@tsconfig/strictest": "^2.0.5",
"@types/node": "^18.19.31",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-n": "^17.3.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.2.5",
"typescript": "^5.4.2"
"typescript": "^5.4.5"
},
"engines": {
"node": "18.* || >= 20"
Expand Down

0 comments on commit f059586

Please sign in to comment.