Skip to content

Commit 761e1d6

Browse files
committed
[Dev Deps] update eslint, @ljharb/eslint-config, tape
1 parent 134d1fe commit 761e1d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
3030
},
3131
"devDependencies": {
32-
"@ljharb/eslint-config": "^20.2.0",
32+
"@ljharb/eslint-config": "^20.2.3",
3333
"array.prototype.map": "^1.0.4",
3434
"aud": "^2.0.0",
3535
"copy-dir": "^1.3.0",
3636
"eclint": "^2.8.1",
37-
"eslint": "^8.7.0",
37+
"eslint": "=8.8.0",
3838
"in-publish": "^2.0.1",
3939
"mkdirp": "^0.5.5",
4040
"mv": "^2.1.1",
4141
"object-keys": "^1.1.1",
4242
"rimraf": "^2.7.1",
4343
"safe-publish-latest": "^2.0.0",
4444
"tap": "0.4.13",
45-
"tape": "^5.4.1",
45+
"tape": "^5.5.3",
4646
"tmp": "^0.0.31"
4747
},
4848
"license": "MIT",

0 commit comments

Comments
 (0)