Skip to content

Commit

Permalink
Merge pull request #123 from UW-Macrostrat/update-yarn
Browse files Browse the repository at this point in the history
Update yarn to version 4
  • Loading branch information
davenquinn authored Jan 22, 2024
2 parents ef231be + 4602a05 commit c43f3e1
Show file tree
Hide file tree
Showing 5 changed files with 9,469 additions and 9,457 deletions.
874 changes: 0 additions & 874 deletions .yarn/releases/yarn-3.6.3.cjs

This file was deleted.

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

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
compressionLevel: mixed

enableGlobalCache: false

pnpFallbackMode: all

pnpMode: loose
yarnPath: .yarn/releases/yarn-3.6.3.cjs

yarnPath: .yarn/releases/yarn-4.0.2.cjs
10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,13 +135,5 @@
"react-dom": "^18.2.0"
},
"prettier": {},
"packageManager": "yarn@3.6.3",
"dependenciesMeta": {
"@esbuild-kit/esm-loader@2.5.5": {
"unplugged": true
},
"ts-node@10.9.1": {
"unplugged": true
}
}
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit c43f3e1

Please sign in to comment.