Skip to content

Commit ece183a

Browse files
upgrade yarn
1 parent 6b8b880 commit ece183a

6 files changed

Lines changed: 4681 additions & 5070 deletions

File tree

.yarn/plugins/@yarnpkg/plugin-version.cjs

Lines changed: 0 additions & 550 deletions
This file was deleted.

.yarn/releases/yarn-3.2.2.cjs

Lines changed: 0 additions & 783 deletions
This file was deleted.

.yarn/releases/yarn-4.10.3.cjs

Lines changed: 942 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
nodeLinker: node-modules
2-
plugins:
3-
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
4-
spec: "@yarnpkg/plugin-version"
5-
yarnPath: .yarn/releases/yarn-3.2.2.cjs
1+
compressionLevel: mixed
2+
3+
enableGlobalCache: false
64

75
enableTelemetry: false
86

9-
npmRegistryServer: "https://appfolio-ecr-195334327833.d.codeartifact.us-west-2.amazonaws.com/npm/appfolio-repo/"
7+
nodeLinker: node-modules
108

119
npmAlwaysAuth: true
1210

13-
npmAuthToken: "${CODEARTIFACT_AUTH_TOKEN}"
11+
npmAuthToken: "${CODEARTIFACT_AUTH_TOKEN}"
12+
13+
npmRegistryServer: "https://appfolio-ecr-195334327833.d.codeartifact.us-west-2.amazonaws.com/npm/appfolio-repo/"
14+
15+
yarnPath: .yarn/releases/yarn-4.10.3.cjs

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/appfolio/react-gears.git"
99
},
1010
"license": "MIT",
11-
"packageManager": "yarn@3.2.2",
11+
"packageManager": "yarn@4.10.3",
1212
"main": "lib/index.js",
1313
"module": "esm/index.js",
1414
"types": "esm/index.d.ts",

0 commit comments

Comments
 (0)