Skip to content

Commit

Permalink
feat: upgrade to yarn v3
Browse files Browse the repository at this point in the history
Upgrades to using yarn v3. Relies on getoutreach/devbase#666
  • Loading branch information
jaredallard committed Sep 21, 2023
1 parent fd6611b commit c69a479
Show file tree
Hide file tree
Showing 7 changed files with 5,132 additions and 3,909 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dist/
# Don't. Commit. Vendor. Or other package manager dep directories
node_modules
vendor
.yarn

# Fetched by make
concourse/jsonnet-libs
Expand Down
1 change: 1 addition & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"prettier": "^2.8.8",
"semantic-release": "^21.0.5",
"semver": "^7.5.2"
}
},
"packageManager": "[email protected]"
}
1 change: 1 addition & 0 deletions templates/.gitignore.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ dist/
# Don't. Commit. Vendor. Or other package manager dep directories
node_modules
vendor
.yarn

# Fetched by make
concourse/jsonnet-libs
Expand Down
1 change: 1 addition & 0 deletions templates/.yarnrc.yml.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodeLinker: node-modules
3 changes: 2 additions & 1 deletion templates/package.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
"prettier": "^2.8.8",
"semantic-release": "^21.0.5",
"semver": "^7.5.2"
}
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit c69a479

Please sign in to comment.