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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "0.2.67",
3
+ "version": "0.2.68",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -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.0.0",
20
- "@angular/common": "^17.0.0",
21
- "@angular/compiler": "^17.0.0",
22
- "@angular/core": "^17.0.0",
23
- "@angular/forms": "^17.0.0",
24
- "@angular/platform-browser": "^17.0.0",
25
- "@angular/platform-browser-dynamic": "^17.0.0",
26
- "@angular/platform-server": "^17.0.0",
27
- "@angular/router": "^17.0.0",
28
- "@nx/angular": "~17.1.0",
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.0.0",
42
- "@angular/cli": "^17.0.0",
43
- "@angular/compiler-cli": "^17.0.0",
44
- "@nx/vite": "~17.1.0",
45
- "nx": "~17.1.0",
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.2.0",
48
- "vite": "^4.4.8",
49
- "vitest": "^0.34.4"
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.0.0",
20
- "@angular/common": "^17.0.0",
21
- "@angular/compiler": "^17.0.0",
22
- "@angular/core": "^17.0.0",
23
- "@angular/forms": "^17.0.0",
24
- "@angular/platform-browser": "^17.0.0",
25
- "@angular/platform-browser-dynamic": "^17.0.0",
26
- "@angular/platform-server": "^17.0.0",
27
- "@angular/router": "^17.0.0",
28
- "@nx/angular": "~17.1.0",
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.0.0",
42
- "@angular/cli": "^17.0.0",
43
- "@angular/compiler-cli": "^17.0.0",
44
- "@nx/vite": "~17.1.0",
45
- "nx": "~17.1.0",
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.2.0",
48
- "vite": "^4.4.8",
49
- "vitest": "^0.34.4"
47
+ "typescript": "~5.3.0",
48
+ "vite": "^5.0.0",
49
+ "vitest": "^1.0.0"
50
50
  }
51
51
  }
@@ -1,6 +0,0 @@
1
- module.exports = {
2
- plugins: {
3
- tailwindcss: {},
4
- autoprefixer: {},
5
- },
6
- };
@@ -1,8 +0,0 @@
1
- /** @type {import('tailwindcss').Config} */
2
- module.exports = {
3
- content: ['./index.html', './src/**/*.{html,ts,md}'],
4
- theme: {
5
- extend: {},
6
- },
7
- plugins: [],
8
- };