Skip to content

Commit 5f019b1

Browse files
committedMar 25, 2024
[eslint config] [*] [dev deps] update tape
1 parent b239920 commit 5f019b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packages/eslint-config-airbnb-base/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"eslint-plugin-import": "^2.29.1",
7878
"in-publish": "^2.0.1",
7979
"safe-publish-latest": "^2.0.0",
80-
"tape": "^5.7.4"
80+
"tape": "^5.7.5"
8181
},
8282
"peerDependencies": {
8383
"eslint": "^7.32.0 || ^8.2.0",

‎packages/eslint-config-airbnb/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"in-publish": "^2.0.1",
8383
"react": ">= 0.13.0",
8484
"safe-publish-latest": "^2.0.0",
85-
"tape": "^5.7.4"
85+
"tape": "^5.7.5"
8686
},
8787
"peerDependencies": {
8888
"eslint": "^7.32.0 || ^8.2.0",

0 commit comments

Comments
 (0)
Failed to load comments.