Skip to content

Commit

Permalink
[Dev Deps] update @ljharb/eslint-config, tape
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Dec 5, 2024
1 parent e6d3f7e commit 3d720b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"prepack": "npmignore --auto --commentLines=autogenerated",
"prepublishOnly": "safe-publish-latest",
"prepublish": "not-in-publish || npm run prepublishOnly",
"prelint": "eclint check $(git ls-files | grep -Ev test\/list-exports$ | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
"prelint": "eclint check $(git ls-files | grep -Ev test/list-exports$ | xargs find 2> /dev/null | grep -vE 'node_modules|\\.git')",
"lint": "eslint --ext=js,mjs --no-eslintrc -c .eslintrc . 'bin/**'",
"pretests-only": "cd ./test/resolver/nested_symlinks && node mylib/sync && node mylib/async",
"tests-only": "tape test/*.js",
Expand All @@ -42,7 +42,7 @@
"test:multirepo": "cd ./test/resolver/multirepo && npm install && npm test"
},
"devDependencies": {
"@ljharb/eslint-config": "^21.1.0",
"@ljharb/eslint-config": "^21.1.1",
"array.prototype.map": "^1.0.7",
"copy-dir": "^1.3.0",
"eclint": "^2.8.1",
Expand All @@ -55,7 +55,7 @@
"rimraf": "^2.7.1",
"safe-publish-latest": "^2.0.0",
"tap": "^0.4.13",
"tape": "^5.7.5",
"tape": "^5.9.0",
"tmp": "^0.0.31"
},
"license": "MIT",
Expand Down

0 comments on commit 3d720b9

Please sign in to comment.