Skip to content

Commit f94923f

Browse files
👣
1 parent d67082c commit f94923f

File tree

3 files changed

+456
-727
lines changed

3 files changed

+456
-727
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"test:unit": "vitest run"
5353
},
5454
"dependencies": {
55-
"@dexaai/dexter": "^2.0.0",
55+
"@dexaai/dexter": "^2.1.0",
5656
"@sindresorhus/slugify": "^2.2.1",
5757
"array-uniq": "^3.0.0",
5858
"chalk": "^5.3.0",
@@ -96,21 +96,21 @@
9696
"@total-typescript/ts-reset": "^0.5.1",
9797
"@types/eslint": "^8.56.10",
9898
"@types/mdast": "^4.0.3",
99-
"@types/node": "^20.12.7",
99+
"@types/node": "^20.14.4",
100100
"@types/parse-gitignore": "^1.0.2",
101101
"@types/which": "^3.0.3",
102102
"del-cli": "^5.1.0",
103103
"eslint": "^8.57.0",
104104
"husky": "^9.0.11",
105-
"lint-staged": "^15.2.2",
105+
"lint-staged": "^15.2.7",
106106
"np": "^10.0.5",
107-
"npm-run-all2": "^6.1.2",
108-
"prettier": "^3.2.5",
109-
"tsup": "^8.0.2",
110-
"tsx": "^4.7.2",
107+
"npm-run-all2": "^6.2.0",
108+
"prettier": "^3.3.2",
109+
"tsup": "^8.1.0",
110+
"tsx": "^4.15.6",
111111
"typescript": "^5.4.5",
112-
"vite": "^5.2.10",
113-
"vitest": "^1.5.0"
112+
"vite": "^5.3.1",
113+
"vitest": "^1.6.0"
114114
},
115115
"lint-staged": {
116116
"*.{ts,tsx}": [

0 commit comments

Comments
 (0)