From c974a41462d1266b174cb32a0f90cc994f49436c Mon Sep 17 00:00:00 2001 From: Matt <7128721+TobiTenno@users.noreply.github.com> Date: Sat, 24 Feb 2024 08:37:20 -0600 Subject: [PATCH] ci: update babel declarations --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 528e14b..e06265e 100644 --- a/package.json +++ b/package.json @@ -95,8 +95,8 @@ "@babel/preset-env" ], "plugins": [ - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-private-methods" + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-private-methods" ] }, "pre-commit": [