Skip to content

Commit

Permalink
feat(nuxt): update @nuxt/eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Mar 19, 2024
1 parent f9cce31 commit a4892b4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion packages/nuxt/migrations.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
{
"generators": {},
"packageJsonUpdates": {}
"packageJsonUpdates": {
"18.2.0": {
"version": "18.2.0-beta.0",
"packages": {
"@nuxt/eslint-config": {
"version": "~0.3.0-alpha.0",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/nuxt/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export const nuxtDevtoolsVersion = '1.0.0';
export const nuxtUiTemplatesVersion = '^1.3.1';

// linting deps
export const nuxtEslintConfigVersion = '0.2.0';
export const nuxtEslintConfigVersion = '~0.3.0-alpha.0';

0 comments on commit a4892b4

Please sign in to comment.