Skip to content

Commit 0c6b6bd

Browse files
committed
Upgrade packages
1 parent 5289091 commit 0c6b6bd

File tree

2 files changed

+169
-99
lines changed

2 files changed

+169
-99
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Cratecode",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@cratecode/client": "^1.0.6",
13+
"@cratecode/client": "^1.0.7",
1414
"prompts": "^2.4.2",
1515
"yargs": "^17.5.1"
1616
},
@@ -20,13 +20,13 @@
2020
"LICENSE"
2121
],
2222
"devDependencies": {
23-
"@types/node": "^18.0.0",
23+
"@types/node": "^18.7.17",
2424
"@types/prompts": "^2.0.14",
25-
"@types/yargs": "^17.0.10",
26-
"@typescript-eslint/eslint-plugin": "^5.30.0",
27-
"@typescript-eslint/parser": "^5.30.0",
28-
"eslint": "^8.18.0",
25+
"@types/yargs": "^17.0.12",
26+
"@typescript-eslint/eslint-plugin": "^5.37.0",
27+
"@typescript-eslint/parser": "^5.37.0",
28+
"eslint": "^8.23.1",
2929
"prettier": "^2.7.1",
30-
"typescript": "^4.7.4"
30+
"typescript": "^4.8.3"
3131
}
3232
}

0 commit comments

Comments
 (0)