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 a4892b4 commit 963983e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nuxt/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"version": "18.2.0-beta.0",
"packages": {
"@nuxt/eslint-config": {
"version": "~0.3.0-alpha.0",
"version": "~0.3.0-alpha.1",
"alwaysAddToPackageJson": false
}
}
Expand Down
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.3.0-alpha.0';
export const nuxtEslintConfigVersion = '~0.3.0-alpha.1';

0 comments on commit 963983e

Please sign in to comment.