File tree 3 files changed +763
-941
lines changed
3 files changed +763
-941
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = function (api) {
13
13
return {
14
14
presets : [ [ '@babel/preset-env' , envOptions ] ] ,
15
15
plugins : [
16
- '@babel/plugin-proposal -optional-chaining' ,
16
+ '@babel/plugin-transform -optional-chaining' ,
17
17
[ '@babel/plugin-transform-runtime' , runtimeOptions ] ,
18
18
[
19
19
'prismjs' ,
Original file line number Diff line number Diff line change 44
44
"url" : " https://github.com/balmjs/balm-ui-pro/issues"
45
45
},
46
46
"devDependencies" : {
47
- "@babel/eslint-parser" : " ^7.23 " ,
48
- "@babel/plugin-proposal -optional-chaining" : " ^7.21 " ,
49
- "@babel/runtime-corejs3" : " ^7.23 " ,
47
+ "@babel/eslint-parser" : " ^7.25 " ,
48
+ "@babel/plugin-transform -optional-chaining" : " ^7.25 " ,
49
+ "@babel/runtime-corejs3" : " ^7.25 " ,
50
50
"@csstools/normalize.css" : " ^12.0.0" ,
51
51
"@rollup/plugin-alias" : " ^5.0.0" ,
52
52
"@rollup/plugin-babel" : " ^6.0.0" ,
57
57
"@vue/compiler-sfc" : " ^3.2.30" ,
58
58
"axios" : " ^1.6.0" ,
59
59
"babel-plugin-prismjs" : " ^2.1.0" ,
60
- "balm" : " ^4.26 .0" ,
60
+ "balm" : " ^4.31 .0" ,
61
61
"balm-ui" : " ^10.25.1" ,
62
62
"core-js" : " ^3.30.0" ,
63
63
"eslint" : " ^8.0.0" ,
You can’t perform that action at this time.
0 commit comments