Skip to content

Commit 00f5a83

Browse files
committed
Upgrade to Yarn version v3.5.0
1 parent 99581b4 commit 00f5a83

File tree

6 files changed

+9502
-5908
lines changed

6 files changed

+9502
-5908
lines changed

.gitignore

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
/node_modules
22
/dist
33
/yarn-error.log
4-
/coverage
4+
/coverage
5+
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/sdks
12+
!.yarn/versions

.idea/react-grapher.iml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.yarn/releases/yarn-3.5.0.cjs

+873
Large diffs are not rendered by default.

.yarnrc.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-3.5.0.cjs

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@
5858
"watch": "rollup -c --watch",
5959
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"",
6060
"test": "jest"
61-
}
61+
},
62+
"packageManager": "[email protected]"
6263
}

0 commit comments

Comments
 (0)