Skip to content

Commit

Permalink
updates deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tsamaya committed Jun 3, 2024
1 parent 6477fbb commit 228fa9c
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 163 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,21 @@
"test:ui": "vitest --ui --coverage.enabled=true"
},
"devDependencies": {
"@types/node": "20.12.8",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"@vitest/coverage-v8": "1.5.3",
"@vitest/ui": "1.5.3",
"@types/node": "20.14.0",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@vitest/coverage-v8": "1.6.0",
"@vitest/ui": "1.6.0",
"eslint": "8.57",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.1.3",
"microbundle": "^0.15.1",
"prettier": "3.2.5",
"tsx": "4.9.0",
"prettier": "3.3.0",
"tsx": "4.11.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.5",
"vite": "5.2.11",
"vitest": "1.5.3"
"vite": "5.2.12",
"vitest": "1.6.0"
},
"dependencies": {
"dotenv": "16.4.5"
Expand Down
Loading

0 comments on commit 228fa9c

Please sign in to comment.