Skip to content

Commit dc21f09

Browse files
committed
docs: update docs packages
1 parent e669290 commit dc21f09

File tree

2 files changed

+1236
-1089
lines changed

2 files changed

+1236
-1089
lines changed

apps/astro-docs/package.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
{
2-
"name": "docs",
3-
"type": "module",
4-
"version": "0.0.1",
5-
"scripts": {
6-
"dev": "astro dev",
7-
"start": "astro dev",
8-
"build": "astro build",
9-
"preview": "astro preview",
10-
"astro": "astro"
11-
},
12-
"dependencies": {
13-
"@analogjs/astro-angular": "1.8.0",
14-
"@astrojs/check": "^0.9.3",
15-
"@astrojs/mdx": "^3.1.6",
16-
"@astrojs/starlight": "^0.27.1",
17-
"@astrojs/tailwind": "^5.1.0",
18-
"angular-three": "^2.2.1",
19-
"angular-three-cannon": "^2.2.1",
20-
"angular-three-postprocessing": "^2.2.1",
21-
"angular-three-soba": "^2.2.1",
22-
"astro": "^4.15.6",
23-
"sharp": "^0.32.5",
24-
"starlight-blog": "^0.12.0",
25-
"tailwindcss": "^3.4.6"
26-
},
27-
"nx": {},
28-
"devDependencies": {
29-
"@astrojs/starlight-tailwind": "^2.0.3",
30-
"@expressive-code/plugin-line-numbers": "^0.35.3"
31-
},
32-
"web-types": [
33-
"../../node_modules/angular-three/web-types.json",
34-
"../../node_modules/angular-three-soba/web-types.json"
35-
]
2+
"name": "docs",
3+
"type": "module",
4+
"version": "0.0.1",
5+
"scripts": {
6+
"dev": "astro dev",
7+
"start": "astro dev",
8+
"build": "astro build",
9+
"preview": "astro preview",
10+
"astro": "astro"
11+
},
12+
"dependencies": {
13+
"@analogjs/astro-angular": "1.9.4",
14+
"@astrojs/check": "^0.9.4",
15+
"@astrojs/mdx": "^3.1.9",
16+
"@astrojs/starlight": "^0.29.2",
17+
"@astrojs/tailwind": "^5.1.2",
18+
"angular-three": "^2.9.0",
19+
"angular-three-cannon": "^2.9.0",
20+
"angular-three-postprocessing": "^2.9.0",
21+
"angular-three-soba": "^2.9.0",
22+
"astro": "^4.16.16",
23+
"sharp": "^0.33.5",
24+
"starlight-blog": "^0.15.0",
25+
"tailwindcss": "^3.4.15"
26+
},
27+
"nx": {},
28+
"devDependencies": {
29+
"@astrojs/starlight-tailwind": "^2.0.3",
30+
"@expressive-code/plugin-line-numbers": "^0.38.3"
31+
},
32+
"web-types": [
33+
"../../node_modules/angular-three/web-types.json",
34+
"../../node_modules/angular-three-soba/web-types.json"
35+
]
3636
}

0 commit comments

Comments
 (0)