We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b4c2f0 commit 18b60a1Copy full SHA for 18b60a1
.yarn/install-state.gz
-16.4 KB
package.json
@@ -67,12 +67,12 @@
67
"test:watch": "vitest -w"
68
},
69
"devDependencies": {
70
- "@types/eslint": "8.56.5",
+ "@types/eslint": "8.56.9",
71
"@types/js-yaml": "^4.0.9",
72
"@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",
+ "@typescript-eslint/eslint-plugin": "^7.6.0",
+ "@typescript-eslint/parser": "^7.6.0",
+ "@vitest/coverage-v8": "^1.5.0",
76
"cross-env": "^7.0.3",
77
"eslint": "^8.57.0",
78
"eslint-config-prettier": "^9.1.0",
@@ -84,8 +84,8 @@
84
"jsdom": "^24.0.0",
85
"prettier": "^3.2.5",
86
"rimraf": "^5.0.5",
87
- "typescript": "^5.4.2",
88
- "vitest": "^1.3.1"
+ "typescript": "^5.4.5",
+ "vitest": "^1.5.0"
89
90
"dependencies": {
91
"@jsdevtools/ono": "^7.1.3",
0 commit comments