Skip to content

Commit ae23957

Browse files
authored
Merge pull request #28 from hildjj/update-deps
Update to peggy 4.0.2
2 parents c66ef56 + bbd3f9a commit ae23957

File tree

3 files changed

+59
-58
lines changed

3 files changed

+59
-58
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches: ['*']
8+
branches:
9+
- main
910

1011
jobs:
1112
build:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,18 @@
3030
"repository": "peggyjs/peggyjs-eslint-parser",
3131
"bugs": "https://github.com/peggyjs/peggyjs-eslint-parser/issues",
3232
"devDependencies": {
33-
"@peggyjs/eslint-config": "3.2.3",
33+
"@peggyjs/eslint-config": "3.2.4",
3434
"@types/eslint": "8.56.3",
3535
"@types/estree": "1.0.5",
3636
"@types/node": "20.11.20",
37-
"@typescript-eslint/eslint-plugin": "7.0.2",
38-
"@typescript-eslint/parser": "7.0.2",
37+
"@typescript-eslint/eslint-plugin": "7.1.0",
38+
"@typescript-eslint/parser": "7.1.0",
3939
"c8": "9.1.0",
4040
"copyfiles": "2.4.1",
4141
"eslint": "8.57.0",
4242
"eslint-plugin-mocha": "10.3.0",
4343
"mocha": "10.3.0",
44-
"peggy": "4.0.1",
44+
"peggy": "4.0.2",
4545
"rimraf": "5.0.5",
4646
"source-map-support": "0.5.21",
4747
"typescript": "5.3.3"

pnpm-lock.yaml

Lines changed: 53 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)