Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ZerNico committed May 18, 2023
1 parent 2e5b6a5 commit df7880b
Show file tree
Hide file tree
Showing 4 changed files with 855 additions and 334 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@logto/node": "^2.0.0",
"@nuxt/kit": "^3.4.3",
"@logto/node": "^2.1.0",
"@nuxt/kit": "^3.5.0",
"defu": "^6.1.2",
"h3": "^1.6.5",
"h3": "^1.6.6",
"iron-session": "^6.3.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.3.0",
"@nuxt/schema": "^3.4.3",
"@nuxt/test-utils": "^3.4.3",
"@types/node": "^18",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/schema": "^3.5.0",
"@nuxt/test-utils": "^3.5.0",
"@types/node": "^20",
"@types/supertest": "^2.0.12",
"changelogen": "^0.5.3",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"nuxt": "^3.4.3",
"nuxt": "^3.5.0",
"prettier": "^2.8.8",
"supertest": "^6.3.3",
"vitest": "^0.31.0"
"vitest": "^0.31.1"
}
}
2 changes: 1 addition & 1 deletion playground/server/api/logto/[action].ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { logtoClient } from '~/lib/logto'

export default logtoClient.handleAuthRoutes({
getAccessToken: true,
//getAccessToken: true,
fetchUserInfo: true,
})
Loading

0 comments on commit df7880b

Please sign in to comment.