Skip to content

Commit ccac5a4

Browse files
committed
chore: bumped yarn to 3.2.0
1 parent f9713e3 commit ccac5a4

File tree

6 files changed

+1524
-1929
lines changed

6 files changed

+1524
-1929
lines changed

.yarn/releases/yarn-3.2.0.cjs

+785
Large diffs are not rendered by default.

netlify.toml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web/netlify.toml

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"web",
1818
"web-playground"
1919
],
20-
"packageManager": "yarn@3.1.1",
20+
"packageManager": "yarn@3.2.0",
2121
"volta": {
2222
"node": "16.13.0"
2323
},

web/netlify.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
## https://github.com/netlify/build/issues/1535#issuecomment-1021947989
33
[build.environment]
44
NETLIFY_USE_YARN = "true"
5+
NETLIFY_YARN_WORKSPACES = "true"
56
YARN_ENABLE_GLOBAL_CACHE = "true"
67
# YARN_CACHE_FOLDER = "/opt/buildhome/.yarn_cache"
7-
YARN_VERSION = "3.1.1"
8+
# YARN_VERSION = "3.2.0"

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"styles": "./src/styles",
1616
"svgs": "./src/assets/svgs"
1717
},
18-
"packageManager": "yarn@3.1.1",
18+
"packageManager": "yarn@3.2.0",
1919
"scripts": {
2020
"clear": "rm -r .parcel-cache",
2121
"clean": "rm dist/bundle.js",

0 commit comments

Comments
 (0)