|
23 | 23 | "build:dist:watch": "rollup -c --watch",
|
24 | 24 | "build:lib:watch": "npm run build:lib -- --watch",
|
25 | 25 | "test": "npm run lint && npm run test:web",
|
26 |
| - "test:web": "NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage", |
| 26 | + "test:web": "NODE_ENV=test jest --coverage", |
27 | 27 | "test:clean": "rimraf ./coverage",
|
28 | 28 | "test:watch": "npm run test -- --watch",
|
29 | 29 | "lint": "eslint src",
|
|
115 | 115 | }
|
116 | 116 | },
|
117 | 117 | "devDependencies": {
|
118 |
| - "@babel/cli": "^7.0.0", |
119 |
| - "@babel/core": "^7.0.0", |
120 |
| - "@babel/plugin-external-helpers": "^7.0.0", |
121 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0", |
122 |
| - "@babel/plugin-proposal-decorators": "^7.0.0", |
123 |
| - "@babel/plugin-proposal-json-strings": "^7.0.0", |
124 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
125 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
126 |
| - "@babel/plugin-syntax-import-meta": "^7.0.0", |
127 |
| - "@babel/plugin-transform-modules-commonjs": "^7.0.0", |
128 |
| - "@babel/preset-env": "^7.0.0", |
129 |
| - "@bootstrap-styled/documentation": "^1.0.1", |
130 |
| - "@rollup-umd/documentation": "^1.0.17", |
| 118 | + "@babel/cli": "^7.2.0", |
| 119 | + "@babel/core": "^7.2.2", |
| 120 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 121 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 122 | + "@babel/plugin-proposal-decorators": "^7.2.2", |
| 123 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 124 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 125 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 126 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 127 | + "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
| 128 | + "@babel/preset-env": "^7.2.0", |
| 129 | + "@bootstrap-styled/documentation": "^1.1.1", |
| 130 | + "@rollup-umd/documentation": "^1.2.0", |
131 | 131 | "@semantic-release/changelog": "^3.0.1",
|
132 | 132 | "@semantic-release/git": "^7.0.5",
|
133 | 133 | "@semantic-release/github": "^5.2.5",
|
134 |
| - "@semantic-release/npm": "^5.1.1", |
| 134 | + "@semantic-release/npm": "^5.1.2", |
135 | 135 | "babel-core": "^7.0.0-bridge.0",
|
136 |
| - "babel-eslint": "^9.0.0", |
137 |
| - "babel-jest": "^23.4.2", |
138 |
| - "babel-loader": "^8.0.0", |
139 |
| - "babel-plugin-add-module-exports": "^0.2.1", |
| 136 | + "babel-eslint": "^10.0.1", |
| 137 | + "babel-jest": "^23.6.0", |
| 138 | + "babel-loader": "^8.0.4", |
| 139 | + "babel-plugin-add-module-exports": "^1.0.0", |
140 | 140 | "babel-plugin-array-includes": "^2.0.3",
|
141 |
| - "babel-plugin-dynamic-import-node": "^1.0.2", |
| 141 | + "babel-plugin-dynamic-import-node": "^2.2.0", |
142 | 142 | "cz-conventional-changelog": "^2.1.0",
|
143 | 143 | "enzyme": "^3.6.0",
|
144 | 144 | "enzyme-adapter-react-16": "^1.5.0",
|
145 |
| - "eslint": "^5.6.1", |
| 145 | + "eslint": "^5.10.0", |
146 | 146 | "eslint-config-airbnb": "^17.1.0",
|
147 | 147 | "eslint-config-airbnb-base": "^13.1.0",
|
148 | 148 | "eslint-plugin-import": "^2.14.0",
|
149 | 149 | "eslint-plugin-jsx-a11y": "^6.1.1",
|
150 | 150 | "eslint-plugin-react": "^7.11.1",
|
151 | 151 | "immutable": "^3.8.1",
|
152 |
| - "jest-cli": "^22.4.2", |
153 |
| - "jest-sonar-reporter": "^1.3.0", |
| 152 | + "jest-cli": "^23.6.0", |
| 153 | + "jest-sonar-reporter": "^2.0.0", |
154 | 154 | "lint-staged": "^4.1.3",
|
155 | 155 | "pre-commit": "^1.2.2",
|
156 | 156 | "react": "^16.6.3",
|
157 | 157 | "react-dom": "^16.6.3",
|
158 | 158 | "react-styleguidist": "^8.0.6",
|
159 | 159 | "rimraf": "^2.6.2",
|
160 |
| - "rollup": "^0.57.1", |
161 |
| - "rollup-plugin-babel": "^4.0.1", |
162 |
| - "rollup-plugin-cleanup": "^2.0.0", |
163 |
| - "rollup-plugin-commonjs": "^9.1.0", |
164 |
| - "rollup-plugin-inject": "^2.0.0", |
165 |
| - "rollup-plugin-json": "^2.3.0", |
| 160 | + "rollup": "^0.68.0", |
| 161 | + "rollup-plugin-babel": "^4.1.0", |
| 162 | + "rollup-plugin-cleanup": "^3.0.0", |
| 163 | + "rollup-plugin-commonjs": "^9.2.0", |
| 164 | + "rollup-plugin-inject": "^2.2.0", |
| 165 | + "rollup-plugin-json": "^3.1.0", |
166 | 166 | "rollup-plugin-node-builtins": "^2.1.2",
|
167 |
| - "rollup-plugin-node-resolve": "^3.3.0", |
168 |
| - "rollup-plugin-replace": "^2.0.0", |
169 |
| - "rollup-plugin-uglify": "^3.0.0", |
170 |
| - "rollup-plugin-visualizer": "^0.5.0", |
| 167 | + "rollup-plugin-node-resolve": "^4.0.0", |
| 168 | + "rollup-plugin-replace": "^2.1.0", |
| 169 | + "rollup-plugin-terser": "^3.0.0", |
| 170 | + "rollup-plugin-visualizer": "^0.9.2", |
171 | 171 | "rollup-watch": "^4.3.1",
|
172 |
| - "semantic-release": "^15.12.4", |
173 |
| - "sinon": "^3.3.0", |
| 172 | + "semantic-release": "^15.13.0", |
| 173 | + "sinon": "^7.2.2", |
174 | 174 | "toctoc": "^0.3.2",
|
175 | 175 | "webpack": "^4.27.1"
|
176 | 176 | },
|
|
206 | 206 | "testRegex": "tests/.*\\.test\\.js$",
|
207 | 207 | "testResultsProcessor": "jest-sonar-reporter"
|
208 | 208 | },
|
| 209 | + "jestSonar": { |
| 210 | + "reportPath": "reports", |
| 211 | + "reportFile": "test-report.xml", |
| 212 | + "indent": 2 |
| 213 | + }, |
209 | 214 | "lint-staged": {
|
210 | 215 | "*.js": [
|
211 | 216 | "eslint --fix",
|
|
216 | 221 | "build:readme"
|
217 | 222 | ],
|
218 | 223 | "dependencies": {
|
219 |
| - "@bootstrap-styled/css-mixins": "1.2.0", |
220 |
| - "@bootstrap-styled/utils": "^1.6.4" |
| 224 | + "@bootstrap-styled/css-mixins": "1.3.0", |
| 225 | + "@bootstrap-styled/utils": "^1.7.0" |
221 | 226 | },
|
222 | 227 | "publishConfig": {
|
223 | 228 | "registry": "https://registry.npmjs.org",
|
|
0 commit comments