@igo2/common 17.0.0-next.13 → 17.0.0-next.14
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 +7 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/common",
|
|
3
|
-
"version": "17.0.0-next.
|
|
3
|
+
"version": "17.0.0-next.14",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -237,13 +237,13 @@
|
|
|
237
237
|
"tslib": "^2.6.0"
|
|
238
238
|
},
|
|
239
239
|
"peerDependencies": {
|
|
240
|
-
"@angular/common": "^17.0.
|
|
241
|
-
"@angular/core": "^17.0.
|
|
242
|
-
"@angular/material": "^17.0.
|
|
243
|
-
"@angular/platform-browser": "^17.0.
|
|
240
|
+
"@angular/common": "^17.0.0 || ^18.0.0",
|
|
241
|
+
"@angular/core": "^17.0.0 || ^18.0.0",
|
|
242
|
+
"@angular/material": "^17.0.0 || ^18.0.0",
|
|
243
|
+
"@angular/platform-browser": "^17.0.0 || ^18.0.0",
|
|
244
244
|
"@floating-ui/utils": "^0.1.4",
|
|
245
|
-
"@igo2/core": "^17.0.0-next.
|
|
246
|
-
"@igo2/utils": "^17.0.0-next.
|
|
245
|
+
"@igo2/core": "^17.0.0-next.14",
|
|
246
|
+
"@igo2/utils": "^17.0.0-next.14",
|
|
247
247
|
"angular-shepherd": "17.0.0",
|
|
248
248
|
"ngx-color": "^9.0.0",
|
|
249
249
|
"scroll-into-view-if-needed": "^3.0.0",
|