create-analog 1.4.0-beta.1 → 1.4.0-beta.3
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
CHANGED
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test": "ng test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.4.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.4.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.3",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.3",
|
|
20
20
|
"@angular/animations": "^17.2.0",
|
|
21
21
|
"@angular/common": "^17.2.0",
|
|
22
22
|
"@angular/compiler": "^17.2.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"zone.js": "~0.14.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.4.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.3",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.3",
|
|
43
43
|
"@angular/cli": "^17.2.0",
|
|
44
44
|
"@angular/compiler-cli": "^17.2.0",
|
|
45
45
|
"@nx/vite": "~18.0.0",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
"test": "ng test"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.4.0-beta.
|
|
19
|
-
"@analogjs/router": "^1.4.0-beta.
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.3",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.3",
|
|
20
20
|
"@angular/animations": "^17.2.0",
|
|
21
21
|
"@angular/common": "^17.2.0",
|
|
22
22
|
"@angular/compiler": "^17.2.0",
|
|
@@ -38,8 +38,8 @@
|
|
|
38
38
|
"zone.js": "~0.14.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@analogjs/platform": "^1.4.0-beta.
|
|
42
|
-
"@analogjs/vite-plugin-angular": "^1.4.0-beta.
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.3",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.3",
|
|
43
43
|
"@angular-devkit/build-angular": "^17.2.0",
|
|
44
44
|
"@angular/cli": "^17.2.0",
|
|
45
45
|
"@angular/compiler-cli": "^17.2.0",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"private": true,
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@analogjs/content": "^1.3
|
|
19
|
-
"@analogjs/router": "^1.3
|
|
18
|
+
"@analogjs/content": "^1.4.0-beta.3",
|
|
19
|
+
"@analogjs/router": "^1.4.0-beta.3",
|
|
20
20
|
"@angular/animations": "^18.0.0-rc.0",
|
|
21
21
|
"@angular/common": "^18.0.0-rc.0",
|
|
22
22
|
"@angular/compiler": "^18.0.0-rc.0",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"@angular/forms": "^18.0.0-rc.0",
|
|
25
25
|
"@angular/platform-browser": "^18.0.0-rc.0",
|
|
26
26
|
"@angular/platform-browser-dynamic": "^18.0.0-rc.0",
|
|
27
|
+
"@angular/platform-server": "^18.0.0-rc.0",
|
|
27
28
|
"@angular/router": "^18.0.0-rc.0",
|
|
28
29
|
"@nx/angular": "~19.0.0",
|
|
29
30
|
"front-matter": "^4.0.2",
|
|
@@ -37,8 +38,8 @@
|
|
|
37
38
|
"zone.js": "~0.14.3"
|
|
38
39
|
},
|
|
39
40
|
"devDependencies": {
|
|
40
|
-
"@analogjs/platform": "^1.3
|
|
41
|
-
"@analogjs/vite-plugin-angular": "^1.3
|
|
41
|
+
"@analogjs/platform": "^1.4.0-beta.3",
|
|
42
|
+
"@analogjs/vite-plugin-angular": "^1.4.0-beta.3",
|
|
42
43
|
"@angular-devkit/build-angular": "^18.0.0-rc.2",
|
|
43
44
|
"@angular/cli": "^18.0.0-rc.2",
|
|
44
45
|
"@angular/compiler-cli": "^18.0.0-rc.0",
|