@osumi/angular-tools 1.0.7 → 1.0.8
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@osumi/angular-tools",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.8",
|
4
4
|
"description": "Tools to be used on Angular projects.",
|
5
5
|
"author": "Iñigo Gorosabel",
|
6
6
|
"license": "MIT",
|
@@ -12,11 +12,11 @@
|
|
12
12
|
"module": "fesm2022/osumi-angular-tools.mjs",
|
13
13
|
"types": "index.d.ts",
|
14
14
|
"peerDependencies": {
|
15
|
-
"@angular/common": "^18.2.0",
|
16
|
-
"@angular/core": "^18.2.0",
|
17
|
-
"@angular/forms": "^18.2.0",
|
18
|
-
"@angular/material": "^18.2.0",
|
19
|
-
"@angular/cdk": "^18.2.0",
|
15
|
+
"@angular/common": "^18.2.0 || ^19.0.0",
|
16
|
+
"@angular/core": "^18.2.0 || ^19.0.0",
|
17
|
+
"@angular/forms": "^18.2.0 || ^19.0.0",
|
18
|
+
"@angular/material": "^18.2.0 || ^19.0.0",
|
19
|
+
"@angular/cdk": "^18.2.0 || ^19.0.0",
|
20
20
|
"rxjs": "~7.8.0"
|
21
21
|
},
|
22
22
|
"dependencies": {
|