Skip to content

Commit

Permalink
fix: babel-runtime should be dep when using plugin-transform-runtime (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaellis authored Mar 20, 2021
1 parent 6bef9ab commit 633e73d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 633e73d

Please sign in to comment.