Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

update and refactor deps to allow passive updates from consumer projects #14

Merged
merged 3 commits into from
Oct 5, 2017

Conversation

mhemesath
Copy link
Contributor

@mhemesath mhemesath commented Oct 5, 2017

Summary

Move testing dependencies into devDependencies and made webpack and nightwatch peer dependencies. This makes it easier for consuming projects to update independent of toolkit.

package.json Outdated
"style-loader": "^0.16.1",
"webpack": "^2.6.1",
"webpack-dev-server": "^2.4.5"
"shelljs": "^0.7.6"
Copy link
Contributor

Choose a reason for hiding this comment

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

shelljs is just used in the release script. I think we can move this to be a devDep

@emilyrohrbough
Copy link
Contributor

Update changelog

@emilyrohrbough
Copy link
Contributor

Just pulled this into terra-clinical and appears to run fine with webpack v2 specified there. I did receive this output:

(node:55144) DeprecationWarning: Chunk.modules is deprecated. Use Chunk.getNumberOfModules/mapModules/forEachModule/containsModule instead.

@mhemesath mhemesath merged commit 8597f48 into master Oct 5, 2017
@mhemesath mhemesath deleted the deps_refactor branch October 5, 2017 19:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants