|
6 | 6 | "scripts": {
|
7 | 7 | "lint": "standard src/**/*.js | snazzy",
|
8 | 8 | "pretest": "npm run lint",
|
9 |
| - "prepublish": "parallelshell -w \"npm run build:dist -s\" \"npm run build:example -s\" \"npm run build:bower -s\"", |
| 9 | + "prepublishOnly": "parallelshell -w \"npm run build:dist -s\" \"npm run build:example -s\" \"npm run build:bower -s\"", |
10 | 10 | "prebuild": "rimraf dist example build",
|
11 | 11 | "build:dist": "babel src --out-dir dist --source-maps --ignore src/example",
|
12 | 12 | "build:example": "webpack --config webpack.config.js",
|
|
44 | 44 | "parser": "babel-eslint"
|
45 | 45 | },
|
46 | 46 | "devDependencies": {
|
47 |
| - "babel-cli": "^6.8.0", |
48 |
| - "babel-core": "^6.8.0", |
49 |
| - "babel-eslint": "^6.0.4", |
50 |
| - "babel-loader": "^6.2.0", |
51 |
| - "babel-plugin-react-transform": "^2.0.0-beta1", |
52 |
| - "babel-plugin-transform-object-rest-spread": "^6.3.13", |
53 |
| - "babel-preset-es2015": "^6.6.0", |
54 |
| - "babel-preset-react": "^6.5.0", |
55 |
| - "babel-preset-stage-0": "^6.5.0", |
56 |
| - "babel-tape-runner": "^2.0.1", |
| 47 | + "@babel/cli": "^7.0.0", |
| 48 | + "@babel/core": "^7.0.1", |
| 49 | + "@babel/node": "^7.0.0", |
| 50 | + "@babel/plugin-proposal-class-properties": "^7.0.0", |
| 51 | + "@babel/plugin-syntax-object-rest-spread": "^7.0.0", |
| 52 | + "@babel/preset-env": "^7.0.0", |
| 53 | + "@babel/preset-react": "^7.0.0", |
| 54 | + "babel-eslint": "^9.0.0", |
| 55 | + "babel-loader": "^8.0.2", |
| 56 | + "babel-plugin-css-modules-transform": "^1.2.7", |
| 57 | + "babel-tape-runner": "^3.0.0", |
| 58 | + "classnames": "^2.2.5", |
57 | 59 | "codecov.io": "^0.1.6",
|
58 |
| - "coveralls": "^3.0.6", |
| 60 | + "coveralls": "^3.0.2", |
59 | 61 | "css-loader": "^3.2.0",
|
60 |
| - "enzyme": "^2.3.0", |
61 |
| - "eslint": "^4.18.2", |
62 |
| - "eslint-loader": "^1.0.0", |
63 |
| - "eslint-plugin-react": "^5.0.1", |
| 62 | + "enzyme": "^3.7.0", |
| 63 | + "enzyme-adapter-react-16": "^1.6.0", |
| 64 | + "eslint": "^5.6.0", |
| 65 | + "eslint-loader": "^2.1.0", |
| 66 | + "eslint-plugin-react": "^7.11.1", |
| 67 | + "extract-text-webpack-plugin": "^3.0.2", |
64 | 68 | "faucet": "0.0.1",
|
65 |
| - "html-webpack-plugin": "^2.16.1", |
| 69 | + "html-webpack-plugin": "^3.2.0", |
66 | 70 | "isparta": "^4.0.0",
|
| 71 | + "mini-css-extract-plugin": "^0.4.2", |
67 | 72 | "parallelshell": "^3.0.0",
|
68 |
| - "react": "^15.0.2", |
69 |
| - "react-addons-test-utils": "^15.0.2", |
70 |
| - "react-dom": "^15.0.2", |
71 |
| - "react-hot-loader": "^1.2.9", |
72 |
| - "rimraf": "^2.5.2", |
| 73 | + "react": "^16.6.0", |
| 74 | + "react-dom": "^16.6.0", |
| 75 | + "react-hot-loader": "^3.1.1", |
| 76 | + "react-test-renderer": "^16.6.0", |
| 77 | + "rimraf": "^2.4.3", |
73 | 78 | "sinon": "^1.17.3",
|
74 |
| - "snazzy": "^3.0.1", |
75 |
| - "standard": "^6.0.8", |
| 79 | + "snazzy": "^8.0.0", |
| 80 | + "standard": "^12.0.1", |
76 | 81 | "tap-nyan": "0.0.2",
|
77 |
| - "tap-xunit": "^2.4.1", |
| 82 | + "tap-xunit": "^2.3.0", |
78 | 83 | "tape": "^4.5.1",
|
79 |
| - "webpack": "^4.40.2", |
80 |
| - "webpack-dev-server": "^3.8.0" |
81 |
| - }, |
| 84 | + "webpack": "^4.19.0", |
| 85 | + "webpack-cli": "^3.1.0", |
| 86 | + "webpack-dev-server": "^3.1.14" }, |
82 | 87 | "dependencies": {
|
83 | 88 | "prop-types": "^15.5.10"
|
84 | 89 | }
|
|
0 commit comments