File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
nodeLinker : node-modules
2
2
3
3
yarnPath : .yarn/releases/yarn-3.2.4.cjs
4
+
5
+ # Prevent Yarn from symlinking the repo as a dependency in RTK
6
+ # https://yarnpkg.com/configuration/yarnrc#enableTransparentWorkspaces
7
+ enableTransparentWorkspaces : false
Original file line number Diff line number Diff line change @@ -3072,7 +3072,14 @@ __metadata:
3072
3072
languageName : node
3073
3073
linkType : hard
3074
3074
3075
- " reselect@^4.1.7, reselect@workspace:. " :
3075
+ " reselect@npm:^4.1.7 " :
3076
+ version : 4.1.8
3077
+ resolution : " reselect@npm:4.1.8"
3078
+ checksum : a4ac87cedab198769a29be92bc221c32da76cfdad6911eda67b4d3e7136dca86208c3b210e31632eae31ebd2cded18596f0dd230d3ccc9e978df22f233b5583e
3079
+ languageName : node
3080
+ linkType : hard
3081
+
3082
+ " reselect@workspace:. " :
3076
3083
version : 0.0.0-use.local
3077
3084
resolution : " reselect@workspace:."
3078
3085
dependencies :
You can’t perform that action at this time.
0 commit comments