|
68 | 68 | "@babel/plugin-proposal-class-properties": "^7.3.0", |
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.1", |
| 71 | + "@babel/plugin-proposal-object-rest-spread": "^7.3.2", |
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 | 77 | "@babel/preset-env": "^7.3.1", |
78 | 78 | "@babel/preset-react": "^7.0.0", |
79 | | - "@bootstrap-styled/documentation": "^1.2.3", |
| 79 | + "@bootstrap-styled/documentation": "^1.2.4", |
80 | 80 | "@bootstrap-styled/provider": "^1.4.2", |
81 | | - "@rollup-umd/documentation": "^1.3.7", |
| 81 | + "@rollup-umd/documentation": "^1.3.13", |
| 82 | + "@rollup-umd/rollup": "^1.0.1", |
82 | 83 | "@semantic-release/changelog": "^3.0.2", |
83 | 84 | "@semantic-release/git": "^7.0.8", |
84 | 85 | "@semantic-release/github": "^5.2.10", |
85 | 86 | "@semantic-release/npm": "^5.1.4", |
86 | 87 | "babel-eslint": "^10.0.1", |
87 | | - "babel-jest": "^24.0.0", |
| 88 | + "babel-jest": "^24.1.0", |
88 | 89 | "babel-loader": "^8.0.5", |
89 | 90 | "babel-plugin-add-module-exports": "^1.0.0", |
90 | 91 | "babel-plugin-array-includes": "^2.0.3", |
|
96 | 97 | "babel-preset-react-hmre": "^1.1.1", |
97 | 98 | "cz-conventional-changelog": "^2.1.0", |
98 | 99 | "enzyme": "^3.8.0", |
99 | | - "enzyme-adapter-react-16": "^1.8.0", |
| 100 | + "enzyme-adapter-react-16": "^1.9.1", |
100 | 101 | "eslint": "^5.13.0", |
101 | 102 | "eslint-config-airbnb": "^17.1.0", |
102 | 103 | "eslint-plugin-import": "^2.16.0", |
103 | | - "eslint-plugin-jsx-a11y": "^6.2.0", |
| 104 | + "eslint-plugin-jsx-a11y": "^6.2.1", |
104 | 105 | "eslint-plugin-react": "^7.12.4", |
105 | 106 | "immutable": "^4.0.0-rc.12", |
106 | | - "jest-cli": "^24.0.0", |
| 107 | + "jest-cli": "^24.1.0", |
107 | 108 | "jest-sonar-reporter": "^2.0.0", |
108 | 109 | "lint-staged": "^8.1.3", |
109 | 110 | "mini-html-webpack-plugin": "^0.2.3", |
110 | 111 | "pre-commit": "^1.2.2", |
111 | 112 | "raf": "^3.4.1", |
112 | | - "react": "^16.7.0", |
113 | | - "react-dom": "^16.7.0", |
| 113 | + "react": "^16.8.0", |
| 114 | + "react-dom": "^16.8.0", |
114 | 115 | "react-styleguidist": "^8.0.6", |
115 | | - "react-test-renderer": "^16.7.0", |
| 116 | + "react-test-renderer": "^16.8.0", |
116 | 117 | "rimraf": "^2.6.3", |
117 | 118 | "rollup": "^1.1.2", |
118 | | - "rollup-plugin-babel": "^4.3.2", |
119 | | - "rollup-plugin-cleanup": "^3.1.1", |
120 | | - "rollup-plugin-commonjs": "^9.2.0", |
121 | | - "rollup-plugin-inject": "^2.2.0", |
122 | | - "rollup-plugin-json": "^3.1.0", |
123 | | - "rollup-plugin-node-builtins": "^2.1.2", |
124 | | - "rollup-plugin-node-resolve": "^4.0.0", |
125 | | - "rollup-plugin-replace": "^2.1.0", |
126 | | - "rollup-plugin-terser": "^4.0.3", |
127 | | - "rollup-plugin-visualizer": "^0.9.2", |
128 | | - "rollup-watch": "^4.3.1", |
129 | 119 | "semantic-release": "^15.13.3", |
130 | 120 | "styled-components": "^4.1.3", |
131 | 121 | "stylelint": "^9.10.1", |
132 | 122 | "stylelint-config-recommended": "^2.1.0", |
133 | 123 | "stylelint-config-styled-components": "^0.1.1", |
134 | 124 | "stylelint-processor-styled-components": "^1.5.2", |
135 | | - "terser": "3.14.1", |
136 | 125 | "toctoc": "^0.3.2", |
137 | | - "webpack": "^4.29.0" |
| 126 | + "webpack": "^4.29.2" |
138 | 127 | }, |
139 | 128 | "jest": { |
140 | 129 | "roots": [ |
|
205 | 194 | "tether-fix": "^1.4.0-fix-es" |
206 | 195 | }, |
207 | 196 | "peerDependencies": { |
208 | | - "react": "^16.7.0", |
209 | | - "react-dom": "^16.7.0", |
| 197 | + "react": "^16.8.0", |
| 198 | + "react-dom": "^16.8.0", |
210 | 199 | "styled-components": "^4.1.3" |
211 | 200 | }, |
212 | 201 | "publishConfig": { |
|
0 commit comments