diff --git a/package.json b/package.json index 9ba42ff..dc5603b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@babel/core": "^7.23.9", - "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-transform-class-properties": "^7.23.3", "@babel/preset-env": "^7.23.9", "@commitlint/cli": "^18.6.1", "@commitlint/config-conventional": "^18.6.2", diff --git a/rollup.config.js b/rollup.config.js index 7f2d14a..6226080 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -23,7 +23,7 @@ function build(filename) { babel({ babelHelpers: 'bundled', presets: ['@babel/env'], - plugins: ['@babel/plugin-proposal-class-properties'] + plugins: ['@babel/plugin-transform-class-properties'] }), license({ banner: {