Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SegaraRai committed Aug 18, 2024
1 parent 94321d6 commit e25630f
Show file tree
Hide file tree
Showing 3 changed files with 2,070 additions and 1,918 deletions.
2 changes: 1 addition & 1 deletion entries/serviceWorker/nitro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export async function handleEvent(

const reqHeaders = new Headers(event.request.headers);
// set `x-forwarded-proto` to ensure that H3 assumes correct protocol and redirects correctly
// https://github.com/unjs/h3/blob/v1.9.0/src/utils/request.ts#L148-L159
// https://github.com/unjs/h3/blob/v1.12.0/src/utils/request.ts#L304-L309
reqHeaders.set("x-forwarded-proto", url.protocol.slice(0, -1));
const cookie = await createCookieForRequest();
if (cookie) {
Expand Down
44 changes: 23 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,47 +15,49 @@
"icons": "tsx buildLuontoIcons.mts"
},
"devDependencies": {
"@auth/core": "^0.34.1",
"@auth/core": "^0.34.2",
"@egoist/tailwindcss-icons": "^1.8.1",
"@hebilicious/authjs-nuxt": "^0.3.5",
"@iconify-json/material-symbols": "^1.1.84",
"@iconify-json/mdi": "^1.1.67",
"@iconify-json/mingcute": "^1.1.18",
"@iconify-json/ph": "^1.1.13",
"@iconify-json/solar": "^1.1.9",
"@iconify-json/material-symbols": "^1.1.88",
"@iconify-json/mdi": "^1.1.68",
"@iconify-json/mingcute": "^1.1.19",
"@iconify-json/ph": "^1.1.14",
"@iconify-json/solar": "^1.1.10",
"@minify-html/node": "^0.15.0",
"@nuxt/devtools": "latest",
"@nuxt/eslint": "^0.3.13",
"@nuxt/test-utils": "^3.13.1",
"@nuxt/ui": "^2.17.0",
"@nuxt/eslint": "^0.5.0",
"@nuxt/test-utils": "^3.14.1",
"@nuxt/ui": "^2.18.4",
"@types/mime-types": "^2.1.4",
"@vue/test-utils": "^2.4.6",
"@vueuse/nuxt": "^10.11.0",
"@vueuse/nuxt": "^11.0.0",
"defu": "^6.1.4",
"eslint": "^9.7.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-define-config": "^2.1.0",
"fast-glob": "^3.3.2",
"happy-dom": "^14.12.3",
"idb-keyval": "^6.2.1",
"lru-cache": "^11.0.0",
"mime-types": "^2.1.35",
"nuxt": "^3.12.3",
"nuxt": "^3.12.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"serve": "^14.2.3",
"svgo": "^3.3.2",
"taze": "^0.15.2",
"tsx": "^4.16.2",
"typescript": "^5.5.3",
"valibot": "^0.36.0",
"vitest": "^2.0.3",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue-tsc": "^2.0.26",
"tailwindcss": "^3.4.10",
"taze": "^0.16.6",
"tsx": "^4.17.0",
"typescript": "^5.5.4",
"valibot": "^0.37.0",
"vitest": "^2.0.5",
"vue": "^3.4.38",
"vue-router": "^4.4.3",
"vue-tsc": "^2.0.29",
"workbox-build": "^7.1.1",
"workbox-precaching": "^7.1.0",
"workbox-routing": "^7.1.0",
"workbox-strategies": "^7.1.0",
"wrangler": "^3.64.0"
"wrangler": "^3.72.0"
}
}
Loading

0 comments on commit e25630f

Please sign in to comment.