Make yarn integrity check plugin a devDependency
Showing
... | ... | @@ -142,8 +142,7 @@ |
"webpack-cli": "^3.3.9", | ||
"webpack-stats-plugin": "^0.3.0", | ||
"worker-loader": "^2.0.0", | ||
"xterm": "^3.5.0", | ||
"yarn-check-webpack-plugin": "^1.2.0" | ||
"xterm": "^3.5.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/plugin-transform-modules-commonjs": "^7.5.0", | ||
... | ... | @@ -199,6 +198,7 @@ |
"timezone-mock": "^1.0.8", | ||
"vue-jest": "^4.0.0-beta.2", | ||
"webpack-dev-server": "^3.8.1", | ||
"yarn-check-webpack-plugin": "^1.2.0", | ||
"yarn-deduplicate": "^1.1.1" | ||
}, | ||
"resolutions": { | ||
... | ... | @@ -209,4 +209,4 @@ |
"node": ">=8.10.0", | ||
"yarn": "^1.10.0" | ||
} | ||
} | ||
} | ||
\ No newline at end of file |
Please register or sign in to comment