@analogjs/astro-angular 0.1.0-beta.6 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +12 -12
package/README.md CHANGED
@@ -110,7 +110,7 @@ export default defineConfig({
110
110
  vite: {
111
111
  tsconfig: 'path/to/tsconfig.app.json',
112
112
  workspaceRoot: 'rootDir',
113
- inlineStylesExtension: 'scss|sass|less|styl|stylus'
113
+ inlineStylesExtension: 'scss|sass|less'
114
114
  },
115
115
  }),
116
116
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@analogjs/astro-angular",
3
- "version": "0.1.0-beta.6",
3
+ "version": "0.1.0-beta.7",
4
4
  "description": "An Angular integration for Astro",
5
5
  "type": "module",
6
6
  "author": "Brandon Roberts <robertsbt@gmail.com>",
@@ -30,18 +30,18 @@
30
30
  "@analogjs/vite-plugin-angular": "latest"
31
31
  },
32
32
  "peerDependencies": {
33
- "@angular-devkit/build-angular": "^15.0.0",
34
- "@angular/animations": "^15.0.0",
35
- "@angular/common": "^15.0.0",
36
- "@angular/compiler-cli": "^15.0.0",
37
- "@angular/compiler": "^15.0.0",
38
- "@angular/core": "^15.0.0",
39
- "@angular/language-service": "^15.0.0",
40
- "@angular/platform-browser": "^15.0.0",
41
- "@angular/platform-browser-dynamic": "^15.0.0",
42
- "@angular/platform-server": "^15.0.0",
33
+ "@angular-devkit/build-angular": "^15.0.0 || ^16.0.0-next.0",
34
+ "@angular/animations": "^15.0.0 || ^16.0.0-next.0",
35
+ "@angular/common": "^15.0.0 || ^16.0.0-next.0",
36
+ "@angular/compiler-cli": "^15.0.0 || ^16.0.0-next.0",
37
+ "@angular/compiler": "^15.0.0 || ^16.0.0-next.0",
38
+ "@angular/core": "^15.0.0 || ^16.0.0-next.0",
39
+ "@angular/language-service": "^15.0.0 || ^16.0.0-next.0",
40
+ "@angular/platform-browser": "^15.0.0 || ^16.0.0-next.0",
41
+ "@angular/platform-browser-dynamic": "^15.0.0 || ^16.0.0-next.0",
42
+ "@angular/platform-server": "^15.0.0 || ^16.0.0-next.0",
43
43
  "rxjs": "^7.5.6",
44
- "zone.js": "~0.11.4",
44
+ "zone.js": "^0.11.0",
45
45
  "tslib": "^2.4.0"
46
46
  },
47
47
  "main": "./src/index.js",