Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def puts_header(msg)

# We need the major version of 'jest' and '@types/jest' to match so we
# can only upgrade jest when there are compatible versions available
JEST_MAJOR_VERSION = "29".freeze
JEST_MAJOR_VERSION = "30".freeze

def require_package_json_gem
old_env = ENV.to_h
Expand Down
Loading