Skip to content

Commit 169a5d1

Browse files
committed
docs: use next version for angular three in docs
1 parent 6c57c2a commit 169a5d1

File tree

7 files changed

+168
-58
lines changed

7 files changed

+168
-58
lines changed

apps/docs/package.json

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,17 @@
1313
"@astrojs/starlight": "^0.31.1",
1414
"@astrojs/starlight-tailwind": "^3.0.0",
1515
"@astrojs/tailwind": "^5.1.4",
16+
"angular-three": "next",
17+
"angular-three-cannon": "next",
18+
"angular-three-postprocessing": "next",
19+
"angular-three-rapier": "next",
20+
"angular-three-soba": "next",
1621
"astro": "^5.1.5",
1722
"sharp": "^0.33.5",
1823
"starlight-blog": "^0.16.1",
1924
"tailwindcss": "^3.4.4"
2025
},
2126
"devDependencies": {
2227
"@expressive-code/plugin-line-numbers": "^0.40.1"
23-
},
24-
"nx": {
25-
"targets": {
26-
"dev": {
27-
"dependsOn": [
28-
{
29-
"projects": [
30-
"core",
31-
"soba"
32-
],
33-
"target": "build-docs"
34-
}
35-
]
36-
}
37-
}
3828
}
3929
}

libs/core/ng-package-docs.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

libs/core/project.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"build-docs": {
26-
"executor": "@nx/angular:package",
27-
"outputs": ["{workspaceRoot}/node_modules/angular-three"],
28-
"options": {
29-
"project": "libs/core/ng-package-docs.json",
30-
"tsConfig": "libs/core/tsconfig.lib.prod.json"
31-
}
32-
},
3325
"test": {
3426
"executor": "@analogjs/vitest-angular:test"
3527
},

libs/soba/ng-package-docs.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

libs/soba/project.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@
2222
},
2323
"defaultConfiguration": "production"
2424
},
25-
"build-docs": {
26-
"executor": "@nx/angular:package",
27-
"outputs": ["{workspaceRoot}/node_modules/angular-three-soba"],
28-
"options": {
29-
"project": "libs/soba/ng-package-docs.json",
30-
"tsConfig": "libs/soba/tsconfig.lib.prod.json"
31-
}
32-
},
3325
"test": {
3426
"executor": "@analogjs/vitest-angular:test"
3527
},

nx.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"inputs": ["production", "^production"],
66
"cache": true
77
},
8-
"build-docs": {
9-
"dependsOn": ["^build-docs"],
10-
"inputs": ["production", "^production"],
11-
"cache": true
12-
},
138
"generate-json": {
149
"inputs": [
1510
"production-core",

pnpm-lock.yaml

Lines changed: 163 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)