Skip to content

Commit

Permalink
fix: bump accepted peer dependency version of @lwc/eslint-plugin-lwc (#…
Browse files Browse the repository at this point in the history
…145)

* fix: update peer-dependency

* 3.7.1
  • Loading branch information
ravijayaramappa authored Jan 17, 2025
1 parent d18d863 commit 7906d7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salesforce/eslint-config-lwc",
"version": "3.7.0",
"version": "3.7.1",
"main": "index.js",
"license": "MIT",
"description": "Opinionated ESLint configurations for LWC projects",
Expand Down Expand Up @@ -37,7 +37,7 @@
"prettier": "^3.3.2"
},
"peerDependencies": {
"@lwc/eslint-plugin-lwc": "^1.0.0",
"@lwc/eslint-plugin-lwc": "^2.0.0",
"@salesforce/eslint-plugin-lightning": "^1.0.0",
"eslint": "^7 || ^8",
"eslint-plugin-import": "*",
Expand Down

0 comments on commit 7906d7f

Please sign in to comment.