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

chore: replace esl fork targeted at node14 with the regular esl package #33609

Merged
merged 1 commit into from
Oct 16, 2024
Merged
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 apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
"emailreplyparser": "^0.0.5",
"emoji-toolkit": "^7.0.1",
"emojione": "^4.5.0",
"esl": "github:pierre-lehnen-rc/esl",
"esl": "^11.2.1",
"eventemitter3": "^4.0.7",
"exif-be-gone": "^1.3.2",
"expiry-map": "^2.0.0",
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9147,7 +9147,7 @@ __metadata:
emoji-toolkit: "npm:^7.0.1"
emojione: "npm:^4.5.0"
emojione-assets: "npm:^4.5.0"
esl: "github:pierre-lehnen-rc/esl"
esl: "npm:^11.2.1"
eslint: "npm:~8.45.0"
eslint-config-prettier: "npm:~8.8.0"
eslint-plugin-anti-trojan-source: "npm:~1.1.1"
Expand Down Expand Up @@ -20593,6 +20593,13 @@ __metadata:
languageName: node
linkType: hard

"esl@npm:^11.2.1":
version: 11.2.1
resolution: "esl@npm:11.2.1"
checksum: 10/7fa33268e3e5bbd28ec12216302fa87a9721255766236f429309965592839ccc3d74558c9302d5da4e466a255f8f7827e815725c009ad7676cbbcca45eda2e39
languageName: node
linkType: hard

"eslint-config-prettier@npm:~8.8.0":
version: 8.8.0
resolution: "eslint-config-prettier@npm:8.8.0"
Expand Down
Loading