@welldone-software/why-did-you-render
Advanced tools
Comparing version 3.3.1 to 3.3.2
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
/** | ||
* @welldone-software/why-did-you-render 3.3.1 | ||
* @welldone-software/why-did-you-render 3.3.2 | ||
* MIT Licensed | ||
* Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) | ||
* Generated at 2019-08-02 | ||
* Generated at 2019-08-09 | ||
*/ | ||
@@ -7,0 +7,0 @@ |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "3.3.1", | ||
"version": "3.3.2", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -42,3 +42,3 @@ "main": "dist/cjs/whyDidYouRender.min.js", | ||
"peerDependencies": { | ||
"react": ">=16.8" | ||
"react": ">=16.9" | ||
}, | ||
@@ -52,4 +52,4 @@ "devDependencies": { | ||
"@testing-library/jest-dom": "^4.0.0", | ||
"@testing-library/react": "^8.0.7", | ||
"@types/react": "^16.8.24", | ||
"@testing-library/react": "^8.0.9", | ||
"@types/react": "^16.9.0", | ||
"acorn-walk": "^6.2.0", | ||
@@ -65,3 +65,3 @@ "astring": "^1.4.1", | ||
"eslint": "^6.1.0", | ||
"eslint-plugin-jest": "^22.14.1", | ||
"eslint-plugin-jest": "^22.15.0", | ||
"eslint-plugin-react": "^7.14.3", | ||
@@ -71,3 +71,3 @@ "eslint-watch": "^6.0.0", | ||
"express-history-api-fallback": "^2.2.1", | ||
"husky": "^3.0.2", | ||
"husky": "^3.0.3", | ||
"jest": "^24.8.0", | ||
@@ -83,7 +83,7 @@ "jest-cli": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.18.0", | ||
"rollup": "^1.19.4", | ||
"rollup-plugin-babel": "^4.3.3", | ||
"rollup-plugin-commonjs": "^10.0.1", | ||
"rollup-plugin-commonjs-alternate": "^0.0.5", | ||
"rollup-plugin-license": "^0.10.0", | ||
"rollup-plugin-commonjs": "^10.0.2", | ||
"rollup-plugin-commonjs-alternate": "^0.0.6", | ||
"rollup-plugin-license": "^0.11.0", | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
@@ -90,0 +90,0 @@ "rollup-plugin-replace": "^2.2.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1219285