Skip to content

Commit

Permalink
bump nuxt + fix CookieRef (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
hay-kot committed May 28, 2023
1 parent cb16c0e commit 0cb9d2a
Show file tree
Hide file tree
Showing 3 changed files with 1,406 additions and 950 deletions.
2 changes: 1 addition & 1 deletion frontend/composables/use-auth-context.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CookieRef } from "nuxt/dist/app/composables";
import { CookieRef } from "nuxt/app";
import { PublicApi } from "~~/lib/api/public";
import { UserOut } from "~~/lib/api/types/data-contracts";
import { UserClient } from "~~/lib/api/user";
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.4.0",
"isomorphic-fetch": "^3.0.0",
"nuxt": "3.2.3",
"nuxt": "3.5.1",
"prettier": "^2.7.1",
"typescript": "^5.0.0",
"vite-plugin-eslint": "^1.8.1",
Expand Down Expand Up @@ -54,4 +54,4 @@
"vue-chartjs": "^4.1.2",
"vue-router": "4"
}
}
}

0 comments on commit 0cb9d2a

Please sign in to comment.