1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-02 00:27:49 +01:00

Dedupe dependencies (#9523)

+ yarn bump + CI check for duplicate dependencies
This commit is contained in:
Bram Kragten
2021-07-07 17:31:37 +02:00
committed by GitHub
parent fc6e459c09
commit 6701c4c371
4 changed files with 97 additions and 1340 deletions

View File

@@ -36,6 +36,8 @@ jobs:
run: yarn run lint:types
- name: Run prettier
run: yarn run lint:prettier
- name: Check for duplicate dependencies
run: yarn dedupe --check
test:
runs-on: ubuntu-latest
steps:

View File

@@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
yarnPath: .yarn/releases/yarn-berry.cjs
yarnPath: .yarn/releases/yarn-2.4.2.cjs

1433
yarn.lock

File diff suppressed because it is too large Load Diff