@jobber/components 6.90.0 → 6.90.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components",
3
- "version": "6.90.0",
3
+ "version": "6.90.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -528,8 +528,6 @@
528
528
  "axios": "^1.11.0",
529
529
  "classnames": "^2",
530
530
  "color": "^4",
531
- "date-fns": "^2.30.0",
532
- "date-fns-tz": "^2.0.0",
533
531
  "filesize": "^6",
534
532
  "framer-motion": "^11",
535
533
  "lodash": "^4",
@@ -543,5 +541,5 @@
543
541
  "> 1%",
544
542
  "IE 10"
545
543
  ],
546
- "gitHead": "829339495fcb97802380dc109df4c67106963812"
544
+ "gitHead": "76dba59612902bceb1b3999f85dbbc643294cf5e"
547
545
  }
package/rollup.config.mjs CHANGED
@@ -13,7 +13,7 @@ import presetenv from "postcss-preset-env";
13
13
  import multiInput from "rollup-plugin-multi-input";
14
14
  import nodePolyfills from "rollup-plugin-polyfill-node";
15
15
  import alias from "@rollup/plugin-alias";
16
- // comments for manual release
16
+
17
17
  const __filename = fileURLToPath(import.meta.url);
18
18
  const __dirname = dirname(__filename);
19
19