Skip to content

Commit

Permalink
Update dependencies, including from-mem and peggy
Browse files Browse the repository at this point in the history
  • Loading branch information
hildjj committed Feb 26, 2024
1 parent 6f8f01d commit f54fbb6
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 <joe-github@cursive.net>",
"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": "pnpm@8.15.4",
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 f54fbb6

Please sign in to comment.