Skip to content

Commit

Permalink
Merge pull request #31 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Feb 24, 2024
2 parents 81124fa + 0239c90 commit cc203cf
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 115 deletions.
82 changes: 62 additions & 20 deletions examples/pnpm-lock.yaml

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

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,24 +25,24 @@
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"dependencies": {
"@peggyjs/from-mem": "1.0.0",
"@peggyjs/from-mem": "1.1.0",
"enhanced-resolve": "5.15.0"
},
"repository": "peggyjs/peggyjs-eslint-plugin",
"bugs": "https://github.com/peggyjs/peggyjs-eslint-plugin/issues",
"devDependencies": {
"@peggyjs/eslint-config": "3.2.2",
"@peggyjs/eslint-parser": "^2.0.4",
"@peggyjs/eslint-config": "3.2.3",
"@peggyjs/eslint-parser": "^2.0.5",
"@types/debug": "4.1.12",
"@types/eslint": "8.56.2",
"@types/eslint": "8.56.3",
"@types/estree": "1.0.5",
"@types/node": "20.11.19",
"@types/node": "20.11.20",
"@types/requireindex": "1.2.4",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"c8": "9.1.0",
"debug": "4.3.4",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-plugin-eslint-plugin": "5.3.0",
"eslint-plugin-mocha": "10.3.0",
"mocha": "10.3.0",
Expand All @@ -51,10 +51,10 @@
"typescript": "5.3.3"
},
"peerDependencies": {
"@peggyjs/eslint-parser": "^2.0.4",
"eslint": ">=8.56.0"
"@peggyjs/eslint-parser": "^2.0.5",
"eslint": ">=8.57.0"
},
"packageManager": "[email protected].3",
"packageManager": "[email protected].4",
"engines": {
"node": ">=20.8"
}
Expand Down
Loading

0 comments on commit cc203cf

Please sign in to comment.