Skip to content

Commit

Permalink
⬆️ Update devDependencies (#26)
Browse files Browse the repository at this point in the history
* ⬆️ Update devDependencies

* 🔧 Removes coverage

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Eric Kwoka <[email protected]>
  • Loading branch information
renovate[bot] and ekwoka authored Sep 15, 2023
1 parent 21a7abf commit c33747d
Show file tree
Hide file tree
Showing 3 changed files with 456 additions and 318 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/node": "20.4.5",
"@typescript-eslint/eslint-plugin": "6.2.1",
"@typescript-eslint/parser": "6.2.1",
"@types/node": "20.6.0",
"@typescript-eslint/eslint-plugin": "6.7.0",
"@typescript-eslint/parser": "6.7.0",
"@vitest/coverage-c8": "0.33.0",
"esbuild": "0.18.17",
"eslint": "8.46.0",
"esbuild": "0.19.2",
"eslint": "8.49.0",
"eslint-plugin-filename-export": "1.0.4",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"typescript": "5.1.6",
"vite": "4.4.7",
"vite-tsconfig-paths": "4.2.0",
"vitest": "0.33.0"
"lint-staged": "13.3.0",
"prettier": "3.0.3",
"typescript": "5.2.2",
"vite": "4.4.9",
"vite-tsconfig-paths": "4.2.1",
"vitest": "0.34.4"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit c33747d

Please sign in to comment.