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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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