Skip to content

Commit

Permalink
update versions and fix building
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Dunkel committed Jan 5, 2024
1 parent ac7315c commit c2188a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package-lock = false
2 changes: 1 addition & 1 deletion lib/base32.t.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { describe, it } from '@xutl/test';
import { describe, it } from 'node:test';
import { strictEqual } from 'node:assert';

import { randomBytes } from 'node:crypto';
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-node-resolve": "^13.3.0",
"@types/node": "^14.11.2",
"@types/node": "^20.10.6",
"rollup": "^2.76.0",
"typescript": "^4.7.4"
"typescript": "^5.3.3"
}
}

0 comments on commit c2188a8

Please sign in to comment.