<p dir="ltr">The only way I know we can check if it break things is running our test suites ðŸ˜ƒ</p>
<p dir="ltr">So a pull request would be enough probably.</p>
<p dir="ltr">Do we have enough test coverage though?</p>
<p dir="ltr">Gil</p>
<div class="gmail_extra"><br><div class="gmail_quote">El dia 12/12/2016 21:35, "Jens W. Klein" <<a href="mailto:jens@bluedynamics.com">jens@bluedynamics.com</a>> va escriure:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
instead of posting this to <a href="http://community.plone.org" rel="noreferrer" target="_blank">community.plone.org</a> I would like to have<br>
opinions on this from the FWT.<br>
<br>
I had a quick look on our javascript dep defined here:<br>
<a href="https://github.com/plone/Products.CMFPlone/blob/master/Products/CMFPlone/static/bower.json" rel="noreferrer" target="_blank">https://github.com/plone/<wbr>Products.CMFPlone/blob/master/<wbr>Products/CMFPlone/static/<wbr>bower.json</a><br>
<br>
besides its bower and should turned into a package.json for npm ...:<br>
<br>
the version in there are from javascript stoneage (2-3 years old).<br>
<br>
I think we can update most of it w/o any problems.<br>
<br>
Just JQuery might be a problem, we need to check this. But we shold<br>
really go for latest.<br>
<br>
w/o jquery and dependencies I think this could be save:<br>
<br>
{<br>
  "name": "Products.CMFPlone",<br>
  "version": "5.0b2",<br>
  "description": "CMFPlone Javascript Bundle",<br>
  "dependencies": {<br>
  Â  "ace-builds": "1.2.5",<br>
  Â  "backbone": "1.3.3",<br>
  Â  "backbone.paginator": "0.8.1",<br>
  Â  "bootstrap": "3.3.7",<br>
  Â  "console-polyfill": "0.2.3",<br>
  Â  "dropzone": "4.3.0",<br>
  Â  "es5-shim": "4.5.9",<br>
  Â  "jqtree": "1.3.6",<br>
  Â  "jquery": "1.11.3",<br>
  Â  "jquery-form": "3.46.0",<br>
  Â  "jquery.cookie": "1.4.1",<br>
  Â  "jquery.recurrenceinput.js": "v1.5.2",<br>
  Â  "logging": "",<br>
  Â  "marked": "0.3.6",<br>
  Â  "moment": "2.17.1",<br>
  Â  "patternslib": "2.0.13",<br>
  Â  "pickadate": "3.5.6",<br>
  Â  "react": "15.4.1",<br>
  Â  "requirejs-text": "2.0.15",<br>
  Â  "select2": "4.0.3",<br>
  Â  "selectivizr": "1.0.2",<br>
  Â  "tinymce-builded": "4.3.12",<br>
  Â  "requirejs": "",<br>
  Â  "less": "2.1.2",<br>
  Â  "r.js": "2.1.15"<br>
  },<br>
  "devDependencies": {<br>
  Â  "expect": "0.3.1",<br>
  Â  "sinonjs": "1.17.1"<br>
  },<br>
  "resolutions": {<br>
  Â  "bootstrap": "3.3.7",<br>
  Â  "jquery": "1.11.3",<br>
  Â  "select2": "4.0.3",<br>
  Â  "moment": "2.17.1"<br>
  }<br>
}<br>
<br>
What do you think?<br>
<br>
Jens<br>
--<br>
Klein & Partner KG, member of BlueDynamics Alliance<br>
<br>
______________________________<wbr>_________________<br>
Framework-Team mailing list<br>
<a href="mailto:Framework-Team@lists.plone.org">Framework-Team@lists.plone.org</a><br>
<a href="https://lists.plone.org/mailman/listinfo/plone-framework-team" rel="noreferrer" target="_blank">https://lists.plone.org/<wbr>mailman/listinfo/plone-<wbr>framework-team</a><br>
</blockquote></div></div>