diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 0000000..27e9b98 --- /dev/null +++ b/.yarnrc @@ -0,0 +1,37 @@ +packageExtensions: + "@docusaurus/core@*": + dependencies: + url: "*" + "@lineup-lite/components@*": + peerDependencies: + react-refresh: "*" + "@lineup-lite/hooks@*": + peerDependencies: + react-refresh: "*" + "@lineup-lite/table@*": + peerDependencies: + react-refresh: "*" + eslint-config-airbnb-typescript@*: + dependencies: + eslint-config-airbnb-base: "*" + eslint-module-utils@*: + dependencies: + eslint-import-resolver-node: "*" + prism-react-renderer@*: + dependencies: + react: "*" + react-live@*: + dependencies: + "@philpl/buble": "*" + react: "*" + react-simple-code-editor@*: + dependencies: + react: "*" + +plugins: + - path: .yarn/plugins/@yarnpkg/plugin-version.cjs + spec: "@yarnpkg/plugin-version" + - path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs + spec: "@yarnpkg/plugin-workspace-tools" + +yarnPath: .yarn/releases/yarn-3.2.1.cjs