create-analog 1.17.1-beta.3 → 1.17.2-beta.1

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "1.17.1-beta.3",
3
+ "version": "1.17.2-beta.1",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
20
  "@angular/animations": "^16.2.0",
21
21
  "@angular/common": "^16.2.0",
22
22
  "@angular/compiler": "^16.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.13.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.17.1-beta.3",
42
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
43
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
41
+ "@analogjs/platform": "^1.17.2-beta.1",
42
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
43
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
44
44
  "@angular-devkit/build-angular": "^16.2.0",
45
45
  "@angular/cli": "^16.2.0",
46
46
  "@angular/compiler-cli": "^16.2.0",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.17.1-beta.3",
42
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
43
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
41
+ "@analogjs/platform": "^1.17.2-beta.1",
42
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
43
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
44
44
  "@angular-devkit/build-angular": "^17.2.0",
45
45
  "@angular/cli": "^17.2.0",
46
46
  "@angular/compiler-cli": "^17.2.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/build": "^18.0.0",
22
22
  "@angular/common": "^18.0.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^1.17.1-beta.3",
42
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
43
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
41
+ "@analogjs/platform": "^1.17.2-beta.1",
42
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
43
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",
46
46
  "jsdom": "^22.0.0",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
3
+ "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
4
  }
@@ -15,17 +15,17 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
20
- "@angular/animations": "^19.0.0",
21
- "@angular/common": "^19.0.0",
22
- "@angular/compiler": "^19.0.0",
23
- "@angular/core": "^19.0.0",
24
- "@angular/forms": "^19.0.0",
25
- "@angular/platform-browser": "^19.0.0",
26
- "@angular/platform-browser-dynamic": "^19.0.0",
27
- "@angular/platform-server": "^19.0.0",
28
- "@angular/router": "^19.0.0",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
+ "@angular/animations": "^20.0.0",
21
+ "@angular/common": "^20.0.0",
22
+ "@angular/compiler": "^20.0.0",
23
+ "@angular/core": "^20.0.0",
24
+ "@angular/forms": "^20.0.0",
25
+ "@angular/platform-browser": "^20.0.0",
26
+ "@angular/platform-browser-dynamic": "^20.0.0",
27
+ "@angular/platform-server": "^20.0.0",
28
+ "@angular/router": "^20.0.0",
29
29
  "front-matter": "^4.0.2",
30
30
  "marked": "^15.0.7",
31
31
  "marked-gfm-heading-id": "^4.1.1",
@@ -36,12 +36,12 @@
36
36
  "zone.js": "~0.15.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^1.17.1-beta.3",
40
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
41
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
42
- "@angular/build": "^19.0.0",
43
- "@angular/cli": "^19.0.0",
44
- "@angular/compiler-cli": "^19.0.0",
39
+ "@analogjs/platform": "^1.17.2-beta.1",
40
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
41
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
42
+ "@angular/build": "^20.0.0",
43
+ "@angular/cli": "^20.0.0",
44
+ "@angular/compiler-cli": "^20.0.0",
45
45
  "jsdom": "^22.0.0",
46
46
  "typescript": "~5.8.0",
47
47
  "vite": "^6.0.0",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
3
+ "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
4
  }
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
20
  "@angular/animations": "^20.0.0",
21
21
  "@angular/common": "^20.0.0",
22
22
  "@angular/compiler": "^20.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^1.17.1-beta.3",
41
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
42
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
40
+ "@analogjs/platform": "^1.17.2-beta.1",
41
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
42
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
43
43
  "@angular/build": "^20.0.0",
44
44
  "@angular/cli": "^20.0.0",
45
45
  "@angular/compiler-cli": "^20.0.0",
@@ -1,4 +1,4 @@
1
1
  {
2
2
  // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
3
+ "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
4
  }
@@ -15,17 +15,17 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.17.1-beta.3",
19
- "@analogjs/router": "^1.17.1-beta.3",
20
- "@angular/animations": "^19.0.0",
21
- "@angular/common": "^19.0.0",
22
- "@angular/compiler": "^19.0.0",
23
- "@angular/core": "^19.0.0",
24
- "@angular/forms": "^19.0.0",
25
- "@angular/platform-browser": "^19.0.0",
26
- "@angular/platform-browser-dynamic": "^19.0.0",
27
- "@angular/platform-server": "^19.0.0",
28
- "@angular/router": "^19.0.0",
18
+ "@analogjs/content": "^1.17.2-beta.1",
19
+ "@analogjs/router": "^1.17.2-beta.1",
20
+ "@angular/animations": "^20.0.0",
21
+ "@angular/common": "^20.0.0",
22
+ "@angular/compiler": "^20.0.0",
23
+ "@angular/core": "^20.0.0",
24
+ "@angular/forms": "^20.0.0",
25
+ "@angular/platform-browser": "^20.0.0",
26
+ "@angular/platform-browser-dynamic": "^20.0.0",
27
+ "@angular/platform-server": "^20.0.0",
28
+ "@angular/router": "^20.0.0",
29
29
  "front-matter": "^4.0.2",
30
30
  "marked": "^15.0.7",
31
31
  "marked-gfm-heading-id": "^4.1.1",
@@ -37,12 +37,12 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^1.17.1-beta.3",
41
- "@analogjs/vite-plugin-angular": "^1.17.1-beta.3",
42
- "@analogjs/vitest-angular": "^1.17.1-beta.3",
43
- "@angular/build": "^19.0.0",
44
- "@angular/cli": "^19.0.0",
45
- "@angular/compiler-cli": "^19.0.0",
40
+ "@analogjs/platform": "^1.17.2-beta.1",
41
+ "@analogjs/vite-plugin-angular": "^1.17.2-beta.1",
42
+ "@analogjs/vitest-angular": "^1.17.2-beta.1",
43
+ "@angular/build": "^20.0.0",
44
+ "@angular/cli": "^20.0.0",
45
+ "@angular/compiler-cli": "^20.0.0",
46
46
  "jsdom": "^22.0.0",
47
47
  "typescript": "~5.8.0",
48
48
  "vite": "^6.0.0",