|
15 | 15 | "format": "eslint src --fix --report-unused-disable-directives",
|
16 | 16 | "lint": "eslint src --report-unused-disable-directives",
|
17 | 17 | "prebump": "run-s lint test",
|
18 |
| - "prepublish": "yarn run build", |
19 |
| - "release": "standard-version --sign", |
| 18 | + "prepublishOnly": "yarn run build", |
| 19 | + "release": "semantic-release", |
20 | 20 | "test": "cross-env BABEL_OUTPUT=commonjs jest",
|
21 | 21 | "start": "webpack-dev-server --inline --content-base examples/",
|
22 | 22 | "website": "run-s website:clean website:build website:redirect",
|
|
61 | 61 | "@babel/preset-react": "^7.0.0",
|
62 | 62 | "babel-core": "^7.0.0-0",
|
63 | 63 | "babel-eslint": "^10.0.1",
|
64 |
| - "babel-jest": "^24.1.0", |
| 64 | + "babel-jest": "^26.0.1", |
65 | 65 | "babel-loader": "^8.0.0",
|
66 | 66 | "babel-plugin-transform-react-remove-prop-types": "^0.4.15",
|
67 | 67 | "conventional-github-releaser": "^3.1.2",
|
68 |
| - "cross-env": "^6.0.3", |
| 68 | + "cross-env": "^7.0.2", |
69 | 69 | "css-loader": "^3.3.2",
|
70 | 70 | "enzyme": "^3.5.0",
|
71 | 71 | "enzyme-adapter-react-16": "^1.3.0",
|
|
80 | 80 | "hoist-non-react-statics": "^3.0.1",
|
81 | 81 | "html-loader": "^0.5.5",
|
82 | 82 | "html-webpack-plugin": "^3.2.0",
|
83 |
| - "husky": "^3.1.0", |
84 |
| - "jest": "^24.1.0", |
| 83 | + "husky": "^4.2.5", |
| 84 | + "jest": "^26.0.1", |
85 | 85 | "less": "^3.8.1",
|
86 | 86 | "less-loader": "^5.0.0",
|
87 |
| - "lint-staged": "^9.5.0", |
| 87 | + "lint-staged": "^10.2.6", |
88 | 88 | "mini-css-extract-plugin": "^0.8.0",
|
89 | 89 | "npm-run-all": "^4.1.3",
|
90 | 90 | "prettier": "^1.14.2",
|
|
101 | 101 | "rollup-plugin-node-resolve": "^5.2.0",
|
102 | 102 | "rollup-plugin-replace": "^2.0.0",
|
103 | 103 | "rollup-plugin-terser": "^5.1.3",
|
104 |
| - "standard-version": "^7.0.1", |
| 104 | + "semantic-release": "^17.0.7", |
105 | 105 | "webpack": "^4.17.1",
|
106 | 106 | "webpack-cli": "^3.1.0",
|
107 | 107 | "webpack-dev-server": "^3.1.7"
|
|
118 | 118 | },
|
119 | 119 | "lint-staged": {
|
120 | 120 | "src/**/*.js": [
|
121 |
| - "yarn run eslint --fix", |
122 |
| - "git add" |
| 121 | + "yarn run eslint --fix" |
123 | 122 | ]
|
124 | 123 | },
|
125 | 124 | "husky": {
|
|
0 commit comments