From 58bd3729f56d6b64789f44fa36baebcecb568209 Mon Sep 17 00:00:00 2001 From: Naman Goel Date: Fri, 1 Nov 2024 01:34:03 -0700 Subject: [PATCH] chore: rebase and reinstall --- package-lock.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/package-lock.json b/package-lock.json index d7c3adb8..495e6e1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9370,6 +9370,12 @@ "@xtuc/long": "4.2.2" } }, + "node_modules/@webcontainer/api": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.1.2.tgz", + "integrity": "sha512-Lx4Z9S/11SXeQLuko7XV4/YBX1osCVLMBM1HDiR68+yjLhVqdF6yOMO1SaL43afmt7k3evEvOOT1ckNpIc8rIw==", + "license": "MIT" + }, "node_modules/@webpack-cli/configtest": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", @@ -33078,6 +33084,11 @@ "@xtuc/long": "4.2.2" } }, + "@webcontainer/api": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@webcontainer/api/-/api-1.1.2.tgz", + "integrity": "sha512-Lx4Z9S/11SXeQLuko7XV4/YBX1osCVLMBM1HDiR68+yjLhVqdF6yOMO1SaL43afmt7k3evEvOOT1ckNpIc8rIw==" + }, "@webpack-cli/configtest": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-2.1.1.tgz", @@ -34967,6 +34978,7 @@ "@webcontainer/api": "1.1.2", "clean-css": "^5.3.2", "clsx": "^1.2.1", + "codemirror": "^5.65.16", "eslint": "^8.57.1", "eslint-config-airbnb": "^19.0.4", "eslint-plugin-header": "^3.1.1",