@ruc-lib/skeleton 2.0.8 → 2.1.0

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 (1) hide show
  1. package/package.json +29 -5
package/package.json CHANGED
@@ -1,14 +1,38 @@
1
1
  {
2
2
  "name": "@ruc-lib/skeleton",
3
- "version": "2.0.8",
3
+ "version": "2.1.0",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
- "@angular/core": ">=15.0.0 <18.0.0",
7
- "@angular/common": ">=15.0.0 <18.0.0",
8
- "@angular/material": ">=15.0.0 <20.0.0",
9
- "@angular/platform-browser": "^15.2.9",
6
+ "@angular/common": ">=15.0.0",
7
+ "@angular/core": ">=15.0.0",
8
+ "@angular/forms": ">=15.0.0",
9
+ "@angular/platform-browser": ">=15.0.0",
10
+ "@angular/platform-browser-dynamic": ">=15.0.0",
11
+ "@angular/animations": ">=15.0.0",
12
+ "@angular/material": ">=15.0.0",
13
+ "@angular/cdk": ">=15.0.0",
10
14
  "rxjs": "^7.8.0"
11
15
  },
16
+ "peerDependenciesMeta": {
17
+ "@angular/forms": {
18
+ "optional": true
19
+ },
20
+ "@angular/material": {
21
+ "optional": true
22
+ },
23
+ "@angular/cdk": {
24
+ "optional": true
25
+ },
26
+ "@angular/animations": {
27
+ "optional": true
28
+ },
29
+ "@angular/platform-browser": {
30
+ "optional": true
31
+ },
32
+ "@angular/platform-browser-dynamic": {
33
+ "optional": true
34
+ }
35
+ },
12
36
  "dependencies": {
13
37
  "tslib": "^2.3.0"
14
38
  },