We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d772900 commit ad907d7Copy full SHA for ad907d7
package.json
@@ -8,15 +8,15 @@
8
"node": ">= 18.0.0"
9
},
10
"devDependencies": {
11
- "@types/node": "^18.19.5",
12
- "@typescript-eslint/eslint-plugin": "^6.18.1",
13
- "@typescript-eslint/parser": "^6.18.1",
+ "@types/node": "^18.19.8",
+ "@typescript-eslint/eslint-plugin": "^6.19.0",
+ "@typescript-eslint/parser": "^6.19.0",
14
"dprint": "^0.45.0",
15
"eslint": "^8.56.0",
16
"eslint-plugin-simple-import-sort": "^10.0.0",
17
"eslint-plugin-unicorn": "^50.0.1",
18
"typescript": "^5.3.3",
19
- "vitest": "^1.2.0"
+ "vitest": "^1.2.1"
20
21
"packageManager": "pnpm@8.8.0",
22
"scripts": {
0 commit comments