Skip to content

Commit

Permalink
Merge pull request #1798 from chanzuckerberg/ah-update
Browse files Browse the repository at this point in the history
Node 20 + Yarn 4
  • Loading branch information
ahuth authored Nov 6, 2023
2 parents 81ad84f + 115ef19 commit 76c8f4b
Show file tree
Hide file tree
Showing 8 changed files with 7,044 additions and 7,418 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.15.0
20.9.0
363 changes: 0 additions & 363 deletions .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

This file was deleted.

874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.4.cjs

This file was deleted.

893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.1.cjs

Large diffs are not rendered by default.

12 changes: 5 additions & 7 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
nodeLinker: node-modules
compressionLevel: mixed

enableGlobalCache: false

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-3.6.4.cjs
yarnPath: .yarn/releases/yarn-4.0.1.cjs
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^29.5.7",
"@types/node": "^18.18.8",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-beautiful-dnd": "^13.1.6",
"@types/react-dom": "^18.2.14",
Expand Down Expand Up @@ -191,5 +191,5 @@
"stylelint --fix"
]
},
"packageManager": "yarn@3.6.4"
"packageManager": "yarn@4.0.1"
}
12,286 changes: 6,143 additions & 6,143 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit 76c8f4b

Please sign in to comment.