Skip to content
This repository was archived by the owner on Sep 7, 2021. It is now read-only.

Commit 8e79caf

Browse files
committed
Resolve typo in webpack config & react v15
1 parent def8c30 commit 8e79caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"jquery": "^3.1.1",
2727
"jsx-loader": "^0.13.2",
2828
"raphael": "^2.1.4",
29-
"react": "^0.14.8",
29+
"react": "^15.6.1",
3030
"react-dom": "^15.4.2",
3131
"velocity-animate": "^1.4.0",
3232
"webpack": "^1.14.0",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ var config = {
6666
timeline: './src/pages/timeline-page/js/timeline-page',
6767
generalUIElements: './src/pages/ui-elements-page/general/js/page-ui-elements',
6868

69-
vendors: ['react', 'reactDom', 'jquery', 'velocity', 'jqueryUi', 'bootstrap', 'moment', 'bootstrapDatepicker'],
69+
vendors: ['react', 'react-dom', 'jquery', 'velocity-animate', 'jqueryUi', 'bootstrap', 'moment', 'bootstrapDatepicker'],
7070
chartVendors: ['jquery', 'raphael', 'morris', 'jvectormap', 'jvectormapWorld'],
7171
},
7272

0 commit comments

Comments
 (0)