From ea77ebe5f8798f92e059ada7e5d3e0b3d5fc70fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 23:04:08 +0000 Subject: [PATCH] Bump @salesforce/eslint-plugin-lightning from 0.1.1 to 1.0.0 Bumps [@salesforce/eslint-plugin-lightning](https://github.com/salesforce/eslint-plugin-lightning) from 0.1.1 to 1.0.0. - [Release notes](https://github.com/salesforce/eslint-plugin-lightning/releases) - [Commits](https://github.com/salesforce/eslint-plugin-lightning/compare/v0.1.1...v1.0.0) --- updated-dependencies: - dependency-name: "@salesforce/eslint-plugin-lightning" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index a7f2291..37f5bc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1734,9 +1734,9 @@ } }, "@salesforce/eslint-plugin-lightning": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-0.1.1.tgz", - "integrity": "sha512-b6AvK9Xf0QYdslZjc2uiJUc4zg00WGIjf6PIuJE5jv7X2j6HpJm1aJC/uzjf5q2dZ93U9KuIkbW9c4S7Yn41Lg==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@salesforce/eslint-plugin-lightning/-/eslint-plugin-lightning-1.0.0.tgz", + "integrity": "sha512-zk0PKXAcHKHepAG2EOSWlkOTxQM0Aw1CT6+MUxJcM42fCDwH/yPPpGkG3CWtRfmVViODGOwU9ywU2wlkAYcvUQ==", "dev": true }, "@salesforce/sfdx-lwc-jest": { diff --git a/package.json b/package.json index f4780a9..0efe3a7 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@sa11y/jest": "^3.1.0", "@salesforce/eslint-config-lwc": "^3.0.0", "@salesforce/eslint-plugin-aura": "^2.0.0", - "@salesforce/eslint-plugin-lightning": "^0.1.1", + "@salesforce/eslint-plugin-lightning": "^1.0.0", "@salesforce/sfdx-lwc-jest": "^1.1.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0",