@welldone-software/why-did-you-render
Advanced tools
Comparing version 6.0.1 to 6.0.2
/** | ||
* @welldone-software/why-did-you-render 6.0.1 | ||
* @welldone-software/why-did-you-render 6.0.2 | ||
* MIT Licensed | ||
@@ -4,0 +4,0 @@ * Generated by Vitali Zaidman <vzaidman@gmail.com> (https://github.com/vzaidman) |
{ | ||
"name": "@welldone-software/why-did-you-render", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "Monkey patches React to notify you about avoidable re-renders.", | ||
@@ -28,12 +28,13 @@ "types": "types.d.ts", | ||
"scripts": { | ||
"prepare": "cd test-react-16 && yarn", | ||
"start": "cross-env PORT=3003 NODE_ENV=development USE_AUTOMATIC_JSX=true node demo/serve", | ||
"start:jsx": "cross-env USE_AUTOMATIC_JSX=true yarn start", | ||
"start": "cross-env PORT=3003 NODE_ENV=development node demo/serve", | ||
"start:classic": "cross-env USE_CLASSIC_JSX=true yarn start", | ||
"build": "cross-env NODE_ENV=production rollup --config", | ||
"test": "yarn test:react-17-classic && yarn test:react-16-classic && yarn test:react-17-automatic && yarn test:react-16-automatic", | ||
"test:watch": "yarn test:react-17-classic --watch", | ||
"test:react-17-classic": "cross-env TEST=true USE_REACT_16=false jest \"./tests\" --config=jest.config.js", | ||
"test:react-17-automatic": "cross-env TEST=true USE_REACT_16=false USE_AUTOMATIC_JSX=true jest \"./tests\" --config=jest.config.js", | ||
"test:react-16-classic": "cd test-react-16 && cross-env USE_REACT_16=true TEST=true jest \"./tests\" --config=jest.config.js", | ||
"test:react-16-automatic": "cd test-react-16 && cross-env USE_REACT_16=true TEST=true USE_AUTOMATIC_JSX=true jest \"./tests\" --config=jest.config.js", | ||
"_test": "cross-env TEST=true jest \"./tests\" --config=jest.config.js", | ||
"test:react-17": "yarn _test", | ||
"test:react-17-classic": "cross-env USE_CLASSIC_JSX=true yarn _test", | ||
"test:react-16": "cross-env USE_REACT_16=true yarn _test", | ||
"test:react-16-classic": "cross-env USE_REACT_16=true USE_CLASSIC_JSX=true yarn _test", | ||
"test:quick": "yarn test:react-17", | ||
"test:watch": "yarn test:quick --watch", | ||
"test": "yarn test:react-17 && yarn test:react-16 && yarn test:react-17-classic && yarn test:react-16-classic", | ||
"test:ci": "yarn test --coverage && coveralls < coverage/lcov.info", | ||
@@ -49,5 +50,5 @@ "lint": "eslint . --ext=js --cache --cache-location .cache/eslint-cache", | ||
"_cypress:run:ci": "yarn cypress:run --record --parallel --group main", | ||
"_cypress:run:ci:jsx": "yarn cypress:run --record --parallel --group jsx", | ||
"_cypress:run:ci:classic": "yarn cypress:run --record --parallel --group classic", | ||
"cypress:ci": "start-server-and-test start http://localhost:3003 _cypress:run:ci", | ||
"cypress:ci:jsx": "start-server-and-test start:jsx http://localhost:3003 _cypress:run:ci:jsx" | ||
"cypress:ci:classic": "start-server-and-test start:classic http://localhost:3003 _cypress:run:ci:classic" | ||
}, | ||
@@ -100,5 +101,8 @@ "husky": { | ||
"react": "^17.0.1", | ||
"react-16": "npm:react@^16.14.0", | ||
"react-dom": "npm:@hot-loader/react-dom@^17.0.0", | ||
"react-dom-16": "npm:@hot-loader/react-dom@^16.14.0", | ||
"react-hot-loader": "^4.13.0", | ||
"react-is": "^17.0.1", | ||
"react-is-16": "npm:react-is@^16.13.1", | ||
"react-redux": "^7.2.2", | ||
@@ -105,0 +109,0 @@ "react-router-dom": "^5.2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
157834
52