|
115 | 115 | }
|
116 | 116 | },
|
117 | 117 | "devDependencies": {
|
118 |
| - "@babel/cli": "^7.2.3", |
119 |
| - "@babel/core": "^7.2.2", |
| 118 | + "@babel/cli": "^7.4.4", |
| 119 | + "@babel/core": "^7.4.5", |
120 | 120 | "@babel/plugin-external-helpers": "^7.2.0",
|
121 |
| - "@babel/plugin-proposal-class-properties": "^7.2.3", |
122 |
| - "@babel/plugin-proposal-decorators": "^7.2.3", |
| 121 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 122 | + "@babel/plugin-proposal-decorators": "^7.4.4", |
123 | 123 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
124 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.2.0", |
| 124 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
125 | 125 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
126 | 126 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
127 |
| - "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
128 |
| - "@babel/preset-env": "^7.2.3", |
129 |
| - "@bootstrap-styled/documentation": "^1.2.0", |
130 |
| - "@rollup-umd/documentation": "^1.3.1", |
131 |
| - "@semantic-release/changelog": "^3.0.1", |
132 |
| - "@semantic-release/git": "^7.0.6", |
133 |
| - "@semantic-release/github": "^5.2.7", |
134 |
| - "@semantic-release/npm": "^5.1.2", |
135 |
| - "babel-core": "^7.0.0-bridge.0", |
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", |
| 127 | + "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
| 128 | + "@babel/preset-env": "^7.4.5", |
| 129 | + "@bootstrap-styled/documentation": "^2.0.0", |
| 130 | + "@rollup-umd/documentation": "^2.0.5", |
| 131 | + "@rollup-umd/ncu": "^1.0.9", |
| 132 | + "@rollup-umd/rollup": "^1.0.13", |
| 133 | + "@semantic-release/changelog": "^3.0.4", |
| 134 | + "@semantic-release/git": "^7.0.12", |
| 135 | + "@semantic-release/github": "^5.4.0", |
| 136 | + "@semantic-release/npm": "^5.1.9", |
| 137 | + "babel-eslint": "^10.0.2", |
| 138 | + "babel-jest": "^24.8.0", |
| 139 | + "babel-loader": "^8.0.6", |
| 140 | + "babel-plugin-add-module-exports": "^1.0.2", |
140 | 141 | "babel-plugin-array-includes": "^2.0.3",
|
141 | 142 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
142 | 143 | "cz-conventional-changelog": "^2.1.0",
|
143 |
| - "enzyme": "^3.8.0", |
144 |
| - "enzyme-adapter-react-16": "^1.7.1", |
145 |
| - "eslint": "^5.10.0", |
| 144 | + "enzyme": "^3.10.0", |
| 145 | + "enzyme-adapter-react-16": "^1.14.0", |
| 146 | + "eslint": "^5.16.0", |
146 | 147 | "eslint-config-airbnb": "^17.1.0",
|
147 | 148 | "eslint-config-airbnb-base": "^13.1.0",
|
148 |
| - "eslint-plugin-import": "^2.14.0", |
149 |
| - "eslint-plugin-jsx-a11y": "^6.1.2", |
150 |
| - "eslint-plugin-react": "^7.11.1", |
| 149 | + "eslint-plugin-import": "^2.17.3", |
| 150 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
| 151 | + "eslint-plugin-react": "^7.13.0", |
151 | 152 | "immutable": "^4.0.0-rc.12",
|
152 |
| - "jest-cli": "^23.6.0", |
| 153 | + "jest-cli": "^24.8.0", |
153 | 154 | "jest-sonar-reporter": "^2.0.0",
|
154 |
| - "lint-staged": "^8.1.0", |
| 155 | + "lint-staged": "^8.2.1", |
155 | 156 | "pre-commit": "^1.2.2",
|
156 |
| - "react": "^16.7.0", |
157 |
| - "react-dom": "^16.7.0", |
158 |
| - "react-styleguidist": "^8.0.6", |
159 |
| - "rimraf": "^2.6.2", |
160 |
| - "rollup": "^0.68.1", |
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 |
| - "rollup-plugin-node-builtins": "^2.1.2", |
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 |
| - "rollup-watch": "^4.3.1", |
172 |
| - "semantic-release": "^15.13.1", |
173 |
| - "sinon": "^7.2.2", |
| 157 | + "react": "^16.8.6", |
| 158 | + "react-dom": "^16.8.6", |
| 159 | + "react-styleguidist": "^9.1.7", |
| 160 | + "rimraf": "^2.6.3", |
| 161 | + "rollup": "^1.15.6", |
| 162 | + "semantic-release": "^15.13.16", |
174 | 163 | "toctoc": "^0.3.2",
|
175 |
| - "webpack": "^4.28.1" |
| 164 | + "webpack": "^4.34.0" |
176 | 165 | },
|
177 | 166 | "jest": {
|
178 | 167 | "roots": [
|
|
182 | 171 | "raf/polyfill"
|
183 | 172 | ],
|
184 | 173 | "testURL": "http://localhost/",
|
185 |
| - "setupTestFrameworkScriptFile": "<rootDir>/internals/testing/test-bundler.js", |
| 174 | + "setupFilesAfterEnv": [ |
| 175 | + "<rootDir>/internals/testing/test-bundler.js" |
| 176 | + ], |
| 177 | + "transformIgnorePatterns": [ |
| 178 | + "<rootDir>/node_modules", |
| 179 | + "<rootDir>/internals" |
| 180 | + ], |
186 | 181 | "testPathIgnorePatterns": [
|
187 | 182 | "<rootDir>/dist/",
|
188 | 183 | "<rootDir>/lib/"
|
|
221 | 216 | "build:readme"
|
222 | 217 | ],
|
223 | 218 | "dependencies": {
|
224 |
| - "@bootstrap-styled/css-mixins": "^2.0.3", |
| 219 | + "@bootstrap-styled/css-mixins": "^2.0.6", |
225 | 220 | "@bootstrap-styled/utils": "^1.7.1"
|
226 | 221 | },
|
227 | 222 | "publishConfig": {
|
|
0 commit comments