chore: tweak turbo config

This commit is contained in:
Balázs Orbán
2023-03-10 10:34:38 +01:00
parent bce6b00c43
commit 7f3b35593f
3 changed files with 11 additions and 28 deletions

View File

@@ -15,20 +15,11 @@
"snippets": "node scripts/generate-snippets.mjs"
},
"dependencies": {
"@auth/core": "workspace:*",
"@auth/sveltekit": "workspace:*",
"@mdx-js/react": "1.6.22",
"@next-auth/firebase-adapter": "workspace:*",
"@next-auth/dgraph-adapter": "workspace:*",
"@next-auth/prisma-adapter": "workspace:*",
"@next-auth/mongodb-adapter": "workspace:*",
"@next-auth/typeorm-legacy-adapter": "workspace:*",
"@next-auth/dynamodb-adapter": "workspace:*",
"@sapphire/docusaurus-plugin-npm2yarn2pnpm": "1.1.4",
"classnames": "^2.3.2",
"mdx-mermaid": "1.2.2",
"mermaid": "9.0.1",
"next-auth": "workspace:*",
"prism-react-renderer": "1.3.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",

18
pnpm-lock.yaml generated
View File

@@ -215,8 +215,6 @@ importers:
docs:
specifiers:
'@auth/core': workspace:*
'@auth/sveltekit': workspace:*
'@docusaurus/core': 2.2.0
'@docusaurus/eslint-plugin': 2.2.0
'@docusaurus/module-type-aliases': 2.2.0
@@ -224,18 +222,11 @@ importers:
'@docusaurus/theme-common': 2.2.0
'@docusaurus/types': 2.2.0
'@mdx-js/react': 1.6.22
'@next-auth/dgraph-adapter': workspace:*
'@next-auth/dynamodb-adapter': workspace:*
'@next-auth/firebase-adapter': workspace:*
'@next-auth/mongodb-adapter': workspace:*
'@next-auth/prisma-adapter': workspace:*
'@next-auth/typeorm-legacy-adapter': workspace:*
'@sapphire/docusaurus-plugin-npm2yarn2pnpm': 1.1.4
classnames: ^2.3.2
docusaurus-plugin-typedoc: 1.0.0-next.2
mdx-mermaid: 1.2.2
mermaid: 9.0.1
next-auth: workspace:*
prism-react-renderer: 1.3.5
react: ^18.2.0
react-dom: ^18.2.0
@@ -244,20 +235,11 @@ importers:
typedoc: ^0.23.24
typedoc-plugin-markdown: 4.0.0-next.2
dependencies:
'@auth/core': link:../packages/core
'@auth/sveltekit': link:../packages/frameworks-sveltekit
'@mdx-js/react': 1.6.22_react@18.2.0
'@next-auth/dgraph-adapter': link:../packages/adapter-dgraph
'@next-auth/dynamodb-adapter': link:../packages/adapter-dynamodb
'@next-auth/firebase-adapter': link:../packages/adapter-firebase
'@next-auth/mongodb-adapter': link:../packages/adapter-mongodb
'@next-auth/prisma-adapter': link:../packages/adapter-prisma
'@next-auth/typeorm-legacy-adapter': link:../packages/adapter-typeorm-legacy
'@sapphire/docusaurus-plugin-npm2yarn2pnpm': 1.1.4
classnames: 2.3.2
mdx-mermaid: 1.2.2_mermaid@9.0.1+react@18.2.0
mermaid: 9.0.1
next-auth: link:../packages/next-auth
prism-react-renderer: 1.3.5_react@18.2.0
react: 18.2.0
react-dom: 18.2.0_react@18.2.0

View File

@@ -54,7 +54,17 @@
"cache": false
},
"docs#build": {
"dependsOn": ["^build"],
"dependsOn": [
"@auth/core#build",
"@auth/sveltekit#build",
"@next-auth/firebase-adapter#build",
"@next-auth/dgraph-adapter#build",
"@next-auth/prisma-adapter#build",
"@next-auth/mongodb-adapter#build",
"@next-auth/typeorm-legacy-adapter#build",
"@next-auth/dynamodb-adapter#build",
"next-auth#build"
],
"outputs": [
".docusaurus/**/*",
"build/**/*",