Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More dependencies upgrade #1058

Merged
merged 1 commit into from
Nov 5, 2019
Merged

More dependencies upgrade #1058

merged 1 commit into from
Nov 5, 2019

Conversation

chancancode
Copy link
Member

No description provided.

@@ -4,7 +4,7 @@
"ember-addon"
],
"dependencies": {
"ember-cli-babel": "^7.1.2",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we even need this package.json? If we omit it, would it use the deps from the root package.json?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need it for the ember-addon stuff but I switched the deps to * so it just uses whatever is at the root

@@ -96,6 +96,7 @@
"js-string-escape": "^1.0.0",
"loader.js": "^4.7.0",
"mkdirp": "^0.5.1",
"pretender": "^3.0.4",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to switch any imports with the switch from ember-cli-pretender to pretender?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, ember-cli-pretender made import Pretender from 'pretender' work

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chancancode chancancode merged commit ecac99c into master Nov 5, 2019
@delete-merged-branch delete-merged-branch bot deleted the bump-deps branch November 5, 2019 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants