Skip to content

Commit

Permalink
chore(deps): update devdependency @nuxtjs/eslint-config-typescript to…
Browse files Browse the repository at this point in the history
… v12 (#176)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Daniel Roe <daniel@roe.dev>
  • Loading branch information
renovate[bot] and danielroe authored Nov 23, 2022
1 parent 2b584b6 commit 028ea48
Show file tree
Hide file tree
Showing 3 changed files with 241 additions and 86 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@commitlint/config-conventional": "^17.0.3",
"@nuxt/module-builder": "^0.1.7",
"@nuxt/schema": "^3.0.0-rc.9",
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@types/lodash.template": "^4.5.1",
"@typescript-eslint/parser": "^5.34.0",
"babel-jest": "^29.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/runtime/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ declare module 'vue/types/vue' {

// @ts-ignore
declare module 'vue/types/options' {
interface ComponentOptions<V extends any> {
interface ComponentOptions<V> {
/**
* Forces a color mode for current page
* @see https://color-mode.nuxtjs.org/#force-a-color-mode
Expand Down
Loading

0 comments on commit 028ea48

Please sign in to comment.