File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"presets" : [" es2015" , " stage-2" ],
3
- "plugins" : [" transform-runtime" ],
3
+ "plugins" : [" transform-runtime" , " transform-object-assign " ],
4
4
"comments" : false
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-chartjs" ,
3
- "version" : " 2.8.2 " ,
3
+ "version" : " 2.8.3 " ,
4
4
"description" : " vue.js wrapper for chart.js" ,
5
5
"author" :
" Jakub Juszczak <[email protected] >" ,
6
6
"homepage" : " http://vue-chartjs.org" ,
65
65
"babel-cli" : " ^6.24.1" ,
66
66
"babel-core" : " ^6.25.0" ,
67
67
"babel-loader" : " ^7.0.0" ,
68
+ "babel-plugin-transform-object-assign" : " ^6.22.0" ,
68
69
"babel-plugin-transform-runtime" : " ^6.23.0" ,
69
70
"babel-preset-es2015" : " ^6.24.1" ,
70
71
"babel-preset-stage-2" : " ^6.24.1" ,
Original file line number Diff line number Diff line change @@ -687,6 +687,12 @@ babel-plugin-transform-exponentiation-operator@^6.24.1:
687
687
babel-plugin-syntax-exponentiation-operator "^6.8.0"
688
688
babel-runtime "^6.22.0"
689
689
690
+ babel-plugin-transform-object-assign@^6.22.0 :
691
+ version "6.22.0"
692
+ resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-assign/-/babel-plugin-transform-object-assign-6.22.0.tgz#f99d2f66f1a0b0d498e346c5359684740caa20ba"
693
+ dependencies :
694
+ babel-runtime "^6.22.0"
695
+
690
696
babel-plugin-transform-object-rest-spread@^6.22.0 :
691
697
version "6.23.0"
692
698
resolved "https://registry.yarnpkg.com/babel-plugin-transform-object-rest-spread/-/babel-plugin-transform-object-rest-spread-6.23.0.tgz#875d6bc9be761c58a2ae3feee5dc4895d8c7f921"
You canβt perform that action at this time.
0 commit comments