Skip to content

Commit

Permalink
[*] [Dev Deps] update eslint, @ljharb/eslint-config, lerna, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed May 26, 2020
1 parent e975ef7 commit 3ed678a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -33,8 +33,8 @@
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"eslint": "^7.0.0",
"lerna": "^3.21.0",
"tape": "^5.0.0"
"eslint": "^7.1.0",
"lerna": "^3.22.0",
"tape": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion packages/list-exports/package.json
Expand Up @@ -58,7 +58,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"in-publish": "^2.0.1",
"safe-publish-latest": "^1.1.4"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ls-exports/package.json
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@ljharb/eslint-config": "^17.1.0",
"aud": "^1.1.2",
"eslint": "^7.0.0",
"eslint": "^7.1.0",
"in-publish": "^2.0.1",
"safe-publish-latest": "^1.1.4"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/tests/package.json
Expand Up @@ -7,10 +7,10 @@
"pretest": "npm run lint"
},
"devDependencies": {
"@ljharb/eslint-config": "^17.0.0",
"eslint": "^7.0.0",
"@ljharb/eslint-config": "^17.1.0",
"eslint": "^7.1.0",
"json-diff": "^0.5.4",
"list-exports": "*",
"tape": "^5.0.0"
"tape": "^5.0.1"
}
}

0 comments on commit 3ed678a

Please sign in to comment.