Skip to content

Commit

Permalink
chore: update infrastructure (#168)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* chore: replace siroc with Vite

* chore: regenerate `package-lock.json`

* chore: fix peer dependency errors

* chore: remove unused `siroc.config.ts` file [skip ci]
  • Loading branch information
angeloashmore authored Nov 16, 2022
1 parent 7e65f40 commit 7768901
Show file tree
Hide file tree
Showing 32 changed files with 5,648 additions and 4,648 deletions.
2 changes: 1 addition & 1 deletion ava.config.mjs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default {
extensions: ["ts", "tsx"],
files: ["./test/**/*.test.ts", "./test/**/*.test.tsx"],
require: ["esbuild-register"],
require: ["esbuild-register", "global-jsdom/register"],
verbose: true,
timeout: "60s",
};
Loading

0 comments on commit 7768901

Please sign in to comment.