Skip to content

Commit

Permalink
removes unused date-fns packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrothwell committed Oct 2, 2024
1 parent 81ff7ec commit 9e0d45b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 18 deletions.
12 changes: 0 additions & 12 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
"lint:fix": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .eslintignore"
},
"dependencies": {
"@date-fns/tz": "^1.1.2",
"@date-fns/utc": "^2.1.0",
"@fortawesome/fontawesome-pro": "^5.15.4",
"@fortawesome/fontawesome-svg-core": "6.5.2",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
Expand Down
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ const languages = i18nFromFiles.i18n.languages;
import { useMainStore } from '@/stores/MainStore.js'
const MainStore = useMainStore();
import { TZDate } from '@date-fns/tz';
const test = new TZDate(2024, 9, 1).toString();
if (import.meta.env.VITE_DEBUG == 'true') console.log('test:', test);
if (!import.meta.env.VITE_PUBLICPATH) {
MainStore.publicPath = '/';
} else {
Expand Down

0 comments on commit 9e0d45b

Please sign in to comment.