|
118 | 118 | "nodemon": "^1.17.3", |
119 | 119 | "optimize-css-assets-webpack-plugin": "^4.0.1", |
120 | 120 | "progress-bar-webpack-plugin": "^1.11.0", |
121 | | - "react-hot-loader": "^4.0.0", |
| 121 | + "react-hot-loader": "^4.12.15", |
122 | 122 | "react-snap": "^1.20.0", |
123 | 123 | "rimraf": "^2.6.2", |
124 | 124 | "sass-loader": "^7.0.1", |
|
135 | 135 | "workbox-webpack-plugin": "^3.2.0" |
136 | 136 | }, |
137 | 137 | "dependencies": { |
138 | | - "@babel/polyfill": "^7.2.5", |
| 138 | + "@babel/polyfill": "^7.6.0", |
| 139 | + "@hot-loader/react-dom": "^16.10.2", |
139 | 140 | "@types/recompose": "^0.30.2", |
140 | 141 | "animate.css": "^3.5.2", |
141 | | - "axios": "^0.18.0", |
142 | | - "bootstrap": "^4.1.1", |
| 142 | + "axios": "^0.19.0", |
| 143 | + "babel-polyfill": "^6.26.0", |
| 144 | + "bootstrap": "^4.3.1", |
143 | 145 | "chalk": "^2.4.1", |
144 | 146 | "classnames": "^2.2.6", |
145 | 147 | "compression": "^1.7.2", |
146 | | - "date-fns": "^1.29.0", |
| 148 | + "core-js": "^3.3.6", |
| 149 | + "date-fns": "^2.6.0", |
147 | 150 | "express": "^4.16.3", |
148 | 151 | "font-awesome": "^4.7.0", |
149 | | - "history": "^4.7.2", |
| 152 | + "helmet": "^3.21.2", |
| 153 | + "history": "^4.10.1", |
150 | 154 | "jquery": "^3.2.1", |
151 | | - "js-base64": "^2.4.3", |
| 155 | + "js-base64": "^2.5.1", |
152 | 156 | "jwt-decode": "^2.2.0", |
| 157 | + "loadable-components": "^2.2.3", |
153 | 158 | "lodash.debounce": "^4.0.8", |
154 | 159 | "lodash.throttle": "^4.1.1", |
155 | | - "modernizr": "^3.6.0", |
156 | | - "popper.js": "^1.14.3", |
| 160 | + "modernizr": "^3.8.0", |
| 161 | + "popper.js": "^1.16.0", |
157 | 162 | "prettier-eslint": "^8.8.2", |
158 | 163 | "pretty-error": "^2.1.1", |
159 | | - "react": "^16.7.0", |
160 | | - "react-dom": "^16.7.0", |
| 164 | + "react": "^16.11.0", |
| 165 | + "react-bootstrap": "^1.0.0-beta.14", |
| 166 | + "react-dom": "^16.11.0", |
| 167 | + "react-helmet": "^5.2.1", |
161 | 168 | "react-motion": "^0.5.2", |
162 | 169 | "react-overdrive": "^0.0.10", |
163 | | - "react-router": "^4.3.1", |
| 170 | + "react-router": "^5.1.2", |
164 | 171 | "react-router-bootstrap": "^0.24.4", |
165 | | - "react-router-dom": "^4.3.1", |
166 | | - "reactstrap": "^7.0.0", |
| 172 | + "react-router-dom": "^5.1.2", |
| 173 | + "reactstrap": "^8.1.1", |
167 | 174 | "recompose": "^0.30.0", |
168 | 175 | "serve-favicon": "^2.5.0", |
169 | | - "smoothscroll-polyfill": "^0.4.3", |
170 | | - "styled-components": "^4.1.2" |
| 176 | + "smoothscroll-polyfill": "^0.4.4", |
| 177 | + "styled-components": "^4.4.1" |
171 | 178 | }, |
172 | 179 | "jest": { |
173 | 180 | "roots": [ |
|
0 commit comments