Skip to content

Commit 73a928a

Browse files
committed
upgrade dep
1 parent c4b2a1e commit 73a928a

File tree

2 files changed

+762
-154
lines changed

2 files changed

+762
-154
lines changed

package.json

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"nodemon": "^1.17.3",
119119
"optimize-css-assets-webpack-plugin": "^4.0.1",
120120
"progress-bar-webpack-plugin": "^1.11.0",
121-
"react-hot-loader": "^4.0.0",
121+
"react-hot-loader": "^4.12.15",
122122
"react-snap": "^1.20.0",
123123
"rimraf": "^2.6.2",
124124
"sass-loader": "^7.0.1",
@@ -135,39 +135,46 @@
135135
"workbox-webpack-plugin": "^3.2.0"
136136
},
137137
"dependencies": {
138-
"@babel/polyfill": "^7.2.5",
138+
"@babel/polyfill": "^7.6.0",
139+
"@hot-loader/react-dom": "^16.10.2",
139140
"@types/recompose": "^0.30.2",
140141
"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",
143145
"chalk": "^2.4.1",
144146
"classnames": "^2.2.6",
145147
"compression": "^1.7.2",
146-
"date-fns": "^1.29.0",
148+
"core-js": "^3.3.6",
149+
"date-fns": "^2.6.0",
147150
"express": "^4.16.3",
148151
"font-awesome": "^4.7.0",
149-
"history": "^4.7.2",
152+
"helmet": "^3.21.2",
153+
"history": "^4.10.1",
150154
"jquery": "^3.2.1",
151-
"js-base64": "^2.4.3",
155+
"js-base64": "^2.5.1",
152156
"jwt-decode": "^2.2.0",
157+
"loadable-components": "^2.2.3",
153158
"lodash.debounce": "^4.0.8",
154159
"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",
157162
"prettier-eslint": "^8.8.2",
158163
"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",
161168
"react-motion": "^0.5.2",
162169
"react-overdrive": "^0.0.10",
163-
"react-router": "^4.3.1",
170+
"react-router": "^5.1.2",
164171
"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",
167174
"recompose": "^0.30.0",
168175
"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"
171178
},
172179
"jest": {
173180
"roots": [

0 commit comments

Comments
 (0)