Skip to content

Commit cab871a

Browse files
committed
Upgrade dependencies
1 parent 9e7bb11 commit cab871a

File tree

2 files changed

+345
-387
lines changed

2 files changed

+345
-387
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@
1010
"author": "Cratecode",
1111
"license": "Apache-2.0",
1212
"dependencies": {
13-
"@cratecode/client": "^1.0.12",
13+
"@cratecode/client": "^1.0.13",
1414
"prompts": "^2.4.2",
15-
"yargs": "^17.5.1"
15+
"yargs": "^17.7.2"
1616
},
1717
"files": [
1818
"dist",
1919
"README.md",
2020
"LICENSE"
2121
],
2222
"devDependencies": {
23-
"@types/node": "^18.7.18",
24-
"@types/prompts": "^2.0.14",
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",
29-
"prettier": "^2.7.1",
30-
"typescript": "^4.8.3"
23+
"@types/node": "^20.12.12",
24+
"@types/prompts": "^2.4.9",
25+
"@types/yargs": "^17.0.32",
26+
"@typescript-eslint/eslint-plugin": "^7.9.0",
27+
"@typescript-eslint/parser": "^7.9.0",
28+
"eslint": "^9.3.0",
29+
"prettier": "^3.2.5",
30+
"typescript": "^5.4.5"
3131
}
3232
}

0 commit comments

Comments
 (0)