Skip to content

Commit

Permalink
Update eslint core package version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanG-github committed Apr 9, 2024
1 parent d445218 commit a8580c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .template/addons/openapi/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
end

run 'yarn add --dev eslint'
run 'yarn add --dev @nimblehq/[email protected].0'
run 'yarn add --dev @nimblehq/[email protected].1'
run 'yarn add --dev @apidevtools/[email protected]'
run 'yarn add --dev @stoplight/[email protected]'
run 'yarn add --dev [email protected]'
Expand Down
2 changes: 1 addition & 1 deletion .template/variants/web/package.json.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

run 'yarn add --dev eslint'
run 'yarn add --dev stylelint@^15'
run 'yarn add --dev @nimblehq/[email protected].0'
run 'yarn add --dev @nimblehq/[email protected].1'
run 'yarn add --dev @nimblehq/[email protected]'

# Setup scripts
Expand Down

0 comments on commit a8580c0

Please sign in to comment.