|
6 | 6 | "jsnext:main": "dist/@bootstrap-styled/navigation-bar.esm.js",
|
7 | 7 | "module": "dist/@bootstrap-styled/navigation-bar.esm.js",
|
8 | 8 | "homepage": "https://bootstrap-styled.github.io/navigation-bar",
|
| 9 | + "engines": { |
| 10 | + "node": ">=8" |
| 11 | + }, |
9 | 12 | "browserslist": [
|
10 | 13 | "IE >= 9",
|
11 | 14 | "last 2 versions"
|
|
22 | 25 | "build:dist:watch": "rollup -c --watch",
|
23 | 26 | "build:lib:watch": "npm run build:lib -- --watch",
|
24 | 27 | "test": "npm run lint && npm run test:web",
|
25 |
| - "test:web": "NODE_ENV=test TEST_REPORT_PATH=reports jest --coverage", |
| 28 | + "test:web": "NODE_ENV=test jest --coverage", |
26 | 29 | "test:clean": "rimraf ./coverage",
|
27 | 30 | "test:watch": "npm run test -- --watch",
|
28 | 31 | "lint": "eslint src",
|
|
93 | 96 | "require-yield": 0,
|
94 | 97 | "jsx-a11y/aria-props": 2,
|
95 | 98 | "jsx-a11y/heading-has-content": 0,
|
96 |
| - "jsx-a11y/href-no-hash": 2, |
| 99 | + "jsx-a11y/href-no-hash": 0, |
97 | 100 | "jsx-a11y/label-has-for": 2,
|
98 | 101 | "jsx-a11y/mouse-events-have-key-events": 2,
|
99 | 102 | "jsx-a11y/role-has-required-aria-props": 2,
|
|
110 | 113 | }
|
111 | 114 | },
|
112 | 115 | "devDependencies": {
|
| 116 | + "@babel/cli": "^7.2.0", |
| 117 | + "@babel/core": "^7.2.2", |
| 118 | + "@babel/plugin-external-helpers": "^7.2.0", |
| 119 | + "@babel/plugin-proposal-class-properties": "^7.2.1", |
| 120 | + "@babel/plugin-proposal-decorators": "^7.2.2", |
| 121 | + "@babel/plugin-proposal-json-strings": "^7.2.0", |
| 122 | + "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 123 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 124 | + "@babel/plugin-syntax-import-meta": "^7.2.0", |
| 125 | + "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
| 126 | + "@babel/plugin-transform-react-constant-elements": "^7.2.0", |
| 127 | + "@babel/plugin-transform-react-inline-elements": "^7.2.0", |
| 128 | + "@babel/preset-env": "^7.2.0", |
| 129 | + "@babel/preset-react": "^7.0.0", |
| 130 | + "@bootstrap-styled/documentation": "^1.1.1", |
| 131 | + "@rollup-umd/documentation": "^1.2.0", |
113 | 132 | "@semantic-release/changelog": "^3.0.1",
|
114 | 133 | "@semantic-release/git": "^7.0.5",
|
115 |
| - "@semantic-release/github": "^5.0.5", |
| 134 | + "@semantic-release/github": "^5.2.6", |
116 | 135 | "@semantic-release/npm": "^5.1.2",
|
117 |
| - "@yeutech-lab/rollup-umd-documentation": "^2.4.3", |
118 |
| - "babel-cli": "^6.26.0", |
119 |
| - "babel-core": "^6.26.0", |
| 136 | + "babel-core": "^7.0.0-bridge.0", |
120 | 137 | "babel-eslint": "^10.0.1",
|
121 | 138 | "babel-jest": "^23.6.0",
|
122 | 139 | "babel-loader": "^8.0.4",
|
123 | 140 | "babel-plugin-add-module-exports": "^1.0.0",
|
124 | 141 | "babel-plugin-array-includes": "^2.0.3",
|
125 | 142 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
126 |
| - "babel-plugin-external-helpers": "^6.22.0", |
127 | 143 | "babel-plugin-react-intl": "^3.0.1",
|
128 | 144 | "babel-plugin-react-transform": "^3.0.0",
|
129 |
| - "babel-plugin-styled-components": "^1.5.1", |
130 |
| - "babel-plugin-transform-class-properties": "^6.24.1", |
131 |
| - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
132 |
| - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
133 |
| - "babel-plugin-transform-react-constant-elements": "^6.23.0", |
134 |
| - "babel-plugin-transform-react-inline-elements": "^6.22.0", |
135 |
| - "babel-plugin-transform-react-remove-prop-types": "^0.4.13", |
136 |
| - "babel-preset-env": "^1.6.0", |
137 |
| - "babel-preset-es2015": "^6.24.1", |
138 |
| - "babel-preset-react": "^6.24.1", |
| 145 | + "babel-plugin-styled-components": "^1.9.4", |
| 146 | + "babel-plugin-transform-react-remove-prop-types": "^0.4.21", |
139 | 147 | "babel-preset-react-hmre": "^1.1.1",
|
140 |
| - "babel-preset-stage-2": "^6.24.1", |
141 |
| - "babel-preset-stage-3": "^6.24.1", |
142 | 148 | "cz-conventional-changelog": "^2.1.0",
|
143 |
| - "enzyme": "^3.0.0", |
144 |
| - "enzyme-adapter-react-16": "^1.0.0", |
| 149 | + "enzyme": "^3.8.0", |
| 150 | + "enzyme-adapter-react-16": "^1.7.1", |
145 | 151 | "eslint": "^5.10.0",
|
146 | 152 | "eslint-config-airbnb": "^17.1.0",
|
147 |
| - "eslint-plugin-import": "^2.12.0", |
| 153 | + "eslint-plugin-import": "^2.14.0", |
148 | 154 | "eslint-plugin-jsx-a11y": "^6.1.2",
|
149 |
| - "eslint-plugin-react": "^7.3.0", |
| 155 | + "eslint-plugin-react": "^7.11.1", |
150 | 156 | "exports-loader": "^0.7.0",
|
151 |
| - "istanbul-api": "2.0.6", |
152 |
| - "istanbul-reports": "2.0.1", |
| 157 | + "istanbul-api": "^2.0.6", |
| 158 | + "istanbul-reports": "^2.0.1", |
153 | 159 | "jest-cli": "^23.6.0",
|
154 | 160 | "jest-sonar-reporter": "^2.0.0",
|
155 | 161 | "lint-staged": "^8.1.0",
|
156 | 162 | "pre-commit": "^1.2.2",
|
157 |
| - "raf": "^3.3.2", |
| 163 | + "raf": "^3.4.1", |
158 | 164 | "react": "^16.6.3",
|
159 | 165 | "react-addons-test-utils": "^15.6.2",
|
160 | 166 | "react-dom": "^16.6.3",
|
161 |
| - "react-styleguidist": "^8.0.3", |
162 |
| - "react-test-renderer": "^16.0.0", |
163 |
| - "request": "^2.87.0", |
164 |
| - "rimraf": "^2.6.1", |
| 167 | + "react-styleguidist": "^8.0.6", |
| 168 | + "react-test-renderer": "^16.6.3", |
| 169 | + "request": "^2.88.0", |
| 170 | + "rimraf": "^2.6.2", |
165 | 171 | "rollup": "^0.68.0",
|
166 | 172 | "rollup-plugin-babel": "^4.1.0",
|
167 | 173 | "rollup-plugin-cleanup": "^3.0.0",
|
168 |
| - "rollup-plugin-commonjs": "^9.1.0", |
169 |
| - "rollup-plugin-inject": "^2.0.0", |
| 174 | + "rollup-plugin-commonjs": "^9.2.0", |
| 175 | + "rollup-plugin-inject": "^2.2.0", |
170 | 176 | "rollup-plugin-json": "^3.1.0",
|
171 | 177 | "rollup-plugin-node-builtins": "^2.1.2",
|
172 | 178 | "rollup-plugin-node-resolve": "^4.0.0",
|
173 |
| - "rollup-plugin-replace": "^2.0.0", |
174 |
| - "rollup-plugin-uglify": "^6.0.0", |
| 179 | + "rollup-plugin-replace": "^2.1.0", |
| 180 | + "rollup-plugin-terser": "^3.0.0", |
175 | 181 | "rollup-plugin-visualizer": "^0.9.2",
|
176 | 182 | "rollup-watch": "^4.3.1",
|
177 |
| - "semantic-release": "^15.5.2", |
| 183 | + "semantic-release": "^15.13.0", |
178 | 184 | "sinon": "^7.2.2",
|
179 |
| - "styled-components": "^4.1.1", |
| 185 | + "styled-components": "^4.1.2", |
180 | 186 | "toctoc": "^0.3.2",
|
181 |
| - "webpack": "^4.16.1" |
| 187 | + "webpack": "^4.27.1" |
182 | 188 | },
|
183 | 189 | "jest": {
|
184 | 190 | "testURL": "http://localhost",
|
|
212 | 218 | "testRegex": "tests/.*\\.test\\.js$",
|
213 | 219 | "testResultsProcessor": "jest-sonar-reporter"
|
214 | 220 | },
|
| 221 | + "jestSonar": { |
| 222 | + "reportPath": "reports", |
| 223 | + "reportFile": "test-report.xml", |
| 224 | + "indent": 2 |
| 225 | + }, |
215 | 226 | "lint-staged": {
|
216 | 227 | "*.js": [
|
217 | 228 | "eslint --fix",
|
|
223 | 234 | "lint-staged"
|
224 | 235 | ],
|
225 | 236 | "dependencies": {
|
226 |
| - "bootstrap-styled": "^2.1.0", |
227 |
| - "@bootstrap-styled/v4": "^1.2.6", |
228 |
| - "@bootstrap-styled/css-mixins": "^1.1.0", |
229 |
| - "@bootstrap-styled/css-utils": "^1.1.0", |
230 |
| - "@bootstrap-styled/provider": "^1.3.0", |
231 |
| - "@bootstrap-styled/utils": "1.6.4", |
| 237 | + "@bootstrap-styled/css-mixins": "^1.3.0", |
| 238 | + "@bootstrap-styled/css-utils": "^1.2.0", |
| 239 | + "@bootstrap-styled/provider": "^1.4.0", |
| 240 | + "@bootstrap-styled/utils": "1.7.0", |
| 241 | + "@bootstrap-styled/v4": "^1.3.0", |
| 242 | + "bootstrap-styled": "^2.3.0", |
232 | 243 | "classnames": "^2.2.5",
|
233 | 244 | "lodash.omit": "^4.5.0",
|
234 | 245 | "map-to-css-modules": "^1.0.6",
|
235 |
| - "prop-types": "^15.6.1" |
| 246 | + "prop-types": "^15.6.2" |
236 | 247 | },
|
237 | 248 | "peerDependencies": {
|
238 | 249 | "react": "^16.6.3",
|
239 | 250 | "react-dom": "^16.6.3",
|
240 |
| - "styled-components": "^4.1.1" |
| 251 | + "styled-components": "^4.1.2" |
241 | 252 | },
|
242 | 253 | "publishConfig": {
|
243 | 254 | "registry": "https://registry.npmjs.org",
|
|
0 commit comments