create-analog 0.2.67 → 0.2.68
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
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@analogjs/content": "^0.2.0",
|
|
18
18
|
"@analogjs/router": "^0.2.0",
|
|
19
|
-
"@angular/animations": "^17.
|
|
20
|
-
"@angular/common": "^17.
|
|
21
|
-
"@angular/compiler": "^17.
|
|
22
|
-
"@angular/core": "^17.
|
|
23
|
-
"@angular/forms": "^17.
|
|
24
|
-
"@angular/platform-browser": "^17.
|
|
25
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
26
|
-
"@angular/platform-server": "^17.
|
|
27
|
-
"@angular/router": "^17.
|
|
28
|
-
"@nx/angular": "~17.
|
|
19
|
+
"@angular/animations": "^17.1.0",
|
|
20
|
+
"@angular/common": "^17.1.0",
|
|
21
|
+
"@angular/compiler": "^17.1.0",
|
|
22
|
+
"@angular/core": "^17.1.0",
|
|
23
|
+
"@angular/forms": "^17.1.0",
|
|
24
|
+
"@angular/platform-browser": "^17.1.0",
|
|
25
|
+
"@angular/platform-browser-dynamic": "^17.1.0",
|
|
26
|
+
"@angular/platform-server": "^17.1.0",
|
|
27
|
+
"@angular/router": "^17.1.0",
|
|
28
|
+
"@nx/angular": "~17.2.0",
|
|
29
29
|
"front-matter": "^4.0.2",
|
|
30
30
|
"marked": "^5.0.2",
|
|
31
31
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@analogjs/platform": "^0.2.0",
|
|
41
|
-
"@angular-devkit/build-angular": "^17.
|
|
42
|
-
"@angular/cli": "^17.
|
|
43
|
-
"@angular/compiler-cli": "^17.
|
|
44
|
-
"@nx/vite": "~17.
|
|
45
|
-
"nx": "~17.
|
|
41
|
+
"@angular-devkit/build-angular": "^17.1.0",
|
|
42
|
+
"@angular/cli": "^17.1.0",
|
|
43
|
+
"@angular/compiler-cli": "^17.1.0",
|
|
44
|
+
"@nx/vite": "~17.2.0",
|
|
45
|
+
"nx": "~17.2.0",
|
|
46
46
|
"jsdom": "^22.1.0",
|
|
47
|
-
"typescript": "~5.
|
|
48
|
-
"vite": "^
|
|
49
|
-
"vitest": "^0.
|
|
47
|
+
"typescript": "~5.3.0",
|
|
48
|
+
"vite": "^5.0.0",
|
|
49
|
+
"vitest": "^1.0.0"
|
|
50
50
|
}
|
|
51
51
|
}
|
|
@@ -14,12 +14,13 @@
|
|
|
14
14
|
// Component,
|
|
15
15
|
// | 'template'
|
|
16
16
|
// | 'templateUrl'
|
|
17
|
-
// | 'host'
|
|
18
17
|
// | 'standalone'
|
|
19
18
|
// | 'changeDetection'
|
|
20
19
|
// | 'styleUrls'
|
|
21
20
|
// | 'styleUrl'
|
|
22
21
|
// | 'styles'
|
|
22
|
+
// | 'ouputs'
|
|
23
|
+
// | 'inputs'
|
|
23
24
|
// > & { exposes?: unknown[] }
|
|
24
25
|
// ) => void;
|
|
25
26
|
// /**
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@analogjs/content": "^0.2.0",
|
|
18
18
|
"@analogjs/router": "^0.2.0",
|
|
19
|
-
"@angular/animations": "^17.
|
|
20
|
-
"@angular/common": "^17.
|
|
21
|
-
"@angular/compiler": "^17.
|
|
22
|
-
"@angular/core": "^17.
|
|
23
|
-
"@angular/forms": "^17.
|
|
24
|
-
"@angular/platform-browser": "^17.
|
|
25
|
-
"@angular/platform-browser-dynamic": "^17.
|
|
26
|
-
"@angular/platform-server": "^17.
|
|
27
|
-
"@angular/router": "^17.
|
|
28
|
-
"@nx/angular": "~17.
|
|
19
|
+
"@angular/animations": "^17.1.0",
|
|
20
|
+
"@angular/common": "^17.1.0",
|
|
21
|
+
"@angular/compiler": "^17.1.0",
|
|
22
|
+
"@angular/core": "^17.1.0",
|
|
23
|
+
"@angular/forms": "^17.1.0",
|
|
24
|
+
"@angular/platform-browser": "^17.1.0",
|
|
25
|
+
"@angular/platform-browser-dynamic": "^17.1.0",
|
|
26
|
+
"@angular/platform-server": "^17.1.0",
|
|
27
|
+
"@angular/router": "^17.1.0",
|
|
28
|
+
"@nx/angular": "~17.2.0",
|
|
29
29
|
"front-matter": "^4.0.2",
|
|
30
30
|
"marked": "^5.0.2",
|
|
31
31
|
"marked-gfm-heading-id": "^3.1.0",
|
|
@@ -38,14 +38,14 @@
|
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@analogjs/platform": "^0.2.0",
|
|
41
|
-
"@angular-devkit/build-angular": "^17.
|
|
42
|
-
"@angular/cli": "^17.
|
|
43
|
-
"@angular/compiler-cli": "^17.
|
|
44
|
-
"@nx/vite": "~17.
|
|
45
|
-
"nx": "~17.
|
|
41
|
+
"@angular-devkit/build-angular": "^17.1.0",
|
|
42
|
+
"@angular/cli": "^17.1.0",
|
|
43
|
+
"@angular/compiler-cli": "^17.1.0",
|
|
44
|
+
"@nx/vite": "~17.2.0",
|
|
45
|
+
"nx": "~17.2.0",
|
|
46
46
|
"jsdom": "^22.1.0",
|
|
47
|
-
"typescript": "~5.
|
|
48
|
-
"vite": "^
|
|
49
|
-
"vitest": "^0.
|
|
47
|
+
"typescript": "~5.3.0",
|
|
48
|
+
"vite": "^5.0.0",
|
|
49
|
+
"vitest": "^1.0.0"
|
|
50
50
|
}
|
|
51
51
|
}
|
package/files/postcss.config.cjs
DELETED