Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps-dev): Bump jsonc-eslint-parser from 2.3.0 to 2.4.0 #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"growl": "1.10.5",
"husky": "8.0.3",
"is-ci": "3.0.1",
"jsonc-eslint-parser": "2.3.0",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "14.0.1",
"node-notifier": "10.0.1",
"pkg-size": "2.4.0",
Expand Down
16 changes: 14 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ __metadata:
growl: "npm:1.10.5"
husky: "npm:8.0.3"
is-ci: "npm:3.0.1"
jsonc-eslint-parser: "npm:2.3.0"
jsonc-eslint-parser: "npm:2.4.0"
lint-staged: "npm:14.0.1"
node-notifier: "npm:10.0.1"
pkg-size: "npm:2.4.0"
Expand Down Expand Up @@ -5790,7 +5790,19 @@ __metadata:
languageName: node
linkType: hard

"jsonc-eslint-parser@npm:2.3.0, jsonc-eslint-parser@npm:^2.0.4":
"jsonc-eslint-parser@npm:2.4.0":
version: 2.4.0
resolution: "jsonc-eslint-parser@npm:2.4.0"
dependencies:
acorn: "npm:^8.5.0"
eslint-visitor-keys: "npm:^3.0.0"
espree: "npm:^9.0.0"
semver: "npm:^7.3.5"
checksum: bd1d41c852c3488414605a1754617aa7c240ed6730a25a7fd7fb76473e92efdc5ba1728ad3f08f8069de3a19abf1fd275c2b145eb51e2f7f6ca293c8105e1ffe
languageName: node
linkType: hard

"jsonc-eslint-parser@npm:^2.0.4":
version: 2.3.0
resolution: "jsonc-eslint-parser@npm:2.3.0"
dependencies:
Expand Down
Loading