Skip to content

Commit

Permalink
deps: update JS deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jan 2, 2024
1 parent 45f5222 commit 85451c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/make-fixtures.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import path from 'path'

import { sha256 } from 'multiformats/hashes/sha2'
import * as Block from 'multiformats/block'
import { garbage } from 'ipld-garbage'
import { garbage } from '@ipld/garbage'
import { codecs } from './codecs.js'

const fixturesDir = new URL('../fixtures/', import.meta.url)
Expand Down
10 changes: 5 additions & 5 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
"homepage": "https://github.com/ipld/codec-fixtures#readme",
"dependencies": {
"@ipld/car": "^5.2.4",
"@ipld/dag-cbor": "^9.0.6",
"@ipld/dag-json": "^10.1.5",
"@ipld/dag-pb": "^4.0.6",
"chai": "^4.3.10",
"ipld-garbage": "^5.0.0",
"@ipld/dag-cbor": "^9.0.7",
"@ipld/dag-json": "^10.1.6",
"@ipld/dag-pb": "^4.0.7",
"@ipld/garbage": "^6.0.5",
"chai": "^5.0.0",
"mocha": "^10.2.0",
"multiformats": "^13.0.0",
"testmark.js": "^1.0.7"
Expand Down
2 changes: 1 addition & 1 deletion js/test.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-env mocha */

import chai from 'chai'
import * as chai from 'chai'
import { sha256 } from 'multiformats/hashes/sha2'
import * as Block from 'multiformats/block'
import { codecs } from './codecs.js'
Expand Down

0 comments on commit 85451c0

Please sign in to comment.