create-analog 1.0.0-beta.3 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/template-angular-v17/package.json +16 -17
- package/template-blog/package.json +17 -17
package/package.json
CHANGED
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@analogjs/content": "^1.0.0-beta.0",
|
|
19
19
|
"@analogjs/router": "^1.0.0-beta.0",
|
|
20
|
-
"@angular/animations": "^17.
|
|
21
|
-
"@angular/common": "^17.
|
|
22
|
-
"@angular/compiler": "^17.
|
|
23
|
-
"@angular/core": "^17.
|
|
24
|
-
"@angular/forms": "^17.
|
|
25
|
-
"@angular/platform-browser": "^17.
|
|
26
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
27
|
-
"@angular/platform-server": "^17.
|
|
28
|
-
"@angular/router": "^17.
|
|
29
|
-
"@nx/angular": "~
|
|
20
|
+
"@angular/animations": "^17.2.0",
|
|
21
|
+
"@angular/common": "^17.2.0",
|
|
22
|
+
"@angular/compiler": "^17.2.0",
|
|
23
|
+
"@angular/core": "^17.2.0",
|
|
24
|
+
"@angular/forms": "^17.2.0",
|
|
25
|
+
"@angular/platform-browser": "^17.2.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.2.0",
|
|
27
|
+
"@angular/platform-server": "^17.2.0",
|
|
28
|
+
"@angular/router": "^17.2.0",
|
|
29
|
+
"@nx/angular": "~18.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
32
32
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -39,14 +39,13 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@analogjs/platform": "^1.0.0-beta.0",
|
|
42
|
-
"@angular
|
|
43
|
-
"@angular/cli": "^17.
|
|
44
|
-
"@
|
|
45
|
-
"
|
|
46
|
-
"nx": "~17.2.0",
|
|
42
|
+
"@angular/cli": "^17.2.0",
|
|
43
|
+
"@angular/compiler-cli": "^17.2.0",
|
|
44
|
+
"@nx/vite": "~18.0.0",
|
|
45
|
+
"nx": "~18.0.0",
|
|
47
46
|
"jsdom": "^22.1.0",
|
|
48
47
|
"typescript": "~5.3.0",
|
|
49
|
-
"vite": "
|
|
50
|
-
"vitest": "
|
|
48
|
+
"vite": "~5.0.0",
|
|
49
|
+
"vitest": "~1.2.0"
|
|
51
50
|
}
|
|
52
51
|
}
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@analogjs/content": "^1.0.0-beta.0",
|
|
19
19
|
"@analogjs/router": "^1.0.0-beta.0",
|
|
20
|
-
"@angular/animations": "^17.
|
|
21
|
-
"@angular/common": "^17.
|
|
22
|
-
"@angular/compiler": "^17.
|
|
23
|
-
"@angular/core": "^17.
|
|
24
|
-
"@angular/forms": "^17.
|
|
25
|
-
"@angular/platform-browser": "^17.
|
|
26
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
27
|
-
"@angular/platform-server": "^17.
|
|
28
|
-
"@angular/router": "^17.
|
|
29
|
-
"@nx/angular": "~
|
|
20
|
+
"@angular/animations": "^17.2.0",
|
|
21
|
+
"@angular/common": "^17.2.0",
|
|
22
|
+
"@angular/compiler": "^17.2.0",
|
|
23
|
+
"@angular/core": "^17.2.0",
|
|
24
|
+
"@angular/forms": "^17.2.0",
|
|
25
|
+
"@angular/platform-browser": "^17.2.0",
|
|
26
|
+
"@angular/platform-browser-dynamic": "^17.2.0",
|
|
27
|
+
"@angular/platform-server": "^17.2.0",
|
|
28
|
+
"@angular/router": "^17.2.0",
|
|
29
|
+
"@nx/angular": "~18.0.0",
|
|
30
30
|
"front-matter": "^4.0.2",
|
|
31
31
|
"marked": "^5.0.2",
|
|
32
32
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@analogjs/platform": "^1.0.0-beta.0",
|
|
42
|
-
"@angular-devkit/build-angular": "^17.
|
|
43
|
-
"@angular/cli": "^17.
|
|
44
|
-
"@angular/compiler-cli": "^17.
|
|
45
|
-
"@nx/vite": "~
|
|
46
|
-
"nx": "~
|
|
42
|
+
"@angular-devkit/build-angular": "^17.2.0",
|
|
43
|
+
"@angular/cli": "^17.2.0",
|
|
44
|
+
"@angular/compiler-cli": "^17.2.0",
|
|
45
|
+
"@nx/vite": "~18.0.0",
|
|
46
|
+
"nx": "~18.0.0",
|
|
47
47
|
"jsdom": "^22.1.0",
|
|
48
48
|
"typescript": "~5.3.0",
|
|
49
|
-
"vite": "
|
|
50
|
-
"vitest": "
|
|
49
|
+
"vite": "~5.0.0",
|
|
50
|
+
"vitest": "~1.2.0"
|
|
51
51
|
}
|
|
52
52
|
}
|