Skip to content

Commit

Permalink
eslint-plugin-import
Browse files Browse the repository at this point in the history
  • Loading branch information
gandiddi committed May 2, 2024
1 parent ff9160a commit 1de282b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions samples/typescript_nodejs/00.empty-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~2.0.4",
"typescript": "~4.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions samples/typescript_nodejs/01.console-echo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~1.19.4",
"typescript": "~4.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions samples/typescript_nodejs/02.echo-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~2.0.4",
"typescript": "~4.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions samples/typescript_nodejs/03.welcome-users/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~1.19.4",
"typescript": "~4.9.3"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~1.19.4",
"typescript": "~4.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions samples/typescript_nodejs/06.using-cards/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~1.19.4",
"typescript": "~4.9.3"
}
Expand Down
1 change: 1 addition & 0 deletions samples/typescript_nodejs/13.core-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"mocha": "^7.1.2",
"nodemon": "~2.0.4",
"nyc": "^15.0.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "~1.19.4",
"typescript": "~4.9.3"
}
Expand Down

0 comments on commit 1de282b

Please sign in to comment.