Skip to content

Commit 18b60a1

Browse files
committed
fix: bump deps
1 parent 7b4c2f0 commit 18b60a1

File tree

3 files changed

+167
-190
lines changed

3 files changed

+167
-190
lines changed

.yarn/install-state.gz

-16.4 KB
Binary file not shown.

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@
6767
"test:watch": "vitest -w"
6868
},
6969
"devDependencies": {
70-
"@types/eslint": "8.56.5",
70+
"@types/eslint": "8.56.9",
7171
"@types/js-yaml": "^4.0.9",
7272
"@types/node": "^18.19.21",
73-
"@typescript-eslint/eslint-plugin": "^7.1.1",
74-
"@typescript-eslint/parser": "^7.1.1",
75-
"@vitest/coverage-v8": "^1.3.1",
73+
"@typescript-eslint/eslint-plugin": "^7.6.0",
74+
"@typescript-eslint/parser": "^7.6.0",
75+
"@vitest/coverage-v8": "^1.5.0",
7676
"cross-env": "^7.0.3",
7777
"eslint": "^8.57.0",
7878
"eslint-config-prettier": "^9.1.0",
@@ -84,8 +84,8 @@
8484
"jsdom": "^24.0.0",
8585
"prettier": "^3.2.5",
8686
"rimraf": "^5.0.5",
87-
"typescript": "^5.4.2",
88-
"vitest": "^1.3.1"
87+
"typescript": "^5.4.5",
88+
"vitest": "^1.5.0"
8989
},
9090
"dependencies": {
9191
"@jsdevtools/ono": "^7.1.3",

0 commit comments

Comments
 (0)