Skip to content

Commit 323a9e6

Browse files
authored
fix(deps): clean up (#17)
1 parent 20a5c56 commit 323a9e6

File tree

2 files changed

+105
-75
lines changed

2 files changed

+105
-75
lines changed

package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@
2222
"devDependencies": {
2323
"@types/chai": "^4.3.14",
2424
"@types/mocha": "^10.0.6",
25-
"@types/node": "^20.12.2",
26-
"@types/prompts": "^2.4.9",
27-
"@typescript-eslint/eslint-plugin": "^7.4.0",
25+
"@types/node": "^20.12.7",
26+
"@typescript-eslint/eslint-plugin": "^7.7.0",
2827
"chai": "^5.1.0",
2928
"eslint": "^8.57.0",
3029
"mocha": "^10.4.0",
3130
"prettier": "^3.2.5",
3231
"tsup": "^8.0.2",
33-
"tsx": "^4.7.1",
34-
"type-fest": "^4.14.0",
35-
"typescript": "^5.4.3"
32+
"tsx": "^4.7.2",
33+
"typescript": "^5.4.5"
3634
},
3735
"main": "dist/index.cjs",
3836
"module": "dist/index.js",

pnpm-lock.yaml

+101-69
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)