Skip to content

Commit

Permalink
Fix prettier version to 4.0.3 to fix TypeError [ERR_INVALID_ARG_TYPE]…
Browse files Browse the repository at this point in the history
…: The "path" argument must be of type string in 4.0.4
  • Loading branch information
azuchi committed Jan 11, 2024
1 parent b8597aa commit 2d6f2c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem 'rake', '~> 13.0'

gem 'rspec', '~> 3.0'

gem 'prettier'
gem 'prettier', '4.0.3'

gem 'rubocop-rake'
gem 'rubocop-rspec'
Expand Down

0 comments on commit 2d6f2c7

Please sign in to comment.