Skip to content

Commit

Permalink
chore(date): add dayjs/luxon to vuetify dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Mar 2, 2025
1 parent 64d5eeb commit 2cdee9b
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 17 deletions.
2 changes: 2 additions & 0 deletions packages/vuetify/dev/vuetify/date.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

// import DayJsAdapter from '@date-io/dayjs'

// import LuxonAdapter from '@date-io/luxon'

export default {
// adapter: DateFnsAdapter,
formats: {
Expand Down
3 changes: 3 additions & 0 deletions packages/vuetify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@
"@date-io/core": "3.0.0",
"@date-io/date-fns": "3.0.0",
"@date-io/dayjs": "^3.0.0",
"@date-io/luxon": "^3.2.0",
"@formatjs/intl": "^2.10.1",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
Expand Down Expand Up @@ -157,12 +158,14 @@
"csstype": "^3.1.3",
"cy-mobile-commands": "^0.3.0",
"date-fns": "^3.6.0",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"eslint-plugin-vitest": "0.4.1",
"expect": "^28.1.3",
"fast-glob": "^3.3.2",
"identity-obj-proxy": "^3.0.0",
"jsdom": "^25.0.0",
"luxon": "^3.5.0",
"micromatch": "^4.0.5",
"postcss": "^8.4.38",
"roboto-fontface": "^0.10.0",
Expand Down
75 changes: 58 additions & 17 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2cdee9b

Please sign in to comment.