Skip to content

Commit

Permalink
chore(deps-dev): upgrade to latest stable
Browse files Browse the repository at this point in the history
and regenerate lock file
  • Loading branch information
AviVahl committed Jun 10, 2024
1 parent 2e489d4 commit ca86f04
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 50 deletions.
100 changes: 51 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@types/mocha": "^10.0.6",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"@typescript-eslint/eslint-plugin": "^7.12.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"esbuild": "^0.21.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand Down
1 change: 1 addition & 0 deletions pleb.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
pinnedPackages: [
{ name: 'chai', reason: 'v5 is pure esm' },
{ name: 'chai-as-promised', reason: 'v8 is pure esm' },
{ name: 'eslint', reason: 'plugins are not yet compatible with v9' },
],
};

0 comments on commit ca86f04

Please sign in to comment.