Skip to content

Commit

Permalink
build: packages cleanup and update
Browse files Browse the repository at this point in the history
  • Loading branch information
thamudi committed Nov 27, 2024
1 parent 63e6776 commit f413529
Show file tree
Hide file tree
Showing 3 changed files with 1,985 additions and 2,025 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,26 +11,26 @@
},
"devDependencies": {
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@sidebase/nuxt-auth": "^0.6.7",
"@nuxtjs/tailwindcss": "^6.12.2",
"@sidebase/nuxt-auth": "^0.9.4",
"@types/d3": "^7.4.3",
"nuxt": "^3.13.1"
"nuxt": "^3.11.2"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.4.2",
"@element-plus/nuxt": "^1.0.10",
"@auth/mongodb-adapter": "^3.7.4",
"@element-plus/nuxt": "^1.1.0",
"@josango/nuxt3-build-banner": "^3.0.2",
"@nuxt/content": "^2.13.2",
"@nuxtjs/robots": "^4.1.6",
"@types/nodemailer": "^6.4.15",
"@vueuse/core": "^11.0.3",
"csv-parse": "^5.5.6",
"@nuxt/content": "^2.13.4",
"@nuxtjs/robots": "^4.1.11",
"@types/nodemailer": "^6.4.17",
"@vueuse/core": "^11.3.0",
"csv-parse": "^5.6.0",
"d3": "^7.9.0",
"element-plus": "^2.8.2",
"mongodb": "^6.8.1",
"next-auth": "4.24.7",
"element-plus": "^2.8.8",
"mongodb": "^6.10.0",
"next-auth": "4.21.1",
"node-xlsx": "^0.24.0",
"nodemailer": "^6.9.15",
"nodemailer": "^6.9.16",
"vue-matomo": "^4.2.0"
}
}
}
3 changes: 1 addition & 2 deletions server/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { resolve, reject } from './promise-handlers'
import { FileParser, getFileParser, FileType, getFileType } from './file-parser'
import { getFileParser, FileType, getFileType } from './file-parser'
import { predictCommentsResults } from './nuha-api-request'

export {
resolve,
reject,
FileParser,
getFileParser,
FileType,
getFileType,
Expand Down
Loading

0 comments on commit f413529

Please sign in to comment.