@igo2/common 19.0.0-next.15 → 19.0.0-next.17
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 +11 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@igo2/common",
|
|
3
|
-
"version": "19.0.0-next.
|
|
3
|
+
"version": "19.0.0-next.17",
|
|
4
4
|
"description": "IGO Library",
|
|
5
5
|
"author": "IGO Community",
|
|
6
6
|
"keywords": [
|
|
@@ -166,21 +166,22 @@
|
|
|
166
166
|
}
|
|
167
167
|
},
|
|
168
168
|
"dependencies": {
|
|
169
|
-
"
|
|
170
|
-
"angular-shepherd": "^19.0.0",
|
|
171
|
-
"ngx-color": "^10.0.0",
|
|
172
|
-
"scroll-into-view-if-needed": "^3.1.0",
|
|
173
|
-
"tinycolor2": "^1.6.0",
|
|
174
|
-
"tslib": "^2.6.0",
|
|
175
|
-
"typy": "^3.3.0"
|
|
169
|
+
"tslib": "^2.6.0"
|
|
176
170
|
},
|
|
177
171
|
"peerDependencies": {
|
|
178
172
|
"@angular/common": "^19.0.0",
|
|
179
173
|
"@angular/core": "^19.0.0",
|
|
174
|
+
"@angular/material-moment-adapter": "^19.0.0",
|
|
180
175
|
"@angular/material": "^19.0.0",
|
|
181
176
|
"@angular/platform-browser": "^19.0.0",
|
|
182
|
-
"@
|
|
183
|
-
"@igo2/
|
|
177
|
+
"@floating-ui/utils": "^0.2.0",
|
|
178
|
+
"@igo2/core": "^19.0.0-next.17",
|
|
179
|
+
"@igo2/utils": "^19.0.0-next.17",
|
|
180
|
+
"angular-shepherd": "^19.0.0",
|
|
181
|
+
"ngx-color": "^10.0.0",
|
|
182
|
+
"scroll-into-view-if-needed": "^3.1.0",
|
|
183
|
+
"tinycolor2": "^1.6.0",
|
|
184
|
+
"typy": "^3.3.0"
|
|
184
185
|
},
|
|
185
186
|
"engines": {
|
|
186
187
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
|