create-analog 0.2.69 → 0.2.70

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.69",
3
+ "version": "0.2.70",
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.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",
19
+ "@angular/animations": "^17.2.0",
20
+ "@angular/common": "^17.2.0",
21
+ "@angular/compiler": "^17.2.0",
22
+ "@angular/core": "^17.2.0",
23
+ "@angular/forms": "^17.2.0",
24
+ "@angular/platform-browser": "^17.2.0",
25
+ "@angular/platform-browser-dynamic": "^17.2.0",
26
+ "@angular/platform-server": "^17.2.0",
27
+ "@angular/router": "^17.2.0",
28
+ "@nx/angular": "~18.0.0",
29
29
  "front-matter": "^4.0.2",
30
30
  "marked": "^5.0.2",
31
31
  "marked-gfm-heading-id": "^3.1.0",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@analogjs/platform": "^0.2.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",
41
+ "@angular-devkit/build-angular": "^17.2.0",
42
+ "@angular/cli": "^17.2.0",
43
+ "@angular/compiler-cli": "^17.2.0",
44
+ "@nx/vite": "~18.0.0",
45
+ "nx": "~18.0.0",
46
46
  "jsdom": "^22.1.0",
47
47
  "typescript": "~5.3.0",
48
48
  "vite": "~5.0.0",
@@ -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.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",
19
+ "@angular/animations": "^17.2.0",
20
+ "@angular/common": "^17.2.0",
21
+ "@angular/compiler": "^17.2.0",
22
+ "@angular/core": "^17.2.0",
23
+ "@angular/forms": "^17.2.0",
24
+ "@angular/platform-browser": "^17.2.0",
25
+ "@angular/platform-browser-dynamic": "^17.2.0",
26
+ "@angular/platform-server": "^17.2.0",
27
+ "@angular/router": "^17.2.0",
28
+ "@nx/angular": "~18.0.0",
29
29
  "front-matter": "^4.0.2",
30
30
  "marked": "^5.0.2",
31
31
  "marked-gfm-heading-id": "^3.1.0",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "devDependencies": {
40
40
  "@analogjs/platform": "^0.2.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",
41
+ "@angular-devkit/build-angular": "^17.2.0",
42
+ "@angular/cli": "^17.2.0",
43
+ "@angular/compiler-cli": "^17.2.0",
44
+ "@nx/vite": "~18.0.0",
45
+ "nx": "~18.0.0",
46
46
  "jsdom": "^22.1.0",
47
47
  "typescript": "~5.3.0",
48
48
  "vite": "~5.0.0",
@@ -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
- };