Skip to content

Commit

Permalink
chore: update deps, fix ts chai errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rvagg committed Jun 12, 2024
1 parent b8b0773 commit e325863
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 27 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@
"license": "(Apache-2.0 AND MIT)",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^12.0.0",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.2",
"@semantic-release/npm": "^12.0.0",
"@semantic-release/release-notes-generator": "^13.0.0",
"@types/chai": "^4.3.11",
"@semantic-release/github": "^10.0.6",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.0",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.8",
"@types/node": "^20.14.2",
"@types/yargs": "^17.0.32",
"c8": "^9.0.0",
"chai": "^5.0.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"c8": "^10.1.1",
"chai": "^5.1.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"js-yaml": "^4.1.0",
"mocha": "^10.2.0",
"mocha": "^10.4.0",
"polendina": "^3.2.1",
"standard": "^17.1.0",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"repository": {
"type": "git",
Expand Down
4 changes: 1 addition & 3 deletions test/test-typed-any.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* eslint-env mocha */

import * as chai from 'chai'
import { assert } from 'chai'
import { buildAndVerify } from './typed-util.js'

const { assert } = chai

const fauxCid = {}
fauxCid.asCID = fauxCid

Expand Down
3 changes: 1 addition & 2 deletions test/test-typed-basics.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
/* eslint-env mocha */

import * as chai from 'chai'
import { assert } from 'chai'
import { buildAndVerify } from './typed-util.js'
const { assert } = chai

const fauxCid = {}
fauxCid.asCID = fauxCid
Expand Down
4 changes: 1 addition & 3 deletions test/test-typed-enum.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* eslint-env mocha */

import * as chai from 'chai'
import { assert } from 'chai'
import { buildAndVerify } from './typed-util.js'

const { assert } = chai

const fauxCid = {}
fauxCid.asCID = fauxCid

Expand Down
4 changes: 1 addition & 3 deletions test/test-typed-struct.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* eslint-env mocha */

import * as chai from 'chai'
import { assert } from 'chai'
import { buildAndVerify } from './typed-util.js'

const { assert } = chai

const fauxCid = {}
fauxCid.asCID = fauxCid

Expand Down
4 changes: 1 addition & 3 deletions test/test-typed-union.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
/* eslint-env mocha */

import * as chai from 'chai'
import { assert } from 'chai'
import { buildAndVerify } from './typed-util.js'

const { assert } = chai

const fauxCid = {}
fauxCid.asCID = fauxCid

Expand Down
2 changes: 1 addition & 1 deletion types/lib/to-dsl.d.ts.map

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

2 changes: 1 addition & 1 deletion types/lib/typed.d.ts.map

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

0 comments on commit e325863

Please sign in to comment.