From 01845720a6020685a03543faa0c0c5fdb9842c13 Mon Sep 17 00:00:00 2001 From: bgoonz Date: Sun, 16 Jan 2022 07:49:00 +0000 Subject: [PATCH] -update --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 0c9d2e8900..3aec35ec18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,6 +9,7 @@ "version": "0.0.1", "license": "MIT", "dependencies": { + "@babel/plugin-transform-classes": "^7.16.7", "@stackbit/gatsby-plugin-menus": "0.0.4", "babel-runtime": "6.26.0", "chokidar": "3.4.0", diff --git a/package.json b/package.json index f5a62ea65d..3293c2857d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "serve": "gatsby serve" }, "dependencies": { + "@babel/plugin-transform-classes": "^7.16.7", "@stackbit/gatsby-plugin-menus": "0.0.4", "babel-runtime": "6.26.0", "chokidar": "3.4.0",