diff --git a/package.json b/package.json index e6911c78..685ffaa9 100644 --- a/package.json +++ b/package.json @@ -48,10 +48,8 @@ "@babel/core": "^7.13.10", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/plugin-proposal-optional-chaining": "^7.13.8", - "@babel/plugin-transform-modules-commonjs": "^7.13.8", "@babel/plugin-transform-parameters": "^7.13.0", "@babel/plugin-transform-runtime": "^7.13.10", - "@babel/plugin-transform-template-literals": "^7.13.0", "@babel/preset-env": "^7.13.10", "@babel/preset-typescript": "^7.13.0", "@rollup/plugin-typescript": "^8.2.0", @@ -95,6 +93,7 @@ "typescript": "^4.2.3" }, "dependencies": { + "@babel/runtime": "^7.13.10", "@webgpu/glslang": "^0.0.15", "@webxr-input-profiles/motion-controllers": "^1.0.0", "chevrotain": "^7.1.2", diff --git a/yarn.lock b/yarn.lock index cdd41d46..51c992b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1133,6 +1133,13 @@ dependencies: regenerator-runtime "^0.13.4" +"@babel/runtime@^7.13.10": + version "7.13.10" + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d" + integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw== + dependencies: + regenerator-runtime "^0.13.4" + "@babel/template@^7.12.13", "@babel/template@^7.12.7": version "7.12.13" resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.12.13.tgz#530265be8a2589dbb37523844c5bcb55947fb327"