Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
abdennour
bf4275a011 Cup of coffee ️ with cake 🍰 2017-04-15 01:55:42 +03:00
abdennour
dbc2beb1fd Merge pull request #14 from abdennour/related-to-stackoverflow-question-43399407
Thanks to this answer in stackoverlow : http://stackoverflow.com/a/43401688/747579
2017-04-14 08:41:42 +03:00
abdennour
bed82ac82a 🔮 Remove react-addons-test-utils since it becomes is deprecated as of version 15.5.0 :
🔮 Upgrade React and its children 😀 to 15.5.4
🔮 Upgrade Enzyme
🔮 No need to release new NPM since all those are devDependencies . Github is enough actually. 👍🏼
2017-04-14 08:33:43 +03:00
abdennour
6e52b4cd9e Merge pull request #13 from abdennour/fix-special-characters-bug
Fix special characters bug : it closes #10
2017-04-13 22:16:10 +03:00
2 changed files with 5 additions and 5 deletions

View file

@ -201,4 +201,4 @@ For non-node developers, they have to use CDN version :
If this project help you reduce time to develop, you can give me a cup of coffee 🍵 :)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/AbdennourT/1)
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.me/AbdennourT/2)

View file

@ -59,7 +59,7 @@
"console-info": "0.0.4",
"coveralls": "^2.11.15",
"css-loader": "^0.26.1",
"enzyme": "2.7.1",
"enzyme": "^2.8.2",
"expect": "^1.20.2",
"extract-text-webpack-plugin": "^1.0.1",
"isparta-loader": "^2.0.0",
@ -67,10 +67,10 @@
"jsdom-global": "2.1.0",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.2.0",
"react": "15.4.1",
"react-addons-test-utils": "^15.4.1",
"react": "^15.5.4",
"react-test-renderer": "^15.5.4",
"react-docgen": "^2.13.0",
"react-dom": "15.4.1",
"react-dom": "^15.5.4",
"react-styleguidist": "^4.6.3",
"sass-loader": "^4.0.2",
"sinon": "^1.17.6",