Skip to content

Commit b106bc0

Browse files
⬆️ deps: Upgrade.
1 parent dc6ad33 commit b106bc0

File tree

3 files changed

+162
-328
lines changed

3 files changed

+162
-328
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"@trie-data-structure/uncompressed-trie": "^1.0.0"
7474
},
7575
"devDependencies": {
76-
"@aureooms/js-string": "1.0.0",
7776
"@babel/core": "7.19.1",
7877
"@babel/plugin-transform-destructuring": "7.18.13",
7978
"@babel/plugin-transform-for-of": "7.18.8",
@@ -83,6 +82,7 @@
8382
"@node-loader/babel": "2.0.1",
8483
"@node-loader/core": "2.0.0",
8584
"@node-loader/import-maps": "1.1.0",
85+
"@string-plumbing/mul": "^0.0.1",
8686
"ava": "4.3.3",
8787
"babel-plugin-transform-remove-console": "6.9.4",
8888
"babel-plugin-unassert": "3.2.0",

test/src/lz78.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import test from 'ava';
22

3-
import {mul} from '@aureooms/js-string';
3+
import {mul} from '@string-plumbing/mul';
44

55
import {lz78} from '#module';
66

0 commit comments

Comments
 (0)