chore(deps): update yarn to v4.5.0 #65

Merged
joao.dubas merged 2 commits from renovate/yarn-monorepo into main 2024-10-08 13:11:04 +00:00
3 changed files with 437 additions and 437 deletions
Showing only changes of commit 46804316ea - Show all commits

View File

@ -29,7 +29,7 @@ steps:
- name: test
image: 'node:22.8.0-slim'
commands:
- yarn set version 4.4.1
- yarn set version 4.5.0
- yarn install
- yarn run jest

870
.pnp.cjs generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@ asdf_install:
.PHONY: yarn_setup
yarn_setup:
@yarn set version 4.4.1
@yarn set version 4.5.0
@yarn init -2
@yarn add typescript jest @types/jest ts-node ts-jest