@igo2/common 19.0.0-next.11 → 19.0.0-next.12

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