Skip to content

Commit bc2cf36

Browse files
committed
fix(npm): drop deprecated @effect/schema dependency
Closes #278
1 parent 898518f commit bc2cf36

3 files changed

Lines changed: 1 addition & 16 deletions

File tree

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"Tom Fletcher (https://github.com/tom-fletcher)"
4848
],
4949
"dependencies": {
50-
"@effect/schema": "^0.75.5",
5150
"chalk": "^5.4.1",
5251
"chalk-template": "^1.1.0",
5352
"commander": "^13.1.0",

pnpm-lock.yaml

Lines changed: 0 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bin-update/effects.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import https from 'node:https';
22
import { EOL } from 'node:os';
3-
import * as Schema from '@effect/schema/Schema';
43
import chalk from 'chalk-template';
5-
import { Data, Effect, identity, pipe } from 'effect';
4+
import { Data, Effect, Schema, identity, pipe } from 'effect';
65
import ora, { type Ora } from 'ora';
76
import prompts from 'prompts';
87
import type { ReleaseType } from 'semver';

0 commit comments

Comments
 (0)