Skip to content

Commit 26df7f0

Browse files
author
Marcus Waldbaur
committed
Migrate to yarn workspaces
1 parent 010a6fb commit 26df7f0

26 files changed

+19245
-369776
lines changed

.yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs

+28
Large diffs are not rendered by default.

.yarn/releases/yarn-3.4.1.cjs

-873
This file was deleted.

.yarn/releases/yarn-3.6.0.cjs

+874
Large diffs are not rendered by default.

.yarnrc.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-3.4.1.cjs
3+
plugins:
4+
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
5+
spec: "@yarnpkg/plugin-workspace-tools"
6+
7+
yarnPath: .yarn/releases/yarn-3.6.0.cjs

examples/async/package-lock.json

-41,985
This file was deleted.

examples/async/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.1",
44
"private": true,
55
"devDependencies": {
6-
"react-scripts": "^4.0.3"
6+
"react-scripts": "^5.0.1"
77
},
88
"dependencies": {
99
"prop-types": "^15.7.2",

0 commit comments

Comments
 (0)