Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Dapor committed Feb 28, 2024
1 parent 775c68e commit d54a329
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 165 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,22 @@
"author": "catull@gmail.com",
"license": "BSD-2-Clause",
"devDependencies": {
"@types/node": "20.11.19",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"@vitest/coverage-v8": "1.3.0",
"@types/node": "20.11.22",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"@vitest/coverage-v8": "1.3.1",
"barro": "1.2.8",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-vitest": "0.3.22",
"happy-dom": "13.3.8",
"pnpm": "8.15.3",
"happy-dom": "13.6.2",
"pnpm": "8.15.4",
"prettier": "3.2.5",
"rimraf": "5.0.5",
"typescript": "5.3.3",
"vite": "5.1.3",
"vitest": "1.3.0"
"vite": "5.1.4",
"vitest": "1.3.1"
},
"packageManager": "pnpm@${npm_package_devDependencies_pnpm}"
}

0 comments on commit d54a329

Please sign in to comment.