|
36 | 36 | "jsdoc": "jsdoc-documentation --file", |
37 | 37 | "prestyleguide": "npm run jsdoc", |
38 | 38 | "styleguide": "styleguidist server", |
39 | | - "prestyleguide:build": "npm run jsdoc", |
| 39 | + "prestyleguide:build": "npm run jsdoc && ./styleguide/prepare.sh", |
40 | 40 | "styleguide:build": "styleguidist build" |
41 | 41 | }, |
42 | 42 | "repository": { |
|
63 | 63 | "license": "MIT", |
64 | 64 | "devDependencies": { |
65 | 65 | "@babel/cli": "^7.2.3", |
66 | | - "@babel/core": "^7.2.2", |
| 66 | + "@babel/core": "^7.3.4", |
67 | 67 | "@babel/plugin-external-helpers": "^7.2.0", |
68 | | - "@babel/plugin-proposal-class-properties": "^7.3.0", |
| 68 | + "@babel/plugin-proposal-class-properties": "^7.3.4", |
69 | 69 | "@babel/plugin-proposal-decorators": "^7.3.0", |
70 | 70 | "@babel/plugin-proposal-json-strings": "^7.2.0", |
71 | | - "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
| 71 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
72 | 72 | "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
73 | 73 | "@babel/plugin-syntax-import-meta": "^7.2.0", |
74 | 74 | "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
75 | 75 | "@babel/plugin-transform-react-constant-elements": "^7.2.0", |
76 | 76 | "@babel/plugin-transform-react-inline-elements": "^7.2.0", |
77 | | - "@babel/preset-env": "^7.3.1", |
| 77 | + "@babel/preset-env": "^7.3.4", |
78 | 78 | "@babel/preset-react": "^7.0.0", |
79 | 79 | "@bootstrap-styled/documentation": "^1.2.4", |
80 | 80 | "@bootstrap-styled/provider": "^1.4.2", |
81 | | - "@rollup-umd/documentation": "^1.3.13", |
82 | | - "@rollup-umd/rollup": "^1.0.1", |
| 81 | + "@rollup-umd/documentation": "^1.3.20", |
| 82 | + "@rollup-umd/rollup": "^1.0.7", |
83 | 83 | "@semantic-release/changelog": "^3.0.2", |
84 | 84 | "@semantic-release/git": "^7.0.8", |
85 | 85 | "@semantic-release/github": "^5.2.10", |
86 | 86 | "@semantic-release/npm": "^5.1.4", |
87 | 87 | "babel-eslint": "^10.0.1", |
88 | | - "babel-jest": "^24.1.0", |
| 88 | + "babel-jest": "^24.3.1", |
89 | 89 | "babel-loader": "^8.0.5", |
90 | 90 | "babel-plugin-add-module-exports": "^1.0.0", |
91 | 91 | "babel-plugin-array-includes": "^2.0.3", |
|
96 | 96 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24", |
97 | 97 | "babel-preset-react-hmre": "^1.1.1", |
98 | 98 | "cz-conventional-changelog": "^2.1.0", |
99 | | - "enzyme": "^3.8.0", |
100 | | - "enzyme-adapter-react-16": "^1.9.1", |
101 | | - "eslint": "^5.13.0", |
| 99 | + "enzyme": "^3.9.0", |
| 100 | + "enzyme-adapter-react-16": "^1.10.0", |
| 101 | + "eslint": "^5.15.1", |
102 | 102 | "eslint-config-airbnb": "^17.1.0", |
103 | 103 | "eslint-plugin-import": "^2.16.0", |
104 | 104 | "eslint-plugin-jsx-a11y": "^6.2.1", |
105 | 105 | "eslint-plugin-react": "^7.12.4", |
106 | 106 | "immutable": "^4.0.0-rc.12", |
107 | | - "jest-cli": "^24.1.0", |
| 107 | + "jest-cli": "^24.3.1", |
108 | 108 | "jest-sonar-reporter": "^2.0.0", |
109 | | - "lint-staged": "^8.1.3", |
| 109 | + "lint-staged": "^8.1.5", |
110 | 110 | "mini-html-webpack-plugin": "^0.2.3", |
111 | 111 | "pre-commit": "^1.2.2", |
112 | 112 | "raf": "^3.4.1", |
113 | | - "react": "^16.8.0", |
114 | | - "react-dom": "^16.8.0", |
| 113 | + "react": "^16.8.4", |
| 114 | + "react-dom": "^16.8.4", |
115 | 115 | "react-styleguidist": "^8.0.6", |
116 | | - "react-test-renderer": "^16.8.0", |
| 116 | + "react-test-renderer": "^16.8.4", |
117 | 117 | "rimraf": "^2.6.3", |
118 | | - "rollup": "^1.1.2", |
| 118 | + "rollup": "^1.6.0", |
119 | 119 | "semantic-release": "^15.13.3", |
120 | 120 | "styled-components": "^4.1.3", |
121 | 121 | "stylelint": "^9.10.1", |
122 | 122 | "stylelint-config-recommended": "^2.1.0", |
123 | 123 | "stylelint-config-styled-components": "^0.1.1", |
124 | 124 | "stylelint-processor-styled-components": "^1.5.2", |
125 | 125 | "toctoc": "^0.3.2", |
126 | | - "webpack": "^4.29.2" |
| 126 | + "webpack": "^4.29.6" |
127 | 127 | }, |
128 | 128 | "jest": { |
129 | 129 | "roots": [ |
|
182 | 182 | "@bootstrap-styled/css-mixins": "^2.0.6", |
183 | 183 | "@bootstrap-styled/css-utils": "^1.2.6", |
184 | 184 | "@bootstrap-styled/utils": "^1.7.1", |
185 | | - "@rollup-umd/documentation-cli": "^1.1.1", |
| 185 | + "@rollup-umd/documentation-cli": "^1.1.3", |
186 | 186 | "basic-math-utils": "^0.3.4", |
187 | | - "bootstrap-styled": "^2.4.10", |
| 187 | + "bootstrap-styled": "^2.4.12", |
188 | 188 | "classnames": "^2.2.6", |
189 | 189 | "lodash.omit": "^4.5.0", |
190 | 190 | "map-to-css-modules": "^1.0.6", |
191 | | - "prop-types": "^15.6.2", |
| 191 | + "prop-types": "^15.7.2", |
192 | 192 | "react-portal": "^4.2.0", |
193 | | - "react-transition-group": "^2.5.3", |
| 193 | + "react-transition-group": "^2.6.0", |
194 | 194 | "tether-fix": "^1.4.0-fix-es" |
195 | 195 | }, |
196 | 196 | "peerDependencies": { |
197 | | - "react": "^16.8.0", |
198 | | - "react-dom": "^16.8.0", |
| 197 | + "react": "^16.8.4", |
| 198 | + "react-dom": "^16.8.4", |
199 | 199 | "styled-components": "^4.1.3" |
200 | 200 | }, |
201 | 201 | "publishConfig": { |
|
0 commit comments