Skip to content

Commit

Permalink
Merge pull request #28 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update to peggy 4.0.2
  • Loading branch information
hildjj authored Feb 26, 2024
2 parents c66ef56 + bbd3f9a commit ae23957
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 58 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
branches:
- main
pull_request:
branches: ['*']
branches:
- main

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,18 @@
"repository": "peggyjs/peggyjs-eslint-parser",
"bugs": "https://github.com/peggyjs/peggyjs-eslint-parser/issues",
"devDependencies": {
"@peggyjs/eslint-config": "3.2.3",
"@peggyjs/eslint-config": "3.2.4",
"@types/eslint": "8.56.3",
"@types/estree": "1.0.5",
"@types/node": "20.11.20",
"@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",
"copyfiles": "2.4.1",
"eslint": "8.57.0",
"eslint-plugin-mocha": "10.3.0",
"mocha": "10.3.0",
"peggy": "4.0.1",
"peggy": "4.0.2",
"rimraf": "5.0.5",
"source-map-support": "0.5.21",
"typescript": "5.3.3"
Expand Down
106 changes: 53 additions & 53 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 ae23957

Please sign in to comment.