Skip to content

Commit

Permalink
chore(deps): npm up (#102)
Browse files Browse the repository at this point in the history
**before**

```
Package                Current   Wanted  Latest  Location                            Depended by
@readme/eslint-config   14.0.0   14.1.2  14.1.2  node_modules/@readme/eslint-config  glitch-sync
@types/node            20.14.2  20.17.5  22.8.6  node_modules/@types/node            glitch-sync
@vercel/ncc             0.38.1   0.38.2  0.38.2  node_modules/@vercel/ncc            glitch-sync
@vitest/coverage-v8      1.6.0    1.6.0   2.1.4  node_modules/@vitest/coverage-v8    glitch-sync
eslint                  8.57.0   8.57.1  9.13.0  node_modules/eslint                 glitch-sync
msw                      2.3.1    2.6.0   2.6.0  node_modules/msw                    glitch-sync
prettier                 3.3.2    3.3.3   3.3.3  node_modules/prettier               glitch-sync
typescript               5.4.5    5.6.3   5.6.3  node_modules/typescript             glitch-sync
vitest                   1.6.0    1.6.0   2.1.4  node_modules/vitest                 glitch-sync
```

**after**

```
Package  Current  Wanted  Latest  Location             Depended by
eslint    8.57.1  8.57.1  9.13.0  node_modules/eslint  glitch-sync
```
  • Loading branch information
kanadgupta authored Nov 1, 2024
1 parent c11a3d6 commit 7c8eccb
Show file tree
Hide file tree
Showing 4 changed files with 1,834 additions and 1,305 deletions.
4 changes: 2 additions & 2 deletions __tests__/run.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { DefaultBodyType, StrictRequest } from 'msw';
import type { SpyInstance } from 'vitest';
import type { MockInstance } from 'vitest';

import { http } from 'msw';
import { setupServer } from 'msw/node';
Expand Down Expand Up @@ -45,7 +45,7 @@ const server = setupServer(
);

describe('glitch-sync main runner tests', () => {
let mockStdOut: SpyInstance;
let mockStdOut: MockInstance;

const getCommandOutput = () => {
return [mockStdOut.mock.calls.join('\n\n')].filter(Boolean).join('\n\n');
Expand Down
Loading

0 comments on commit 7c8eccb

Please sign in to comment.