Skip to content

Commit

Permalink
chore(package.json): update version from 1.6.5 to 1.6.6
Browse files Browse the repository at this point in the history
chore(package.json): add @types/node dependency to improve type checking for Node.js environment
  • Loading branch information
jucasoliveira committed Sep 4, 2023
1 parent fc9c9f8 commit 63646dd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terminalgpt",
"version": "1.6.5",
"version": "1.6.6",
"main": "lib/index.js",
"description": "Get GPT like chatGPT on your terminal",
"scripts": {
Expand Down Expand Up @@ -56,6 +56,7 @@
"@types/jest": "^29.5.4",
"@types/marked": "^4.3.1",
"@types/marked-terminal": "^3.1.3",
"@types/node": "^20.5.9",
"@types/ora": "^3.2.0",
"@types/prompts": "^2.4.4",
"@typescript-eslint/eslint-plugin": "^6.4.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -831,10 +831,10 @@
"resolved" "https://registry.npmjs.org/@types/marked/-/marked-4.3.1.tgz"
"version" "4.3.1"

"@types/node@*":
"integrity" "sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-18.11.18.tgz"
"version" "18.11.18"
"@types/node@*", "@types/node@^20.5.9":
"integrity" "sha512-PcGNd//40kHAS3sTlzKB9C9XL4K0sTup8nbG5lC14kzEteTNuAFh9u5nA0o5TWnSG2r/JNPRXFVcHJIIeRlmqQ=="
"resolved" "https://registry.npmjs.org/@types/node/-/node-20.5.9.tgz"
"version" "20.5.9"

"@types/ora@^3.2.0":
"integrity" "sha512-jll99xUKpiFbIFZSQcxm4numfsLaOWBzWNaRk3PvTSE7BPqTzzOCFmS0mQ7m8qkTfmYhuYbehTGsxkvRLPC++w=="
Expand Down

0 comments on commit 63646dd

Please sign in to comment.