Skip to content

Commit aaa23be

Browse files
committed
chore: minor pkg update
1 parent c33a6f7 commit aaa23be

11 files changed

+998
-1127
lines changed

app/entry.server.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { PassThrough } from 'stream'
1+
import { PassThrough } from 'node:stream'
22
import {
33
createReadableStreamFromReadable,
44
type LoaderFunctionArgs,

app/routes/_auth+/auth.$provider.callback.test.ts

-259
This file was deleted.

app/utils/cache.server.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import fs from 'fs'
1+
import fs from 'node:fs'
22
import {
33
cachified as baseCachified,
44
verboseReporter,

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import 'dotenv/config'
2-
import * as fs from 'fs'
2+
import * as fs from 'node:fs'
33
import chalk from 'chalk'
44
import closeWithGrace from 'close-with-grace'
55
import sourceMapSupport from 'source-map-support'

other/build-server.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import path from 'path'
2-
import { fileURLToPath } from 'url'
1+
import path from 'node:path'
2+
import { fileURLToPath } from 'node:url'
33
import esbuild from 'esbuild'
44
import fsExtra from 'fs-extra'
55
import { globSync } from 'glob'

0 commit comments

Comments
 (0)