Skip to content

Commit

Permalink
Update upgrade-lab-dependencies.py
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmevichu authored Feb 27, 2024
1 parent 789e815 commit 7e7a408
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/upgrade-lab-dependencies.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def update_package_json(new_version):

with open(path, 'w') as file:
json.dump(existing_package_json, file, indent=2)
file.write('\n')


def update_dependencies(existing_json, new_json):
Expand Down

0 comments on commit 7e7a408

Please sign in to comment.