Skip to content

Commit

Permalink
chore: use common ark deps
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Oct 6, 2024
1 parent dc0ba22 commit 2feab53
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 74 deletions.
2 changes: 0 additions & 2 deletions packages/stash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
"test:ci": "pnpm run test"
},
"dependencies": {
"@arktype/util": "0.0.40",
"@latticexyz/config": "workspace:*",
"@latticexyz/protocol-parser": "workspace:*",
"@latticexyz/schema-type": "workspace:*",
Expand All @@ -44,7 +43,6 @@
"viem": "2.21.6"
},
"devDependencies": {
"@arktype/attest": "0.7.5",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@types/react": "18.2.22",
Expand Down
2 changes: 1 addition & 1 deletion packages/stash/src/actions/runQuery.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, beforeEach, it } from "vitest";
import { attest } from "@arktype/attest";
import { attest } from "@ark/attest";
import { createStash } from "../createStash";
import { runQuery } from "./runQuery";
import { defineStore } from "@latticexyz/store";
Expand Down
2 changes: 1 addition & 1 deletion packages/stash/src/actions/subscribeQuery.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { beforeEach, describe, it, vi, expect } from "vitest";
import { QueryUpdate, subscribeQuery } from "./subscribeQuery";
import { attest } from "@arktype/attest";
import { attest } from "@ark/attest";
import { defineStore } from "@latticexyz/store";
import { In, Matches } from "../queryFragments";
import { deleteRecord } from "./deleteRecord";
Expand Down
2 changes: 1 addition & 1 deletion packages/stash/src/boundTable.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, beforeEach, it } from "vitest";
import { attest } from "@arktype/attest";
import { attest } from "@ark/attest";
import { createStash } from "./createStash";
import { BoundTable } from "./actions/getTable";
import { Stash } from "./common";
Expand Down
2 changes: 1 addition & 1 deletion packages/stash/src/createStash.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { describe, expect, it, vi } from "vitest";
import { attest } from "@arktype/attest";
import { attest } from "@ark/attest";
import { CreateStashResult, createStash } from "./createStash";
import { defineStore, defineTable } from "@latticexyz/store/config/v2";
import { Hex } from "viem";
Expand Down
2 changes: 1 addition & 1 deletion packages/stash/vitestSetup.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { setup, teardown } from "@arktype/attest";
export { setup, teardown } from "@ark/attest";
67 changes: 0 additions & 67 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2feab53

Please sign in to comment.