Skip to content

Commit

Permalink
Merge pull request #32 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies, including from-mem and peggy
  • Loading branch information
hildjj authored Feb 26, 2024
2 parents 6f8f01d + f54fbb6 commit 9ee1e58
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 65 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,33 @@
"author": "Joe Hildebrand <[email protected]>",
"license": "MIT",
"dependencies": {
"@peggyjs/from-mem": "1.1.0",
"@peggyjs/from-mem": "1.2.1",
"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.3",
"@peggyjs/eslint-parser": "^2.0.5",
"@peggyjs/eslint-config": "3.2.4",
"@peggyjs/eslint-parser": "^2.0.6",
"@types/debug": "4.1.12",
"@types/eslint": "8.56.3",
"@types/estree": "1.0.5",
"@types/node": "20.11.20",
"@types/requireindex": "1.2.4",
"@typescript-eslint/eslint-plugin": "7.0.2",
"@typescript-eslint/parser": "7.0.2",
"@typescript-eslint/eslint-plugin": "7.1.0",
"@typescript-eslint/parser": "7.1.0",
"c8": "9.1.0",
"debug": "4.3.4",
"eslint": "8.57.0",
"eslint-plugin-eslint-plugin": "5.3.0",
"eslint-plugin-eslint-plugin": "5.4.0",
"eslint-plugin-mocha": "10.3.0",
"mocha": "10.3.0",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"typescript": "5.3.3"
},
"peerDependencies": {
"@peggyjs/eslint-parser": "^2.0.5",
"@peggyjs/eslint-parser": "^2.0.6",
"eslint": ">=8.57.0"
},
"packageManager": "[email protected]",
Expand Down
116 changes: 58 additions & 58 deletions pnpm-lock.yaml

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

0 comments on commit 9ee1e58

Please sign in to comment.