create-analog 1.4.0-beta.9 → 1.4.0

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.4.0-beta.9",
3
+ "version": "1.4.0",
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.4.0-beta.9",
19
- "@analogjs/router": "^1.4.0-beta.9",
18
+ "@analogjs/content": "^1.4.0",
19
+ "@analogjs/router": "^1.4.0",
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.9",
42
- "@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
41
+ "@analogjs/platform": "^1.4.0",
42
+ "@analogjs/vite-plugin-angular": "^1.4.0",
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.9",
19
- "@analogjs/router": "^1.4.0-beta.9",
18
+ "@analogjs/content": "^1.4.0",
19
+ "@analogjs/router": "^1.4.0",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/common": "^18.0.0",
22
22
  "@angular/compiler": "^18.0.0",
@@ -26,7 +26,6 @@
26
26
  "@angular/platform-browser-dynamic": "^18.0.0",
27
27
  "@angular/platform-server": "^18.0.0",
28
28
  "@angular/router": "^18.0.0",
29
- "@nx/angular": "~19.1.0",
30
29
  "front-matter": "^4.0.2",
31
30
  "marked": "^5.0.2",
32
31
  "marked-gfm-heading-id": "^3.1.0",
@@ -38,13 +37,11 @@
38
37
  "zone.js": "~0.14.0"
39
38
  },
40
39
  "devDependencies": {
41
- "@analogjs/platform": "^1.4.0-beta.9",
42
- "@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
40
+ "@analogjs/platform": "^1.4.0",
41
+ "@analogjs/vite-plugin-angular": "^1.4.0",
43
42
  "@angular-devkit/build-angular": "^18.0.0",
44
43
  "@angular/cli": "^18.0.0",
45
44
  "@angular/compiler-cli": "^18.0.0",
46
- "@nx/vite": "~19.1.0",
47
- "nx": "~19.1.0",
48
45
  "jsdom": "^22.1.0",
49
46
  "typescript": "~5.4.2",
50
47
  "vite": "^5.0.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.4.0-beta.9",
19
- "@analogjs/router": "^1.4.0-beta.9",
18
+ "@analogjs/content": "^1.4.0",
19
+ "@analogjs/router": "^1.4.0",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/common": "^18.0.0",
22
22
  "@angular/compiler": "^18.0.0",
@@ -26,7 +26,6 @@
26
26
  "@angular/platform-browser-dynamic": "^18.0.0",
27
27
  "@angular/platform-server": "^18.0.0",
28
28
  "@angular/router": "^18.0.0",
29
- "@nx/angular": "~19.1.0",
30
29
  "front-matter": "^4.0.2",
31
30
  "marked": "^5.0.2",
32
31
  "marked-gfm-heading-id": "^3.1.0",
@@ -38,14 +37,12 @@
38
37
  "zone.js": "~0.14.3"
39
38
  },
40
39
  "devDependencies": {
41
- "@analogjs/platform": "^1.4.0-beta.9",
42
- "@analogjs/vite-plugin-angular": "^1.4.0-beta.9",
40
+ "@analogjs/platform": "^1.4.0",
41
+ "@analogjs/vite-plugin-angular": "^1.4.0",
43
42
  "@angular-devkit/build-angular": "^18.0.0",
44
43
  "@angular/cli": "^18.0.0",
45
44
  "@angular/compiler-cli": "^18.0.0",
46
- "@nx/vite": "~19.1.0",
47
45
  "jsdom": "^22.0.0",
48
- "nx": "~19.1.0",
49
46
  "typescript": "~5.4.2",
50
47
  "vite": "^5.0.0",
51
48
  "vite-tsconfig-paths": "^4.2.0",