@worksafevictoria/wcl7.5 1.1.0-beta.75 → 1.1.0-beta.76

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": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.75",
3
+ "version": "1.1.0-beta.76",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -196,7 +196,7 @@
196
196
  import CardGridItemIcon from './card-grid-item-icon.vue'
197
197
  import CardGridItemCaret from './card-grid-item-caret.vue'
198
198
  import RichText from '../../Paragraphs/RichText/index.vue'
199
- import parseISO from 'date-fns/parseISO/index.js'
199
+ import { parseISO } from 'date-fns'
200
200
  import { isAbsoluteUrl, isGovSite } from '../../../../lib/utility'
201
201
  import { BCard, BCardBody, BCardTitle, BCardText } from 'bootstrap-vue-next'
202
202