Skip to content

Commit 9b5c933

Browse files
committed
3.0.5
1 parent d11c9bb commit 9b5c933

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-perf-devtool",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "A devtool for inspecting the performance of React Components",
55
"main": "index.js",
66
"files": ["lib/shared", "lib/npm"],
@@ -18,26 +18,24 @@
1818
"babel-plugin-transform-object-rest-spread": "^6.26.0",
1919
"babel-preset-env": "^1.6.1",
2020
"babel-preset-react": "^6.24.1",
21-
"babel-preset-react-app": "^3.1.0",
22-
"chart.js": "^2.7.1",
2321
"husky": "^0.14.3",
2422
"jest": "^21.2.1",
2523
"lint-staged": "^6.0.0",
2624
"prettier": "^1.9.2",
27-
"prop-types": "^15.6.0",
2825
"react": "^16.2.0",
2926
"react-dom": "^16.2.0",
3027
"react-test-renderer": "^16.2.0",
3128
"uglifyjs-webpack-plugin": "^1.1.2",
32-
"webpack": "^3.10.0"
29+
"webpack": "^4.0.1",
30+
"webpack-cli": "^2.0.9"
3331
},
3432
"scripts": {
3533
"test": "jest",
3634
"build:babel": "rm -rf lib && babel src --out-dir lib",
3735
"build:watch":
38-
"rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack --watch --config ./webpack/webpack.config.js --progress",
36+
"rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack-cli --watch --config ./webpack/webpack.config.js --progress",
3937
"build":
40-
"rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack --config ./webpack/webpack.config.js --progress && yarn build:babel",
38+
"rm -rf ./extension/build && NODE_ENV=production ./node_modules/.bin/webpack-cli --config ./webpack/webpack.config.js --progress && yarn build:babel",
4139
"precommit": "lint-staged",
4240
"format":
4341
"find src -name '*.js' | xargs ./node_modules/.bin/prettier --write --no-semi --single-quote",

0 commit comments

Comments
 (0)