Skip to content

Commit

Permalink
fix: rollback to v6 of @vue/devtools-api (#846)
Browse files Browse the repository at this point in the history
* fix: rollback to v6 of `@vue/devtools-api`

* fix: weird linting issue with docs
  • Loading branch information
alvarosabu authored Sep 30, 2024
1 parent 998ec13 commit fd3b599
Show file tree
Hide file tree
Showing 8 changed files with 10,340 additions and 8,385 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/config/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const deConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Nachbearbeitung',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const esConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-procesamiento',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const frConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/nl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const nlConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Nabewerking',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const zhConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
},
{
text: 'Post-processing',
link: 'https://post-processing.tresjs.org/'
link: 'https://post-processing.tresjs.org/',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
},
"dependencies": {
"@alvarosabu/utils": "^3.2.0",
"@vue/devtools-api": "^7.4.5",
"@vue/devtools-api": "^6.6.3",
"@vueuse/core": "^11.1.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fd3b599

Please sign in to comment.