Skip to content

Commit 2d6bbbb

Browse files
committed
[hygiene] Dependencies
1 parent 46ad482 commit 2d6bbbb

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ dist
33
*.log
44
.DS_Store
55
tmp
6-
test/.test-output
6+
test/.test-output
7+
*.code-workspace

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@
4444
},
4545
"devDependencies": {
4646
"@eslint/js": "^9.39.2",
47-
"@types/node": "^25.2.2",
48-
"esbuild": "^0.27.2",
47+
"@types/node": "^25.3.5",
48+
"esbuild": "^0.27.3",
4949
"eslint": "^9.39.2",
5050
"eslint-plugin-import": "^2.32.0",
51-
"globals": "^17.0.0",
52-
"prettier": "^3.8.0",
51+
"globals": "^17.4.0",
52+
"prettier": "^3.8.1",
5353
"prettier-plugin-organize-imports": "^4.3.0",
54-
"puppeteer": "^24.35.0",
54+
"puppeteer": "^24.38.0",
5555
"typescript": "^5.9.3",
56-
"typescript-eslint": "^8.53.1",
57-
"vitest": "^4.0.17"
56+
"typescript-eslint": "^8.56.1",
57+
"vitest": "^4.0.18"
5858
}
5959
}

screenshots/chat.png

-392 Bytes
Loading

0 commit comments

Comments
 (0)