Skip to content

Commit

Permalink
updated all packages including a fix to a security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
vzaidman committed Sep 13, 2019
1 parent 08a4a2b commit 5ea9777
Show file tree
Hide file tree
Showing 2 changed files with 897 additions and 846 deletions.
82 changes: 41 additions & 41 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,29 @@
"dist",
"types.d.ts"
],
"authors": [
"Vitali Zaidman <[email protected]> (https://github.com/vzaidman)"
],
"license": "MIT",
"repository": "https://github.com/welldone-software/why-did-you-render",
"keywords": [
"react",
"component",
"pure",
"performance",
"render",
"update",
"tool"
],
"scripts": {
"start": "cross-env PORT=3003 NODE_ENV=development node demo/serve",
"build": "cross-env NODE_ENV=production rollup --config",
"test": "cross-env NODE_ENV=development TEST=true jest",
"test:watch": "yarn test --watch",
"lint": "esw . --ext=js --cache --cache-location .temp/eslint-cache",
"lint": "esw . --ext=js --cache --cache-location .cache/eslint-cache",
"lint:fix": "yarn lint --fix",
"lint:watch": "yarn lint --watch",
"clear": "rimraf .temp dist demo/dist",
"clear": "rimraf .cache dist demo/dist",
"watch": "concurrently --names \"Serve,Lint,Test\" \"npm:start\" \"npm:lint:watch\" \"npm:test:watch\"",
"checkHealth": "yarn lint && yarn test",
"version": "yarn checkHealth && yarn build && git add --all dist",
Expand All @@ -46,62 +60,48 @@
"react": ">=16.9"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/cli": "^7.6.0",
"@babel/core": "^7.6.0",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-env": "^7.6.0",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.0.0",
"@testing-library/react": "^9.1.1",
"@types/react": "^16.9.1",
"@testing-library/jest-dom": "^4.1.0",
"@testing-library/react": "^9.1.4",
"@types/react": "^16.9.2",
"acorn-walk": "^7.0.0",
"astring": "^1.4.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-lodash": "^3.3.4",
"concurrently": "^4.1.1",
"concurrently": "^4.1.2",
"create-react-class": "^15.6.3",
"cross-env": "^5.2.0",
"eslint": "^6.1.0",
"eslint-plugin-jest": "^22.15.1",
"cross-env": "^5.2.1",
"eslint": "^6.3.0",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-react": "^7.14.3",
"eslint-watch": "^6.0.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"husky": "^3.0.3",
"jest": "^24.8.0",
"jest-cli": "^24.8.0",
"husky": "^3.0.5",
"jest": "^24.9.0",
"jest-cli": "^24.9.0",
"magic-string": "^0.25.3",
"nollup": "^0.6.3",
"nollup": "^0.7.4",
"react": "^16.9.0",
"react-dom": "npm:@hot-loader/react-dom@^16.9.0",
"react-hot-loader": "^4.12.11",
"react-redux": "^7.1.0",
"react-hot-loader": "^4.12.13",
"react-redux": "^7.1.1",
"redux": "^4.0.4",
"rimraf": "^2.6.3",
"rollup": "^1.19.4",
"rimraf": "^3.0.0",
"rollup": "^1.21.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-commonjs-alternate": "^0.0.6",
"rollup-plugin-license": "^0.12.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-commonjs-alternate": "^0.0.7",
"rollup-plugin-license": "^0.12.1",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1",
"rollup-plugin-terser": "^5.1.2",
"styled-components": "^4.3.2"
},
"authors": [
"Vitali Zaidman <[email protected]> (https://github.com/vzaidman)"
],
"license": "MIT",
"repository": "https://github.com/welldone-software/why-did-you-render",
"keywords": [
"react",
"component",
"pure",
"performance",
"render",
"update",
"tool"
]
}
}
Loading

0 comments on commit 5ea9777

Please sign in to comment.