Skip to content

Commit

Permalink
⬆️ deps: Upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Sep 15, 2022
1 parent dc6ad33 commit b106bc0
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 328 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@
"@trie-data-structure/uncompressed-trie": "^1.0.0"
},
"devDependencies": {
"@aureooms/js-string": "1.0.0",
"@babel/core": "7.19.1",
"@babel/plugin-transform-destructuring": "7.18.13",
"@babel/plugin-transform-for-of": "7.18.8",
Expand All @@ -83,6 +82,7 @@
"@node-loader/babel": "2.0.1",
"@node-loader/core": "2.0.0",
"@node-loader/import-maps": "1.1.0",
"@string-plumbing/mul": "^0.0.1",
"ava": "4.3.3",
"babel-plugin-transform-remove-console": "6.9.4",
"babel-plugin-unassert": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/src/lz78.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from 'ava';

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

import {lz78} from '#module';

Expand Down
Loading

0 comments on commit b106bc0

Please sign in to comment.