Skip to content

Commit

Permalink
chore: bump deps (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix-ru authored Mar 7, 2024
1 parent 604698a commit 4370080
Show file tree
Hide file tree
Showing 3 changed files with 2,271 additions and 2,505 deletions.
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineNuxtConfig({
},
auth: {
isEnabled: true,
baseUrl: process.env.AUTH_ORIGIN,
baseURL: process.env.AUTH_ORIGIN,
provider: {
type: 'authjs'
},
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
"start": "NODE_ENV=production node .output/server/index.mjs"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@sidebase/nuxt-auth": "0.6.2",
"@types/node": "^18.11.18",
"eslint": "^8.33.0",
"nuxt": "^3.7.4",
"typescript": "^4.9.5",
"vue-tsc": "^1.0.24"
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.11.4",
"@sidebase/nuxt-auth": "0.7.0-rc.0",
"@types/node": "^18.19.22",
"eslint": "^8.57.0",
"nuxt": "^3.10.3",
"typescript": "^5.3.3",
"vue-tsc": "^1.8.27"
},
"dependencies": {
"next-auth": "4.21.1",
Expand Down
Loading

0 comments on commit 4370080

Please sign in to comment.