Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
build: update yarn to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clydin committed Aug 15, 2024
1 parent 025d974 commit 42d938d
Show file tree
Hide file tree
Showing 7 changed files with 18,760 additions and 13,052 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# Input hashes for repository rule npm_translate_lock(name = "npm", pnpm_lock = "//:pnpm-lock.yaml").
# This file should be checked into version control along with the pnpm-lock.yaml file.
.npmrc=-1306950124
pnpm-lock.yaml=-1501812944
yarn.lock=-587809900
package.json=-931066933
pnpm-lock.yaml=997246602
yarn.lock=1792491892
package.json=128984910
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@
# dependencies
/node_modules

# Yarn
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# profiling files
chrome-profiler-events*.json
speed-measure-plugin*.json
Expand Down
925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.0.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,5 +99,6 @@
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"typescript": "~5.5.2"
}
},
"packageManager": "[email protected]"
}
4 changes: 0 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 42d938d

Please sign in to comment.