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 11{
22 "presets" : [" es2015" , " stage-2" ],
3- "plugins" : [" transform-runtime" ],
3+ "plugins" : [" transform-runtime" , " transform-object-assign " ],
44 "comments" : false
55}
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-chartjs" ,
3- "version" : " 2.8.2 " ,
3+ "version" : " 2.8.3 " ,
44 "description" : " vue.js wrapper for chart.js" ,
55 "author" : " Jakub Juszczak <jakub@posteo.de>" ,
66 "homepage" : " http://vue-chartjs.org" ,
6565 "babel-cli" : " ^6.24.1" ,
6666 "babel-core" : " ^6.25.0" ,
6767 "babel-loader" : " ^7.0.0" ,
68+ "babel-plugin-transform-object-assign" : " ^6.22.0" ,
6869 "babel-plugin-transform-runtime" : " ^6.23.0" ,
6970 "babel-preset-es2015" : " ^6.24.1" ,
7071 "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:
687687 babel-plugin-syntax-exponentiation-operator "^6.8.0"
688688 babel-runtime "^6.22.0"
689689
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+
690696babel-plugin-transform-object-rest-spread@^6.22.0 :
691697 version "6.23.0"
692698 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