Skip to content

Commit 8be1c3e

Browse files
committed
chore: update package manager to Yarn 4.5.1
1 parent 22388c9 commit 8be1c3e

File tree

6 files changed

+6255
-3434
lines changed

6 files changed

+6255
-3434
lines changed

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jestTestFile.js
5555
dist/types/
5656
CONTRIBUTING.md
5757
test.*
58+
.yarnrc.yml
59+
.yarn/

.yarn/install-state.gz

490 KB
Binary file not shown.

.yarn/releases/yarn-4.5.1.cjs

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

.yarnrc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nodeLinker: node-modules
2+
3+
yarnPath: .yarn/releases/yarn-4.5.1.cjs

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,6 @@
8080
"typescript": "^5.4.2",
8181
"webpack": "^5.91.0",
8282
"webpack-cli": "^5.1.4"
83-
}
84-
}
83+
},
84+
"packageManager": "[email protected]"
85+
}

yarn.lock

Lines changed: 5313 additions & 3432 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)