Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Feb 26, 2024
1 parent 2e1e3b2 commit d6b79bf
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions date-io-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
"@date-io/js-joda": "^2.17.0",
"@date-io/luxon": "^2.17.0",
"@date-io/moment": "^2.17.0",
"@js-joda/core": "^3.2.0",
"@js-joda/locale_en-us": "^3.2.2",
"@js-joda/locale_es": "^3.2.2",
"@types/date-fns": "^2.6.0",
"@types/moment": "^2.13.0",
"@types/moment-hijri": "^2.1.0",
"@types/moment-jalaali": "^0.7.6",
"@unocss/nuxt": "^0.58.4",
"dayjs": "^1.11.10",
"date-fns": "^2.30.0",
"date-fns-jalali": "^2.19.0-2",
"@js-joda/core": "^3.2.0",
"@js-joda/locale_en-us": "^3.2.2",
"@js-joda/locale_es": "^3.2.2",
"dayjs": "^1.11.10",
"luxon": "^3.4.3",
"moment": "^2.29.4",
"moment-hijri": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion docs/pwa-assets.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
overrideAssets: false,
logLevel: 'info',
headLinkOptions: {
preset: '2023'
preset: '2023',
},
preset: {
...minimal2023Preset,
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@
"vitest": "^1.1.3",
"vue-tsc": "^1.8.27"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"resolutions": {
"@nuxt/kit": "^3.10.2"
},
Expand All @@ -129,13 +136,6 @@
"vuetify"
]
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
}
},
"stackblitz": {
"installDependencies": false,
"startCommand": "node .stackblitz.js && pnpm install && nr prepack && nr dev:prepare && nr dev"
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"name": "sass",
"type": "module",
"private": true
}
}

0 comments on commit d6b79bf

Please sign in to comment.