Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit d378c67

Browse files
committed
few dependency fixes
1 parent 599c866 commit d378c67

File tree

2 files changed

+98
-2632
lines changed

2 files changed

+98
-2632
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@
1212
"engines": {
1313
"node": ">=4"
1414
},
15-
"size-limit": [
16-
{
17-
"limit": "25 KB",
18-
"path": "index.js"
19-
}
20-
],
2115
"scripts": {
2216
"circle-lint": ".buildscript/circle.sh",
2317
"dependencies": "yarn",
24-
"size": "size-limit",
2518
"test": "standard && nyc ava --timeout=20s&& .buildscript/e2e.sh",
2619
"report-coverage": "nyc report --reporter=lcov > coverage.lcov && codecov",
2720
"np": "np --no-publish",
@@ -61,8 +54,12 @@
6154
"nyc": "^14.1.1",
6255
"pify": "^4.0.1",
6356
"sinon": "^7.3.2",
64-
"size-limit": "^1.3.5",
6557
"snyk": "^1.171.1",
6658
"standard": "^12.0.1"
59+
},
60+
"resolutions": {
61+
"kind-of": "^6.0.3",
62+
"lodash": "^4.17.19",
63+
"set-value": "^2.0.1"
6764
}
6865
}

0 commit comments

Comments
 (0)