Skip to content

Commit

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

* chore: Updated dependencies

---------

Co-authored-by: ijlee2 <ijlee2@users.noreply.github.com>
  • Loading branch information
ijlee2 and ijlee2 committed Aug 12, 2023
1 parent 09b7550 commit 44a618c
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 263 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Here are some guidelines to help you and everyone else.
## Local development

<details>

<summary>Install dependencies</summary>

1. Fork and clone this repo.
Expand All @@ -32,6 +33,7 @@ Here are some guidelines to help you and everyone else.


<details>

<summary>Lint files</summary>

1. When you write code, please check that it meets the linting rules.
Expand All @@ -50,6 +52,7 @@ Here are some guidelines to help you and everyone else.


<details>

<summary>Run tests</summary>

1. When you write code, please check that all tests continue to pass.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ _Codemod to rename test modules_
### Arguments

<details>

<summary>Optional: Specify the project root</summary>

Pass `--root` to run the codemod somewhere else (i.e. not in the current directory).
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,32 +34,32 @@
"test": "./build.sh --test && mt dist-for-testing --quiet"
},
"dependencies": {
"@codemod-utils/ast-javascript": "^0.3.2",
"@codemod-utils/ast-javascript": "^0.3.3",
"@codemod-utils/files": "^0.5.2",
"yargs": "^17.7.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@codemod-utils/tests": "^0.2.5",
"@babel/core": "^7.22.10",
"@codemod-utils/tests": "^0.3.0",
"@sondr3/minitest": "0.1.1",
"@tsconfig/esm": "^1.0.4",
"@tsconfig/node16": "^16.1.0",
"@tsconfig/strictest": "^2.0.1",
"@types/node": "^16.11.7",
"@types/node": "^16.18.40",
"@types/yargs": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^6.2.0",
"@typescript-eslint/parser": "^6.2.0",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"concurrently": "^8.2.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint": "^8.47.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-typescript-sort-keys": "^2.3.0",
"lerna-changelog": "^2.2.0",
"prettier": "^3.0.0",
"prettier": "^3.0.1",
"typescript": "^5.1.6"
},
"engines": {
Expand Down

0 comments on commit 44a618c

Please sign in to comment.