diff --git a/babel/babel.config.json b/babel/babel.config.json index cf4f849..5eb062b 100644 --- a/babel/babel.config.json +++ b/babel/babel.config.json @@ -9,8 +9,7 @@ }] ], "plugins": [ - ["@babel/plugin-proposal-decorators", { "version": "legacy" }], - ["@babel/plugin-proposal-class-properties", { "loose": true }], + ["@babel/plugin-proposal-decorators", { "version": "2023-11" }], "@babel/plugin-syntax-dynamic-import" ] } diff --git a/babel/package.json b/babel/package.json index 4aaf847..2a6da1e 100644 --- a/babel/package.json +++ b/babel/package.json @@ -1,7 +1,6 @@ { "devDependencies": { "@babel/plugin-proposal-decorators": "^7.24.1", - "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-syntax-dynamic-import": "^7.8.3", "@babel/core": "^7.24.3", // @if !parcel diff --git a/jest/package.json b/jest/package.json index 1cd2043..e98647a 100644 --- a/jest/package.json +++ b/jest/package.json @@ -54,14 +54,6 @@ "src/**/*.ts", "!src/**/*.d.ts" // @endif - ], - - // @if typescript - "globals": { - "ts-jest": { - "isolatedModules": true - } - } - // @endif + ] } }