Skip to content

Commit

Permalink
Bump lit-analyzer from 1.2.1 to 2.0.1 (#59)
Browse files Browse the repository at this point in the history
* Bump lit-analyzer from 1.2.1 to 2.0.1

Bumps [lit-analyzer](https://github.com/runem/lit-analyzer) from 1.2.1 to 2.0.1.
- [Release notes](https://github.com/runem/lit-analyzer/releases)
- [Changelog](https://github.com/runem/lit-analyzer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/runem/lit-analyzer/commits)

---
updated-dependencies:
- dependency-name: lit-analyzer
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Fix CI

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evan Lemieux <49823444+EvanLemieux@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and EvanLemieux authored Nov 7, 2023
1 parent f527b92 commit ed2f098
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: |
npm i
npm i @web/test-runner-playwright --no-save
npx playwright install-deps
npx playwright install --with-deps
- name: Lint
run: npm run lint
- name: Test (Cross Browser)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"eslint-plugin-import": "^2",
"eslint-plugin-lit": "^1",
"eslint-plugin-sort-class-members": "^1",
"lit-analyzer": "^1",
"lit-analyzer": "^2",
"sinon": "^15",
"stylelint": "^15"
},
Expand Down

0 comments on commit ed2f098

Please sign in to comment.