mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-26 03:27:30 +00:00
#31 Ugrade to Babel 6 and update the ReactGrid sample
This commit is contained in:
committed by
SteveSandersonMS
parent
73e218de4e
commit
225dfdd168
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user