Skip to content

Commit

Permalink
conf: remove internal dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ealush committed Jun 8, 2020
1 parent 930346e commit e5744e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"jest-cli": "^26.0.0",
"lodash": "^4.17.15",
"mocha": "^7.2.0",
"n4s": "^0.4.6",
"node-fetch": "^2.6.0",
"onchange": "^7.0.2",
"prettier": "2.0.5",
Expand All @@ -39,8 +38,7 @@
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^6.1.0",
"semver": "^7.3.2",
"validator": "^13.0.0",
"vest": "2.0.0-next-417703"
"validator": "^13.0.0"
},
"scripts": {
"build": "rollup -c ./config/builds/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/vest/src/hooks/group/spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import faker from 'faker';
import _ from 'lodash';
import enforce from 'n4s';
import enforce from '../../../../n4s/src';
import collector from '../../../testUtils/collector';
import resetState from '../../../testUtils/resetState';
import runSpec from '../../../testUtils/runSpec';
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4175,11 +4175,6 @@ mute-stream@0.0.8:
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==

n4s@^0.4.6:
version "0.4.6"
resolved "https://registry.yarnpkg.com/n4s/-/n4s-0.4.6.tgz#fc0d915e4b61b4af1c28ac8550b805b3705d0171"
integrity sha512-QnNNTefO6oMqK/oDRzBBFxwLl6jZ/USvuk2L7rGvAgE1hCK4GMBJg0qCtcUDbd+dV8VocL1hveadfgUtzsuSwQ==

nan@^2.12.1:
version "2.14.1"
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
Expand Down Expand Up @@ -5826,11 +5821,6 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

vest@2.0.0-next-417703:
version "2.0.0-next-417703"
resolved "https://registry.yarnpkg.com/vest/-/vest-2.0.0-next-417703.tgz#1311cdc195f70b1f65b4365c4218851abb479550"
integrity sha512-aselVxAPTQFFphn9hCvYMnRtlPfbpM1f0orUVdw71QlVA5Y1QSSfWs+Hr6wgwis8mMrxKEJ78cWQr7GbE0nYkg==

vinyl-sourcemaps-apply@^0.2.0:
version "0.2.1"
resolved "https://registry.yarnpkg.com/vinyl-sourcemaps-apply/-/vinyl-sourcemaps-apply-0.2.1.tgz#ab6549d61d172c2b1b87be5c508d239c8ef87705"
Expand Down

0 comments on commit e5744e4

Please sign in to comment.