We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd1ae5 commit a883614Copy full SHA for a883614
package.json
@@ -64,7 +64,7 @@
64
"@iterable-iterator/list": "^1.0.1",
65
"@iterable-iterator/map": "^1.0.1",
66
"@iterable-iterator/range": "^2.1.0",
67
- "@iterable-iterator/slice": "^1.0.1"
+ "@iterable-iterator/slice": "^1.0.2"
68
},
69
"devDependencies": {
70
"@babel/core": "7.16.5",
@@ -90,7 +90,7 @@
90
"pinst": "2.1.6",
91
"power-assert": "1.6.1",
92
"regenerator-runtime": "0.13.9",
93
- "xo": "0.39.1"
+ "xo": "0.47.0"
94
95
"ava": {
96
"files": [
@@ -203,6 +203,7 @@
203
"unicorn"
204
],
205
"rules": {
206
+ "unicorn/prefer-node-protocol": "off",
207
"unicorn/filename-case": [
208
"error",
209
{
0 commit comments