Skip to content

Commit 84c9ad5

Browse files
committed
Update dev-dependencies
1 parent f70de9e commit 84c9ad5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"type-coverage": "^2.0.0",
6969
"type-fest": "^2.0.0",
7070
"typescript": "^4.0.0",
71-
"xo": "^0.45.0"
71+
"xo": "^0.46.0"
7272
},
7373
"scripts": {
7474
"build": "rimraf \"test/**/*.d.ts\" \"*.d.ts\" && tsc && type-coverage",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ test('Repositories', (t) => {
127127
while (++index < repositories.length) {
128128
const repo = repositories[index]
129129
const user = repo[1]
130-
let project = repo[2]
130+
const project = repo[2]
131131
const value = repo[0]
132132

133133
t.equal(

0 commit comments

Comments
 (0)