Skip to content

Commit 8aa8868

Browse files
committed
Adjust package.json
1 parent 53d55de commit 8aa8868

File tree

2 files changed

+28
-47
lines changed

2 files changed

+28
-47
lines changed

package-lock.json

+24-44
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -110,10 +110,10 @@
110110
"nyc": "^15.0.0",
111111
"prettier": "^2.2.1",
112112
"proxyquire": "^2.1.3",
113-
"sinon": "^12.0.1",
114-
"sinon-test": "^3.0.0",
113+
"sinon": "^11.1.2",
114+
"sinon-test": "^3.1.1",
115115
"tui-jsdoc-template": "^1.2.2",
116-
"xo": "^0.37.1",
116+
"xo": "0.37.1",
117117
"yeoman-assert": "^3.1.1",
118118
"yeoman-generator": "^5.1.0",
119119
"yeoman-test": "^6.2.0"
@@ -126,6 +126,7 @@
126126
],
127127
"rules": {
128128
"import/no-dynamic-require": "off",
129+
"import/extensions": "off",
129130
"prefer-spread": "off",
130131
"padding-line-between-statements": "off",
131132
"unicorn/no-hex-escape": "off",

0 commit comments

Comments
 (0)