Skip to content

Commit

Permalink
Revert back to nodemon+ts-node, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
floscher committed Jun 25, 2024
1 parent ce33119 commit 9433cf1
Show file tree
Hide file tree
Showing 8 changed files with 1,071 additions and 2,009 deletions.
7 changes: 3 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"buffer": "^6.0.3",
"luxon": "^3.3.0",
"stream-browserify": "^3.0.0",
"vue": "^3.2.45",
"vue": "^3.4.30",
"vue-i18n": "^9.2.2",
"vue-router": "^4.1.5",
"vue-router": "^4.4.0",
"vuejs-paginate-next": "^1.0.2",
"wordcloud": "^1.2.2"
},
Expand All @@ -36,7 +36,6 @@
"@tsconfig/node20": "^20.1.4",
"@types/bootstrap": "^5.2.10",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.6",
"@unhead/vue": "^1.1.26",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-prettier": "^9.0.0",
Expand All @@ -48,7 +47,7 @@
"typescript": "^5.0.4",
"unplugin-fonts": "^1.0.3",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.22"
},
"type": "module"
}
3 changes: 3 additions & 0 deletions client/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ export default defineConfig({
transformAssetUrls: {
includeAbsolute: false,
},
compilerOptions: {
isCustomElement: (tag) => ["md-chip-set", "md-filled-tonal-button", "md-outlined-text-field", "md-suggestion-chip"].includes(tag),
},
},
}),
VueI18nPlugin({
Expand Down
3 changes: 1 addition & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dompurify": "^3.0.1",
"highlight.js": "^11.9.0",
"jsdom": "^24.1.0",
"marked": "^13.0.0",
"marked": "^13.0.1",
"marked-highlight": "^2.1.3",
"marked-mangle": "^1.1.8",
"node-fetch": "^3.3.1",
Expand All @@ -24,7 +24,6 @@
"@types/dompurify": "^3.0.0",
"@types/jsdom": "^21.1.1",
"@types/marked": "^6.0.0",
"@types/node": "^20.14.6",
"@types/node-fetch": "^2.6.2",
"@types/pako": "^2.0.0",
"@types/sha.js": "^2.4.0"
Expand Down
Loading

0 comments on commit 9433cf1

Please sign in to comment.