Skip to content

Commit 994e103

Browse files
committed
chore(date): add dayjs/luxon to vuetify dev packages
1 parent 64d5eeb commit 994e103

File tree

3 files changed

+87
-17
lines changed

3 files changed

+87
-17
lines changed

packages/vuetify/dev/vuetify/date.js

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

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

6+
// import LuxonAdapter from '@date-io/luxon'
7+
8+
// import MomentAdapter from '@date-io/moment'
9+
610
export default {
711
// adapter: DateFnsAdapter,
812
formats: {

packages/vuetify/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@
122122
"@date-io/core": "3.0.0",
123123
"@date-io/date-fns": "3.0.0",
124124
"@date-io/dayjs": "^3.0.0",
125+
"@date-io/luxon": "^3.2.0",
126+
"@date-io/moment": "^3.2.0",
125127
"@formatjs/intl": "^2.10.1",
126128
"@fortawesome/fontawesome-svg-core": "^6.5.2",
127129
"@fortawesome/free-solid-svg-icons": "^6.5.2",
@@ -157,13 +159,16 @@
157159
"csstype": "^3.1.3",
158160
"cy-mobile-commands": "^0.3.0",
159161
"date-fns": "^3.6.0",
162+
"dayjs": "^1.11.13",
160163
"dotenv": "^16.4.5",
161164
"eslint-plugin-vitest": "0.4.1",
162165
"expect": "^28.1.3",
163166
"fast-glob": "^3.3.2",
164167
"identity-obj-proxy": "^3.0.0",
165168
"jsdom": "^25.0.0",
169+
"luxon": "^3.5.0",
166170
"micromatch": "^4.0.5",
171+
"moment": "^2.30.1",
167172
"postcss": "^8.4.38",
168173
"roboto-fontface": "^0.10.0",
169174
"rollup": "^4.34.8",

pnpm-lock.yaml

+78-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)