Skip to content

Commit

Permalink
Upgrade Packages (#141)
Browse files Browse the repository at this point in the history
* build(package.json): minor version upgrades

* build(package.json): upgrade @nuxtjs/robots

* build(package.json): patch version upgrades

* build(package.json): upgrade @vueuse/core
  • Loading branch information
itsmohmans authored Sep 12, 2024
1 parent 129a558 commit d03832c
Show file tree
Hide file tree
Showing 2 changed files with 2,074 additions and 2,365 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
"start": "node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/i18n": "^8.3.0",
"@nuxtjs/tailwindcss": "^6.12.0",
"@nuxtjs/i18n": "^8.5.2",
"@nuxtjs/tailwindcss": "^6.12.1",
"@sidebase/nuxt-auth": "^0.6.7",
"@types/d3": "^7.4.3",
"nuxt": "^3.11.2"
"nuxt": "^3.13.1"
},
"dependencies": {
"@auth/mongodb-adapter": "^3.0.0",
"@element-plus/nuxt": "^1.0.9",
"@auth/mongodb-adapter": "^3.4.2",
"@element-plus/nuxt": "^1.0.10",
"@josango/nuxt3-build-banner": "^3.0.2",
"@nuxt/content": "^2.12.1",
"@nuxtjs/robots": "^3.0.0",
"@types/nodemailer": "^6.4.14",
"@vueuse/core": "^10.9.0",
"csv-parse": "^5.5.5",
"@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",
"d3": "^7.9.0",
"element-plus": "^2.7.1",
"mongodb": "^6.5.0",
"next-auth": "4.21.1",
"element-plus": "^2.8.2",
"mongodb": "^6.8.1",
"next-auth": "4.24.7",
"node-xlsx": "^0.24.0",
"nodemailer": "^6.9.13",
"nodemailer": "^6.9.15",
"vue-matomo": "^4.2.0"
}
}
Loading

0 comments on commit d03832c

Please sign in to comment.