Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Nov 26, 2024
1 parent 710d248 commit e4ce69c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {},
"devDependencies": {
"@substrate-system/debug": "^0.7.2",
"@substrate-system/tapzero": "^0.10.3",
"@substrate-system/tapzero": "^0.10.5",
"@preact/preset-vite": "^2.9.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test } from '@bicycle-codes/tapzero'
import { test } from '@substrate-system/tapzero'
import { example } from '../src/index.js'

test('example', async t => {
Expand Down

0 comments on commit e4ce69c

Please sign in to comment.