Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
package.json: pin @babel/core to less than 7.12.10
Workaround for #2620
  • Loading branch information
DeeDeeG committed Jan 29, 2021
commit fb51a20844c63950e1f2bfb70944c9c7bc7c6a1f
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"dependencies": {
"@atom/babel-plugin-chai-assert-async": "1.0.0",
"@atom/babel7-transpiler": "1.0.0-1",
"@babel/core": "7.x <7.12.10",
"@babel/generator": "7.8.0",
"@babel/plugin-proposal-class-properties": "7.8.0",
"@babel/plugin-proposal-object-rest-spread": "7.8.0",
Expand Down