Skip to content

Commit a8b5d2b

Browse files
committed
chore: update config
1 parent f8dd65b commit a8b5d2b

File tree

3 files changed

+763
-941
lines changed

3 files changed

+763
-941
lines changed

babel.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function (api) {
1313
return {
1414
presets: [['@babel/preset-env', envOptions]],
1515
plugins: [
16-
'@babel/plugin-proposal-optional-chaining',
16+
'@babel/plugin-transform-optional-chaining',
1717
['@babel/plugin-transform-runtime', runtimeOptions],
1818
[
1919
'prismjs',

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
"url": "https://github.com/balmjs/balm-ui-pro/issues"
4545
},
4646
"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",
5050
"@csstools/normalize.css": "^12.0.0",
5151
"@rollup/plugin-alias": "^5.0.0",
5252
"@rollup/plugin-babel": "^6.0.0",
@@ -57,7 +57,7 @@
5757
"@vue/compiler-sfc": "^3.2.30",
5858
"axios": "^1.6.0",
5959
"babel-plugin-prismjs": "^2.1.0",
60-
"balm": "^4.26.0",
60+
"balm": "^4.31.0",
6161
"balm-ui": "^10.25.1",
6262
"core-js": "^3.30.0",
6363
"eslint": "^8.0.0",

0 commit comments

Comments
 (0)