-
Notifications
You must be signed in to change notification settings - Fork 4
/
.yarnrc.yml
25 lines (25 loc) · 854 Bytes
/
.yarnrc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
yarnPath: .yarn/releases/yarn-3.6.3.cjs
nodeLinker: pnpm
packageExtensions:
{
'@stylexjs/babel-plugin@*':
{
dependencies:
{
'@babel/types': '^7.15.6',
'postcss-value-parser': '^4.2.0',
'invariant': '^2.2.4',
'styleq': '^0.1.3',
'@babel/traverse': '^7.0.0-0',
},
},
'vite-imagetools@*': { dependencies: { 'sharp': '0.32.6' } },
'@remix-run/dev@*': { dependencies: { 'isbot': '^3.6.8' } },
'unplugin-vue-router@*':
{ dependencies: { '@vue/compiler-sfc': '^3.3.13' } },
'@nuxt/vite-builder@*': { dependencies: { 'ofetch': '^1.3.3' } },
'waku@*':
{ dependencies: { 'react-dom': '18.3.0-canary-1d5667a12-20240102' } },
'react-strict-dom@*':
{ dependencies: { '@babel/helper-module-imports': '^7.22.15' } },
}