create-analog 1.9.0-beta.5 → 1.9.0-beta.7

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.
@@ -1,8 +1,9 @@
1
- /** @type {import('tailwindcss').Config} */
2
- module.exports = {
1
+ import type { Config } from 'tailwindcss';
2
+
3
+ export default {
3
4
  content: ['./index.html', './src/**/*.{html,ts,md,analog,ag}'],
4
5
  theme: {
5
6
  extend: {},
6
7
  },
7
8
  plugins: [],
8
- };
9
+ } satisfies Config;
package/index.js CHANGED
@@ -379,8 +379,8 @@ function addPostCssConfig(write, filesDir) {
379
379
 
380
380
  function addTailwindConfig(write, filesDir) {
381
381
  write(
382
- 'tailwind.config.cjs',
383
- fs.readFileSync(path.join(filesDir, `tailwind.config.cjs`), 'utf-8')
382
+ 'tailwind.config.ts',
383
+ fs.readFileSync(path.join(filesDir, `tailwind.config.ts`), 'utf-8')
384
384
  );
385
385
  }
386
386
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "1.9.0-beta.5",
3
+ "version": "1.9.0-beta.7",
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.9.0-beta.5",
19
- "@analogjs/router": "^1.9.0-beta.5",
18
+ "@analogjs/content": "^1.9.0-beta.7",
19
+ "@analogjs/router": "^1.9.0-beta.7",
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.9.0-beta.5",
42
- "@analogjs/vite-plugin-angular": "^1.9.0-beta.5",
43
- "@analogjs/vitest-angular": "^1.9.0-beta.5",
41
+ "@analogjs/platform": "^1.9.0-beta.7",
42
+ "@analogjs/vite-plugin-angular": "^1.9.0-beta.7",
43
+ "@analogjs/vitest-angular": "^1.9.0-beta.7",
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.9.0-beta.5",
19
- "@analogjs/router": "^1.9.0-beta.5",
18
+ "@analogjs/content": "^1.9.0-beta.7",
19
+ "@analogjs/router": "^1.9.0-beta.7",
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.9.0-beta.5",
42
- "@analogjs/vite-plugin-angular": "^1.9.0-beta.5",
43
- "@analogjs/vitest-angular": "^1.9.0-beta.5",
41
+ "@analogjs/platform": "^1.9.0-beta.7",
42
+ "@analogjs/vite-plugin-angular": "^1.9.0-beta.7",
43
+ "@analogjs/vitest-angular": "^1.9.0-beta.7",
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
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.9.0-beta.5",
19
- "@analogjs/router": "^1.9.0-beta.5",
18
+ "@analogjs/content": "^1.9.0-beta.7",
19
+ "@analogjs/router": "^1.9.0-beta.7",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/build": "^18.0.0",
22
22
  "@angular/common": "^18.0.0",
@@ -36,9 +36,9 @@
36
36
  "zone.js": "~0.14.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^1.9.0-beta.5",
40
- "@analogjs/vite-plugin-angular": "^1.9.0-beta.5",
41
- "@analogjs/vitest-angular": "^1.9.0-beta.5",
39
+ "@analogjs/platform": "^1.9.0-beta.7",
40
+ "@analogjs/vite-plugin-angular": "^1.9.0-beta.7",
41
+ "@analogjs/vitest-angular": "^1.9.0-beta.7",
42
42
  "@angular/cli": "^18.0.0",
43
43
  "@angular/compiler-cli": "^18.0.0",
44
44
  "jsdom": "^22.1.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^1.9.0-beta.5",
19
- "@analogjs/router": "^1.9.0-beta.5",
18
+ "@analogjs/content": "^1.9.0-beta.7",
19
+ "@analogjs/router": "^1.9.0-beta.7",
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.9.0-beta.5",
42
- "@analogjs/vite-plugin-angular": "^1.9.0-beta.5",
43
- "@analogjs/vitest-angular": "^1.9.0-beta.5",
41
+ "@analogjs/platform": "^1.9.0-beta.7",
42
+ "@analogjs/vite-plugin-angular": "^1.9.0-beta.7",
43
+ "@analogjs/vitest-angular": "^1.9.0-beta.7",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",
46
46
  "jsdom": "^22.0.0",