Skip to content

Commit

Permalink
bump std-env.
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Dec 17, 2024
1 parent e2e80bf commit 4885109
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"ofetch": "^1.4.1",
"pathe": "^1.1.2",
"pkg-types": "^1.2.1",
"std-env": "^3.4.0",
"std-env": "^3.8.0",
"tsx": "^4.9.0"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/commands/seed/run.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ArgsDef, CommandDef } from 'citty'
import { consola } from 'consola'
import { colorize } from 'consola/utils'
import { process } from 'std-env'
import { CommonArgs } from '../../arguments/common.mjs'
import { usingSeeder } from '../../seeds/using-seeder.mjs'
import { createSubcommand } from '../../utils/create-subcommand.mjs'
Expand Down
1 change: 0 additions & 1 deletion src/kysely/process-migration-result-set.mts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { consola } from 'consola'
import { colorize } from 'consola/utils'
import type { MigrationResultSet, Migrator } from 'kysely'
import { process } from 'std-env'
import { exitWithError, handleAggregateError } from '../utils/error.mjs'
import { getMigrations } from './get-migrations.mjs'

Expand Down

0 comments on commit 4885109

Please sign in to comment.