@jobber/components 6.13.0 → 6.13.1-MIKEmake--71dc678.1
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 +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components",
|
|
3
|
-
"version": "6.13.
|
|
3
|
+
"version": "6.13.1-MIKEmake--71dc678.1+71dc6785",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -418,7 +418,7 @@
|
|
|
418
418
|
"dist/*"
|
|
419
419
|
],
|
|
420
420
|
"dependencies": {
|
|
421
|
-
"@jobber/formatters": "^0.3.
|
|
421
|
+
"@jobber/formatters": "^0.3.1-MIKEmake--71dc678.686+71dc6785",
|
|
422
422
|
"@popperjs/core": "^2.0.6",
|
|
423
423
|
"@tanstack/react-table": "8.5.13",
|
|
424
424
|
"@types/color": "^3.0.1",
|
|
@@ -466,6 +466,7 @@
|
|
|
466
466
|
},
|
|
467
467
|
"peerDependencies": {
|
|
468
468
|
"@apollo/client": "^3",
|
|
469
|
+
"@jobber/design": "^0",
|
|
469
470
|
"@jobber/hooks": "^2",
|
|
470
471
|
"@tanstack/react-table": "^8",
|
|
471
472
|
"axios": "^1",
|
|
@@ -488,5 +489,5 @@
|
|
|
488
489
|
"> 1%",
|
|
489
490
|
"IE 10"
|
|
490
491
|
],
|
|
491
|
-
"gitHead": "
|
|
492
|
+
"gitHead": "71dc678506cf6b666ec707a64a3339f0cfcc958a"
|
|
492
493
|
}
|