Skip to content

Commit

Permalink
fix: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jonluca committed Apr 15, 2024
1 parent 7b4c2f0 commit 18b60a1
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 190 deletions.
Binary file modified .yarn/install-state.gz
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -67,12 +67,12 @@
"test:watch": "vitest -w"
},
"devDependencies": {
"@types/eslint": "8.56.5",
"@types/eslint": "8.56.9",
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.21",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@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",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -84,8 +84,8 @@
"jsdom": "^24.0.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.2",
"vitest": "^1.3.1"
"typescript": "^5.4.5",
"vitest": "^1.5.0"
},
"dependencies": {
"@jsdevtools/ono": "^7.1.3",
Expand Down

0 comments on commit 18b60a1

Please sign in to comment.