alexa-games / skill-flow-builder

Development suite that helps you create narrative-driven Alexa skills, including a GUI editor and CLI
Other
69 stars 17 forks source link

fix: Froze editor dependency minor versions to fix build break #42

Closed anfazio closed 3 years ago

anfazio commented 3 years ago

Title

Froze editor dependency minor versions to fix build break

Description

Changed all editor dependencies to use ~ instead of ^ in order to freeze the minor version until manually updated.

Motivation and Context

Editor builds were broken by an external dependency update.

Testing

Built and ran editor, ran through example stories with simulator

Types of changes

Checklist

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.