Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Dapor committed May 8, 2024
1 parent fd45b64 commit 34c5415
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 89 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@eslint/eslintrc": "3.0.2",
"@eslint/js": "9.2.0",
"@types/node": "20.12.8",
"@types/node": "20.12.11",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "1.6.0",
"barro": "1.2.8",
Expand All @@ -49,21 +49,21 @@
"eslint-plugin-eslint-plugin": "6.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.3",
"eslint-plugin-n": "17.4.0",
"eslint-plugin-n": "17.5.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-simple-import-sort": "12.1.0",
"eslint-plugin-unicorn": "52.0.0",
"eslint-plugin-vitest": "0.5.4",
"globals": "15.1.0",
"happy-dom": "14.7.1",
"pnpm": "9.0.6",
"happy-dom": "14.10.1",
"pnpm": "9.1.0",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"typescript": "5.4.5",
"typescript-eslint": "7.8.0",
"vite": "5.2.11",
"vitest": "1.6.0"
},
"packageManager": "pnpm@9.0.6"
"packageManager": "pnpm@9.1.0"
}

0 comments on commit 34c5415

Please sign in to comment.