Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
perf: remove unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Aug 3, 2019
1 parent bc00d5e commit 1ba0e32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@
"spec": "./build/test/**/test-*.js"
},
"dependencies": {
"fp-ts": "^2.0.3",
"io-ts": "^2.0.0",
"io-ts-types": "^0.5.0",
"monocle-ts": "^2.0.0"
"io-ts": "^2.0.0"
},
"devDependencies": {
"@semantic-release/changelog": "^3.0.4",
Expand All @@ -109,6 +106,7 @@
"chokidar-cli": "^2.0.0",
"codecov": "^3.4.0",
"concurrently": "^4.1.1",
"fp-ts": "^2.0.3",
"gts": "^1.1.0",
"husky": "^3.0.2",
"mocha": "^6.2.0",
Expand Down
1 change: 0 additions & 1 deletion test/test-fuzzer.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import * as assert from 'assert';
import * as lib from '../src/fuzzer';

import * as t from 'io-ts';
import { types, unknownTypes } from './helpers';
import { createCoreRegistry } from '../src/registry';
import { isRight } from 'fp-ts/lib/Either';
Expand Down

0 comments on commit 1ba0e32

Please sign in to comment.