Skip to content

Commit

Permalink
chore(upload,theme,npcs): fix expect type check
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaosen7 committed Jul 29, 2024
1 parent f432a13 commit 48bbff0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/sh

pnpm lint-staged
pnpm manypkg check && pnpm lint-staged
1 change: 1 addition & 0 deletions libs/theme/tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import "@testing-library/jest-dom";
import "@testing-library/jest-dom/vitest";
import { cleanup } from "@testing-library/react";
import { afterEach } from "vitest";
Expand Down
2 changes: 1 addition & 1 deletion libs/upload/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"lodash-es": "^4.17.21",
"multistream": "^4.1.0",
"numeral": "^2.0.6",
"rimraf": "^6.0.1",
"p-memoize": "^7.1.1",
"rcrx": "^0.0.1",
"react": "18.3.1",
"rimraf": "^6.0.1",
"rxjs": "^7.8.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
Expand Down

0 comments on commit 48bbff0

Please sign in to comment.