Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
manzt committed Jun 20, 2024
1 parent c7692f7 commit 0562bb0
Show file tree
Hide file tree
Showing 3 changed files with 498 additions and 490 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"test": "vitest --api",
"format": "format .",
"lint": "biome ci .",
"fix": "biome check --apply .",
"fix": "biome check --write .",
"publint": "pnpm --recursive --filter=\"./packages/**\" exec publint"
},
"devDependencies": {
"@biomejs/biome": "1.7.3",
"@changesets/cli": "^2.27.1",
"@biomejs/biome": "1.8.2",
"@changesets/cli": "^2.27.5",
"@svitejs/changesets-changelog-github-compact": "^1.1.0",
"@types/node": "^20.12.11",
"publint": "^0.2.2",
"@types/node": "^20.14.6",
"publint": "^0.2.8",
"typescript": "5.6.0-dev.20240620",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
},
"packageManager": "[email protected]"
}
1 change: 0 additions & 1 deletion packages/indexing/__tests__/slice.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const DATA = {
stride: [12, 4, 1],
};

// biome-ignore lint/suspicious/noExportsInTest: <explanation>
export function run_suite(name: string, getter: unknown) {
let get = getter as typeof ops.get;

Expand Down
Loading

0 comments on commit 0562bb0

Please sign in to comment.