#31 Ugrade to Babel 6 and update the ReactGrid sample

This commit is contained in:
Charalampos Karypidis
2016-01-17 23:42:05 +01:00
committed by SteveSandersonMS
parent 73e218de4e
commit 225dfdd168
5 changed files with 14 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
"name": "ReactExample",
"version": "0.0.0",
"dependencies": {
"babel-core": "^5.8.29",
"babel-core": "^6.4.0",
"bootstrap": "^3.3.5",
"formsy-react": "^0.17.0",
"formsy-react-components": "^0.6.3",
@@ -14,7 +14,9 @@
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-loader": "^5.3.2",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.21.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",