Skip to content

Commit

Permalink
Upgrade Yarn to v3 (#98)
Browse files Browse the repository at this point in the history
* `yarn set version stable`

* ignore yarn files as needed

* `yarn`
  • Loading branch information
rtrembecky authored May 8, 2023
1 parent 38181dc commit f10665f
Show file tree
Hide file tree
Showing 5 changed files with 10,157 additions and 6,226 deletions.
13 changes: 10 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,15 @@

# dependencies
/node_modules
/.pnp
.pnp.js

# yarn as of https://yarnpkg.com/getting-started/qa#which-files-should-be-gitignored - not using zero installs
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions

# testing
/coverage
Expand Down Expand Up @@ -32,4 +39,4 @@ yarn-error.log*
.vercel

# typescript
tsconfig.tsbuildinfo
tsconfig.tsbuildinfo
873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.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-3.5.1.cjs
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@
"prettier": "^2.1.2",
"sass": "^1.49.7",
"typed-scss-modules": "^6.2.0"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit f10665f

Please sign in to comment.