Skip to content

Commit

Permalink
Update Yarn to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 6e7fece commit 3b124fc
Show file tree
Hide file tree
Showing 5 changed files with 5,898 additions and 5,848 deletions.
875 changes: 0 additions & 875 deletions .yarn/releases/yarn-3.8.3.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.8.3.cjs
yarnPath: .yarn/releases/yarn-4.4.1.cjs
supportedArchitectures:
os: [linux, darwin]
cpu: [x64, arm64]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A Hugo theme for building OCW websites",
"repository": "mitodl/ocw-hugo-themes",
"main": "base-theme/assets/index.js",
"packageManager": "yarn@3.8.3",
"packageManager": "yarn@4.4.1",
"scripts": {
"lint": "eslint $PROJECT_CWD/'**/*.{js,jsx,ts,tsx}'",
"start": "NODE_ENV=development ts-node ./package_scripts/start.ts",
Expand Down
Loading

0 comments on commit 3b124fc

Please sign in to comment.