Skip to content

Commit

Permalink
fix: migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed May 2, 2023
1 parent 872a092 commit 6d7f312
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -276,7 +276,6 @@
"@types/markdown-it": "12.2.3",
"@types/markdown-table": "2.0.0",
"@types/marshal": "0.5.1",
"@types/minimatch": "5.1.2",
"@types/moo": "0.5.5",
"@types/nock": "10.0.3",
"@types/node": "18.16.0",
Expand Down
2 changes: 1 addition & 1 deletion tools/check-re2.mjs
@@ -1,5 +1,5 @@
await (async () => {
console.log('-n', 'Checking re2 ... ');
console.log('Checking re2 ... ');
try {
const { default: RE2 } = await import('re2');
new RE2('.*').exec('test');
Expand Down
2 changes: 1 addition & 1 deletion tools/generate-imports.mjs
@@ -1,7 +1,7 @@
import fs from 'fs-extra';
import { glob } from 'glob';
import hasha from 'hasha';
import minimatch from 'minimatch';
import { minimatch } from 'minimatch';
import upath from 'upath';

console.log('generating imports');
Expand Down
5 changes: 0 additions & 5 deletions yarn.lock
Expand Up @@ -3043,11 +3043,6 @@
resolved "https://registry.yarnpkg.com/@types/mdurl/-/mdurl-1.0.2.tgz#e2ce9d83a613bacf284c7be7d491945e39e1f8e9"
integrity sha512-eC4U9MlIcu2q0KQmXszyn5Akca/0jrQmwDRgpAMJai7qBWq4amIQhZyNau4VYGtCeALvW1/NtjzJJ567aZxfKA==

"@types/minimatch@5.1.2":
version "5.1.2"
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-5.1.2.tgz#07508b45797cb81ec3f273011b054cd0755eddca"
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==

"@types/minimist@^1.2.0":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
Expand Down

0 comments on commit 6d7f312

Please sign in to comment.