Skip to content

Commit

Permalink
fix: update package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
KotRikD committed Dec 16, 2023
1 parent be24983 commit 30b3113
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions packages/tosu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@vercel/ncc": "^0.36.1",
"dotenv": "^16.0.3",
"find-process": "^1.4.7",
"game-overlay": "workspace:*",
"koa": "^2.14.1",
"koa-mount": "^4.0.0",
"koa-send": "^5.0.1",
Expand All @@ -43,7 +44,6 @@
"rosu-pp": "^0.9.4",
"ts-node": "^10.9.1",
"tsprocess": "workspace:*",
"winston": "^3.8.2",
"@tosu/game-overlay": "workspace:*"
"winston": "^3.8.2"
}
}
2 changes: 1 addition & 1 deletion packages/tosu/src/objects/instanceManager/osuInstance.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { injectGameOverlay } from '@tosu/game-overlay';
import EventEmitter from 'events';
import fs from 'fs';
import { injectGameOverlay } from 'game-overlay';
import path from 'path';
import { Process } from 'tsprocess/dist/process';

Expand Down
100 changes: 50 additions & 50 deletions pnpm-lock.yaml

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

0 comments on commit 30b3113

Please sign in to comment.