Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency @nuxt/eslint to v0.5.0 #1406

Merged
merged 8 commits into from
Aug 7, 2024
1 change: 1 addition & 0 deletions webclient/app/composables/webglSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ function supportsWebgl(): boolean {
const canvas = document.createElement("canvas");
return !!window.WebGLRenderingContext && !!(canvas.getContext("webgl") || canvas.getContext("experimental-webgl"));
} catch (e) {
console.error("cannot construct webglcontext (needed to render the map) because", e)
return false;
}
}
Expand Down
2 changes: 1 addition & 1 deletion webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"vue3-carousel": "0.3.3"
},
"devDependencies": {
"@nuxt/eslint": "0.4.0",
"@nuxt/eslint": "0.5.0",
"@nuxtjs/i18n": "8.3.3",
"@nuxtjs/tailwindcss": "6.12.1",
"@types/geojson": "7946.0.14",
Expand Down
Loading
Loading